diff options
author | Hans Chen | 2013-04-23 11:55:07 +0000 |
---|---|---|
committer | Jehan-Guillaume (ioguix) de Rorthais | 2013-04-23 11:56:49 +0000 |
commit | 3e08ff8b39149bff1bb6efb045c415304cc0d06e (patch) | |
tree | 01ce34062b80c45d9a44e293d914bd1746c87c1a | |
parent | 83d1952e13bcc442899b19d14fc039eb9cd569b3 (diff) |
Cosmetic fix on Vacuum confirmation page for the "Freeze" checkboxREL_5-1
All other options checkbox have a space between the checkbox and their
label.
-rw-r--r-- | admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -280,7 +280,7 @@ echo $misc->form; echo "<p><input type=\"checkbox\" id=\"vacuum_full\" name=\"vacuum_full\" /> <label for=\"vacuum_full\">{$lang['strfull']}</label></p>\n"; echo "<p><input type=\"checkbox\" id=\"vacuum_analyze\" name=\"vacuum_analyze\" /> <label for=\"vacuum_analyze\">{$lang['stranalyze']}</label></p>\n"; - echo "<p><input type=\"checkbox\" id=\"vacuum_freeze\" name=\"vacuum_freeze\" /><label for=\"vacuum_freeze\">{$lang['strfreeze']}</label></p>\n"; + echo "<p><input type=\"checkbox\" id=\"vacuum_freeze\" name=\"vacuum_freeze\" /> <label for=\"vacuum_freeze\">{$lang['strfreeze']}</label></p>\n"; echo "<input type=\"submit\" name=\"vacuum\" value=\"{$lang['strvacuum']}\" />\n"; echo "<input type=\"submit\" name=\"cancel\" value=\"{$lang['strcancel']}\" />\n"; echo "</form>\n"; |