diff options
Diffstat (limited to 'phpBB/styles/subsilver2/template')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_profile_autologin_keys.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_profile_autologin_keys.html b/phpBB/styles/subsilver2/template/ucp_profile_autologin_keys.html index 2d3b9f98f8..1dab9acb9c 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_autologin_keys.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_autologin_keys.html @@ -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" /> - <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> |
