]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/room/edit/tab_config.html
Add a 'go' value to the 'edit room configuration' tab so it automatically selects...
[citadel.git] / webcit / static / t / room / edit / tab_config.html
index 0a6891c4a2df66424b88461faeef1e575603b18c..872f3ea1942245df5b7c2c92504a2c3c95e4fafb 100644 (file)
@@ -1,6 +1,7 @@
-<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="<?ROOM:INFO:PRINT_NAME("X")>">
                <ul>   
                        <li>
                                <?_("name of room: ")>
        </center>
        </form>
 </div>
+<?!("X", 1)><??("COND:THISROOM:EDIT", 20)><div class="tabcontent"><?_("Higher access is required to access this function.")></div><??("X", 20)>