Format tidy up.
authorJohn Terpstra <jht@samba.org>
Sat, 26 Jul 2003 17:46:47 +0000 (17:46 +0000)
committerJohn Terpstra <jht@samba.org>
Sat, 26 Jul 2003 17:46:47 +0000 (17:46 +0000)
(This used to be commit 79d6e72af56838bdc1da437f76c905a47da0c0da)

source3/web/swat.c

index 074f5138a3c1b2088c9b7e4349c96597636f751f..85623ed168552d7df197aba86f8f9d4a8efb4bae 100644 (file)
@@ -519,15 +519,14 @@ static void show_main_buttons(void)
  ****************************************************************************/
 static void ViewModeBoxes(int mode)
 {
-       d_printf("<p>%s\n", _("Configuration View:&nbsp Current View is:&nbsp"));
+       d_printf("<p>%s\n", _("Current View Is:&nbsp \n"));
        d_printf("<input type=radio name=\"ViewMode\" value=0 %s>Basic\n", (mode == 0) ? "checked" : "");
        d_printf("<input type=radio name=\"ViewMode\" value=1 %s>Advanced\n", (mode == 1) ? "checked" : "");
        d_printf("<input type=radio name=\"ViewMode\" value=2 %s>Developer\n", (mode == 2) ? "checked" : "");
-       d_printf("</p><br>\n");
-       d_printf("<p>%s\n", _("Change View To:&nbsp"));
-       d_printf("<input type=submit name=\"BasicMode\" value=\"%s\">\n", _("Basic Mode"));
-       d_printf("<input type=submit name=\"AdvMode\" value=\"%s\">\n", _("Advanced Mode"));
-       d_printf("<input type=submit name=\"DevMode\" value=\"%s\">\n", _("Developer Mode"));
+       d_printf("<br>%s\n", _("Change View To:&nbsp"));
+       d_printf("<input type=submit name=\"BasicMode\" value=\"%s\">\n", _("Basic"));
+       d_printf("<input type=submit name=\"AdvMode\" value=\"%s\">\n", _("Advanced"));
+       d_printf("<input type=submit name=\"DevMode\" value=\"%s\">\n", _("Developer"));
        d_printf("</p><br>\n");
 }