]> code.citadel.org Git - citadel.git/blobdiff - webcit/iconbar.c
* Shortened some of the string lengths in struct wcsession. We really don't
[citadel.git] / webcit / iconbar.c
index ca37f213aca6bbdb7b578b24f65cedaaa4845586..f656a5191e330c562e2bac367896089f46056bff 100644 (file)
@@ -86,7 +86,10 @@ void do_iconbar(void) {
                _("CITADEL")
        );
 
-       wprintf("<li><a href=\"javascript:switch_to_room_list()\">switch to room list</a>\n");
+       wprintf("<li><div align=\"center\">"
+               "<a href=\"javascript:switch_to_room_list()\">switch to room list</a>"
+               "</div>"
+       );
 
        if (ib_summary) {
                wprintf("<li><a href=\"summary\" "
@@ -376,7 +379,10 @@ void do_iconbar_roomlist(void) {
                _("CITADEL")
        );
 
-       wprintf("<li><a href=\"javascript:switch_to_menu_buttons()\">back to menu...</a>");
+       wprintf("<li><div align=\"center\">"
+               "<a href=\"javascript:switch_to_menu_buttons()\">switch to menu</a>"
+               "</div>"
+       );
        
        wprintf("</ul>\n");