diff options
| author | Hans Chen | 2013-04-23 11:55:07 +0000 |
|---|---|---|
| committer | Jehan-Guillaume (ioguix) de Rorthais | 2013-04-23 11:55:07 +0000 |
| commit | 295d708405f4d30a77842d48b1cbfe4984cf4935 (patch) | |
| tree | 01ce34062b80c45d9a44e293d914bd1746c87c1a | |
| parent | 3722330ed262b52d51b0a45882033942e4baff4e (diff) | |
Cosmetic fix on Vacuum confirmation page for the "Freeze" checkbox
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"; |
