Revert "Removed the "fix_scrollbarbug" div and all references to it."
[citadel.git] / webcit / static / t / room / edit / editroom.html
1 <div class="fix_scrollbar_bug">
2         <table border="0" cellspacing="0" cellpadding="0"><tr><td>
3                 <form method="post" action="siteconfig">
4                         <input type="hidden" name="nonce" value= '<?NONCE>' />
5                         <?DOTABBED(_("Administration"), "tab_editroom_admin",
6                                 _("Configuration"), "tab_editroom_admin",
7                                 _("Message expire policy"), "tab_editroom_expire",
8                                 _("Access controls"), "tab_editroom_access",
9                                 _("Sharing"), "tab_editroom_sharing",
10                                 _("Mailing list service"), "tab_editroom_listserv",
11                                 _("Remote retrieval"), "tab_editroom_feeds",
12                                 "", "submit_editroom")>
13                 </form>
14         </td></tr></table>
15 </div>
16
17