]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/room/edit/tab_listserv.html
mailinglist management interface: add alternating shadow
[citadel.git] / webcit / static / t / room / edit / tab_listserv.html
old mode 100755 (executable)
new mode 100644 (file)
index 62798ed..25ce562
@@ -2,8 +2,10 @@
        <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>
                        </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>
@@ -35,7 +39,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 -->