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 a788cd8b972b98d928754ae5d7f9d16be3c2a088..4cc1ead794a18aada5b7475be07fade73851f61e 100644 (file)
@@ -8,7 +8,7 @@
 </div>
 <div id="content" class="service">
 <br>
-<?=("beginbox_1")><?_("Create a new room")><?=("beginbox_2")>
+<?=("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>">
@@ -101,7 +101,7 @@ else {
 </form><hr />
 <?SERV:MESG("roomaccess")>
 
-<?=("endbox")>
+<?=("box_end")>
 </div>
 
 <?=("trailing")>