]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/room/edit/tab_access.html
Remove preprocessor tests for OpenSSL. It's a requirement.
[citadel.git] / webcit / static / t / room / edit / tab_access.html
old mode 100755 (executable)
new mode 100644 (file)
index 9aee544..ad55949
@@ -1,4 +1,4 @@
-<div class="tabcontent">
+<?!("COND:THISROOM:EDIT", 1)><div class="tabcontent">
        <table border="0" cellspacing="10">
                <tr valign="top">
                        <td>
@@ -8,6 +8,7 @@
                                        <form method="post" action="do_invt_kick">
                                                <input type="hidden" name="nonce" value="<?NONCE>">
                                                <input type="hidden" name="last_tabsel" value="<?TAB:N>">
+                                               <input type="hidden" name="go" value="<?THISROOM:NAME("X")>">
                                                <select name="username" size="10" style="width:100%">
                                                        <?ITERATE("ITERATE:THISROOM:WHO_KNOWS", ="room_edit_username_list", 0, 0, -1)>
                                                </select>
@@ -23,6 +24,7 @@
                                        <form method="post" action="do_invt_kick">
                                                <input type="hidden" name="last_tabsel" value="<?TAB:N>">
                                                <input type="hidden" name="nonce" value="<?NONCE>">
+                                               <input type="hidden" name="go" value="<?THISROOM:NAME("X")>">
                                                <?_("Invite:")>
                                                <input type="text" name="username" id="username_id" style="width:100R"><br>
                                                <input type="hidden" name="invite_button" value="Invite">
@@ -31,7 +33,7 @@
                                </center>
                                <!-- Pop open an address book - begin -->
                                <a href="javascript:PopOpenAddressBook('username_id|<?_("User")>');" title="<?_("Users")>">
-                                       <img align="middle" border="0" width="24" height="24" alt="<?_("Addressbook Popup")>" src="static/icons/essen/16x16/contact.png">
+                                       <img align="middle" border="0" width="24" height="24" alt="<?_("Addressbook Popup")>" src="static/webcit_icons/essen/16x16/contact.png">
                                        &nbsp;<?_("Users")>
                                </a>
                                <!-- Pop open an address book - end -->
@@ -39,3 +41,4 @@
                </tr>
        </table>
 </div>
+<?!("X", 1)><??("COND:THISROOM:EDIT", 20)><div class="tabcontent"><?_("Higher access is required to access this function.")></div><??("X", 20)>