more font size tweaks.
[citadel.git] / webcit / static / t / room / edit / tab_expire.html
index dc4e61c215a94f8f56923597706cc9d746905fb5..958c0b15833df22b19af9e6274ea3bfb35bcec56 100644 (file)
@@ -1,13 +1,14 @@
-<div class="tabcontent">
+<?!("COND:THISROOM:EDIT", 1)><div class="tabcontent">
        <br />
        <form method="post" action="set_room_policy">
                <input type="hidden" name="nonce" value="<?NONCE>" />
+               <input type="hidden" name="go" value="<?THISROOM:NAME("X")>">
                <table border="0" cellspacing="5">
                        <tr>
                                <td>
                                        <?_("Message expire policy for this room")>
                                        <br />
-                                       <?ROOMNAME("X")>
+                                       <?THISROOM:NAME("X")>
                                </td>
                                <td>
                                        <input type="radio" name="roompolicy" value="0" <?%("COND:EXPIRE:MODE", 1, #"roompolicy", #"EXPIRE_NEXTLEVEL" , 'checked="checked"',"")>/>&nbsp;
@@ -69,3 +70,4 @@
                <input type="hidden" name="last_tabsel" value="<?TAB:N>" />
        </form>
 </div>
+<?!("X", 1)><??("COND:THISROOM:EDIT", 20)><div class="tabcontent"><?_("Higher access is required to access this function.")></div><??("X", 20)>