Fixed the mirror selection in config.html in brink, updated the remix/default themes to keep config.html's in sync (tidying up html tags)

This commit is contained in:
rembo10
2012-03-22 15:42:58 +00:00
parent 53a06e4cda
commit 08c184de2b
3 changed files with 26 additions and 38 deletions

View File

@@ -126,7 +126,7 @@
<tr>
<td>
<h3>Usenet Retention:<input type="text" name="usenet_retention" value="${config['usenet_retention']}" size="20" maxlength="40"></h3>
<h3>Usenet Retention:<input type="text" name="usenet_retention" value="${config['usenet_retention']}" size="5" maxlength="10"></h3>
</td>
</tr>
@@ -481,6 +481,8 @@
<h3>Password:<br><input type="password" name="hppass" value="${config['hppass']}" size="15"></h3>
<i class="smalltext2"><a href="http://headphones.codeshy.com/vip">Get an Account</a></p>
</div>
</td>
</tr>
</table>
</div>