]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/room/create.html
move beginbox & endbox to box_* so we can tidy up our static/t/ directory a little...
[citadel.git] / webcit / static / t / room / create.html
index 5fd00305c7f5322fb7ff7dfca1ee978caa662bba..4cc1ead794a18aada5b7475be07fade73851f61e 100644 (file)
@@ -7,7 +7,8 @@
 <?=("roombanner")>
 </div>
 <div id="content" class="service">
-<?=("beginbox_1")><?_("Create a new room")><?=("beginbox_2")>
+<br>
+<?=("box_begin_1")><?_("Create a new room")><?=("box_begin_2")>
 
 <form name="create_room_form" method="POST" action="entroom">
 <input type="hidden" name="nonce" value="<?NONCE>">
@@ -100,7 +101,7 @@ else {
 </form><hr />
 <?SERV:MESG("roomaccess")>
 
-<?=("endbox")>
+<?=("box_end")>
 </div>
 
 <?=("trailing")>