1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[feature/delete-auto-logins] fixes style

removes reset button and some minor style fixes in subsilver2 and
prosilver.

PHPBB3-9647
This commit is contained in:
Dhruv Goel
2012-05-17 14:08:50 +05:30
parent d612a7e647
commit 73ca5edb29
2 changed files with 4 additions and 6 deletions

View File

@@ -32,15 +32,14 @@
</tr>
<!-- BEGINELSE -->
<tr>
<td colspan="4" class="row1">{L_PROFILE_NO_AUTOLOGIN_KEYS}</td>
<td colspan="4" class="row1" style="text-align: center">{L_PROFILE_NO_AUTOLOGIN_KEYS}</td>
</tr>
<!-- END sessions -->
<!-- IF .sessions -->
<tr>
<td class="cat" colspan="4" align="center">
{S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" />&nbsp;
<input type="submit" name="submit" value="{L_DELETE}" class="button1" />
{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_DELETE}" />
{S_FORM_TOKEN}
</td>
</tr>