Added 'go' as hidden input fields to all of the forms in the room editor
[citadel.git] / webcit / static / t / room / edit / tab_listserv.html
index 62798ed313783a42c4f5b224dfdf89e128505622..aecb89ed46cc08bd8250c49fbc9d4c3a002503ab 100644 (file)
@@ -2,28 +2,34 @@
        <center>
                <table border="0" width="100%" cellpadding="5">
                        <tr><td valign="top">
-                       <?_("<i>The contents of this room are being mailed <b>as individual messages</b> to the following list recipients:</i><br><br>")>
-                       <?ITERATE("ITERATE:THISROOM:GNET", ="room_edit_listrecp_removal", 0, 0, -1, #"listrecp")>
+                           <table class="altern">
+                             <tr><th><?_("<i>The contents of this room are being mailed <b>as individual messages</b> to the following list recipients:</i><br><br>")></th></tr>
+                             <?ITERATE("ITERATE:THISROOM:GNET", ="room_edit_listrecp_removal", 0, 0, -1, #"listrecp")>
+                           </table>
                        <br>
                        <form method="post" action="netedit">
                          <p>
                                <input type="hidden" name="last_tabsel" value="<?TAB:N>">
                                <input type="hidden" name="prefix" value="listrecp|">
                                <input type="hidden" name="nonce" value="<?NONCE>">
+                               <input type="hidden" name="go" value="<?ROOM:INFO:PRINT_NAME("X")>">
                                <input type="text" id="add_as_listrecp" name="line">
                                <input type="submit" name="add_button" value="<?_("Add")>">
                          </p>
                        </form>
                        </td>
                        <td valign="top">
-                       <?_("<i>The contents of this room are being mailed <b>in digest form</b> to the following list recipients:</i><br><br>")>
-                       <?ITERATE("ITERATE:THISROOM:GNET", ="room_edit_digestrecp_removal", 0, 0, -1, #"digestrecp")>
+                           <table class="altern">
+                             <tr><th><?_("<i>The contents of this room are being mailed <b>in digest form</b> to the following list recipients:</i><br><br>")></th></tr>
+                             <?ITERATE("ITERATE:THISROOM:GNET", ="room_edit_digestrecp_removal", 0, 0, -1, #"digestrecp")>
+                           </table>
                        <br>
                        <form method="post" action="netedit">
                          <p>
                                <input type="hidden" name="last_tabsel" value="<?TAB:N>">
                                <input type="hidden" name="prefix" value="digestrecp|">
                                <input type="hidden" name="nonce" value="<?NONCE>">
+                               <input type="hidden" name="go" value="<?ROOM:INFO:PRINT_NAME("X")>">
                                <input type="text" id="add_as_digestrecp" name="line">
                                <input type="submit" name="add_button" value="<?_("Add")>">
                          </p>
@@ -35,7 +41,7 @@
                <div align="right">
                        <a href="javascript:PopOpenAddressBook('add_as_listrecp|<?_("List")>|add_as_digestrecp|<?_("Digest")>')"
                        title="<?_("Add recipients from Contacts or other address books")>">
-                       <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;<?_("Add recipients from Contacts or other address books")></a>
                </div>
                <!-- Pop open an address book - end -->
@@ -71,6 +77,7 @@
                                        <td colspan="2" align="center">
                                                <input type="hidden" name="last_tabsel" value="<?TAB:N>">
                                                <input type="hidden" name="nonce" value="<?NONCE>">
+                                               <input type="hidden" name="go" value="<?ROOM:INFO:PRINT_NAME("X")>">
                                                <input type="submit" name="add_button" value="<?_("Save changes")>">
                                        </td>
                                </tr>