* add a way for the tabbed api to re-open the same tab on save again.
[citadel.git] / webcit / static / t / room / edit / tab_access.html
index faf147e65939fe228625b77a6735c1998c3b4efa..53d395fe5e85184a24e7949ea59609ae6122c885 100644 (file)
@@ -7,9 +7,9 @@
                                <center>
                                        <form method="post" action="do_invt_kick">
                                                <input type="hidden" name="nonce" value="<?NONCE>" />
-                                               <input type="hidden" name="tab" value="access" />
+                                               <input type="hidden" name="last_tabsel" value="<?TAB:N>" />
                                                <select name="username" size="10" style="width:100%">
-                                                       <?ITERATE("ITERATE:THISROOM:WHOK", ="room_edit_username_list", 0, 0, -1, #"username")>
+                                                       <?ITERATE("ITERATE:THISROOM:WHO_KNOWS", ="room_edit_username_list", 0, 0, -1)>
                                                </select>
                                                <br />
                                                <input type="submit" name="kick_button" value="<?_("Kick")>" />
                                <br /><br />
                                <center>
                                        <form method="post" action="do_invt_kick">
-                                               <input type="hidden" name="tab" value="access" />
+                                               <input type="hidden" name="last_tabsel" value="<?TAB:N>" />
                                                <input type="hidden" name="nonce" value="<?NONCE>">
                                                <?_("Invite:")>
-                                               <input type="text" name="username" id="username_id" style="width:100R"><br />"
+                                               <input type="text" name="username" id="username_id" style="width:100R"><br />
                                                <input type="hidden" name="invite_button" value="Invite" />
                                                <input type="submit" value="<?_("Invite")>" />
                                        </form>
                                </center>
-                               <!-- Pop open an address book -- begin -->
+                               <!-- Pop open an address book - begin -->
                                <a href="javascript:PopOpenAddressBook('username_id|<?_("User")>');" title="<?_("Users")>">
-                                       <img align="middle" border="0" width="24" height="24" src="static/viewcontacts_24x.gif" />
+                                       <img align="middle" border="0" width="24" height="24" alt="<?_("Addressbook Popup")>" src="static/viewcontacts_24x.gif" />
                                        &nbsp;<?_("Users")>
                                </a>
-                               <!-- Pop open an address book -- end -->
+                               <!-- Pop open an address book - end -->
                        </td>
                </tr>
        </table>