MAILINGLIST: add facility to choose the default room email alias.
[citadel.git] / webcit / static / t / room / edit / tab_config.html
index 0a6891c4a2df66424b88461faeef1e575603b18c..69026fdd6d1840e72b290acf6a72125ed54e899d 100644 (file)
@@ -1,10 +1,11 @@
-<div class="tabcontent">
+<?!("COND:THISROOM:EDIT", 1)><div class="tabcontent">
        <form method="post" action="editroom">
                <input type="hidden" name="nonce" value="<?NONCE>" />
+               <input type="hidden" name="go" value="<?THISROOM:NAME("X")>">
                <ul>   
                        <li>
                                <?_("name of room: ")>
-                               <input type="text" name="er_name" value="<?ROOMNAME("X")>" maxlength="127" />
+                               <input type="text" name="er_name" value="<?THISROOM:NAME("X")>" maxlength="127" />
                        </li>
                        <li>
                                <?_("Resides on floor: ")>
        </center>
        </form>
 </div>
+<?!("X", 1)><??("COND:THISROOM:EDIT", 20)><div class="tabcontent"><?_("Higher access is required to access this function.")></div><??("X", 20)>