]> code.citadel.org Git - citadel.git/commitdiff
Replaced missing 'content' div in create room screen.
authorArt Cancro <ajc@citadel.org>
Mon, 3 Jan 2011 21:46:43 +0000 (16:46 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 3 Jan 2011 21:46:43 +0000 (16:46 -0500)
webcit/static/t/room/create.html

index 81d4011bdb70ef419f2710082df09a95f1d98f76..5fd00305c7f5322fb7ff7dfca1ee978caa662bba 100644 (file)
@@ -6,9 +6,9 @@
 <div id="banner">
 <?=("roombanner")>
 </div>
+<div id="content" class="service">
 <?=("beginbox_1")><?_("Create a new room")><?=("beginbox_2")>
 
-
 <form name="create_room_form" method="POST" action="entroom">
 <input type="hidden" name="nonce" value="<?NONCE>">
 
@@ -101,7 +101,7 @@ else {
 <?SERV:MESG("roomaccess")>
 
 <?=("endbox")>
-
+</div>
 
 <?=("trailing")>
 <??("X", 11)>