* Add 'actiondiv' to the summary screen banner so that the 'make this my start page...
authorArt Cancro <ajc@citadel.org>
Fri, 30 Jan 2009 21:24:18 +0000 (21:24 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 30 Jan 2009 21:24:18 +0000 (21:24 +0000)
webcit/summary.c

index 7f3db02f51b68b1b822a8c07715bf24e43f83373..19caa74fa1f9b9406391c1ad07848946af87246c 100644 (file)
@@ -271,11 +271,13 @@ void summary(void) {
         wprintf("</h1><h2>");
         output_date();
         wprintf("</h2></div>");
+       wprintf("<div id=\"actiondiv\">");
        wprintf("<ul class=\"room_actions\">\n");
        wprintf("<li class=\"start_page\">");
        offer_start_page(NULL, &NoCtx);
         wprintf("</li></ul>");
         wprintf("</div>");
+        wprintf("</div>");
 
        /*
         * You guessed it ... we're going to refresh using ajax.