Add a 'go' value to the 'edit room configuration' tab so it automatically selects...
[citadel.git] / webcit / static / t / room / edit.html
index f70087d9e2dab98af81ecdb011ce8afdc86b2bb1..c8928ccb33e6ae360e84a3feb6112d76cc64f6ca 100644 (file)
@@ -1,12 +1,7 @@
-<?=("head")><?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
-<div id="banner">
-xxxx
-</div>
-<div id="content" class="service fix_scrollbar_bug">
-
+<?=("head")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
+<?ROOMBANNER>
+<div id="content" class="service">
 <table border="0" cellspacing="0" cellpadding="0" ><tr><td>
-<form method="post" action="editroomtodo">
-<input type="hidden" name="nonce" value='<?NONCE>'>
 <?DOTABBED(_("Administration"), ="room_edit_tab_admin",
           _("Configuration"), ="room_edit_tab_config",
           _("Message expire policy"), ="room_edit_tab_expire",
@@ -15,8 +10,7 @@ xxxx
           _("Mailing list service"), ="room_edit_tab_listserv",
           _("Remote retrieval"), ="room_edit_tab_feed",
           "", ="room_edit_submit")>
-</form>
 </td></tr></table>
-
+<?=("addressbook_popup")>
 </div>
 <?=("trailing")>