]> code.citadel.org Git - citadel.git/commitdiff
* Shuffled around the room editing commands
authorArt Cancro <ajc@citadel.org>
Mon, 25 Oct 1999 02:25:09 +0000 (02:25 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 25 Oct 1999 02:25:09 +0000 (02:25 +0000)
webcit/ChangeLog
webcit/mainmenu.c
webcit/roomops.c

index 75f26d41f1f03cd8dd915d01b1c96d9907a34bb0..409ecc95b08192675df594308b3dc60f7925a580 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 1.104  1999/10/25 02:25:09  ajc
+* Shuffled around the room editing commands
+
 Revision 1.103  1999/10/14 04:07:18  ajc
 * Cleaned up the bottom-of-page icons
 
@@ -303,3 +306,4 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+
index 70183d589f2bb35ec0a9aa77bbe8e4e53990f248..66f7593b61770f61993f0c39d275ec79d0b2f800 100644 (file)
@@ -157,16 +157,7 @@ void embed_advanced_menu(void)
 
                wprintf("<UL>");
                wprintf("<LI><A HREF=\"/display_editroom\">\n");
-               wprintf("Edit this room</A>\n");
-
-               wprintf("<LI><A HREF=\"/confirm_delete_room\">\n");
-               wprintf("Delete this room</A>\n");
-
-               wprintf("<LI><A HREF=\"/display_editroompic\">\n");
-               wprintf("Set or change the graphic for this room's banner</A>\n");
-
-               wprintf("<LI><A HREF=\"/display_editinfo\">\n");
-               wprintf("Edit this room's Info file</A>\n");
+               wprintf("Edit or delete this room</A>\n");
 
                wprintf("<LI><A HREF=\"/display_siteconfig\">\n");
                wprintf("Edit site-wide configuration</A>\n");
index d12bc72770d78c6c4d51799dec4f7052a694b6be..52204caeb5b32b282c61543157a55b9af094d7d4 100644 (file)
@@ -639,7 +639,21 @@ void display_editroom(void)
 
        wprintf("<TABLE WIDTH=100% BORDER=0 BGCOLOR=000077><TR><TD>");
        wprintf("<FONT SIZE=+1 COLOR=\"FFFFFF\"");
-       wprintf("<B>Edit this room</B>\n");
+       wprintf("<B>Room administration</B>\n");
+       wprintf("</FONT></TD></TR></TABLE>\n");
+
+       wprintf("<UL>"
+               "<LI><A HREF=\"/confirm_delete_room\">\n"
+               "Delete this room</A>\n"
+               "<LI><A HREF=\"/display_editroompic\">\n"
+               "Set or change the graphic for this room's banner</A>\n"
+               "<LI><A HREF=\"/display_editinfo\">\n"
+               "Edit this room's Info file</A>\n"
+               "</UL>");
+
+       wprintf("<TABLE WIDTH=100% BORDER=0 BGCOLOR=000077><TR><TD>");
+       wprintf("<FONT SIZE=+1 COLOR=\"FFFFFF\"");
+       wprintf("<B>Room editing</B>\n");
        wprintf("</FONT></TD></TR></TABLE>\n");
 
        wprintf("<FORM METHOD=\"POST\" ACTION=\"/editroom\">\n");