mailinglist management interface: add alternating shadow
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 26 Mar 2012 20:00:10 +0000 (22:00 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 26 Mar 2012 20:00:10 +0000 (22:00 +0200)
webcit/static/t/room/edit/digestrecp_removal.html
webcit/static/t/room/edit/listrecp_removal.html
webcit/static/t/room/edit/tab_listserv.html

index f36b220f9c2462844092733fa731599d46e787b4..e514632f2bffa8f21e8c4d7ef3281929473a46ab 100644 (file)
@@ -1 +1 @@
-<?CONTEXTSTRARR(1, "X")><a href="netedit?cmd=remove?tab=listserv?line=digestrecp|<?CONTEXTSTRARR(1, "U")>"><?_("(remove)")></a><br />
+<tr class="<?ITERATE:ODDEVEN>"><td><?CONTEXTSTRARR(1, "X")><a href="netedit?cmd=remove?tab=listserv?line=digestrecp|<?CONTEXTSTRARR(1, "U")>"><?_("(remove)")></a></td></tr>
index 6320cb651ce4d4785903f660747bdc04e49b6445..5ea8120f8d7ffacbe405b95503bf9cf274e8ae38 100644 (file)
@@ -1 +1 @@
-<?CONTEXTSTRARR(1, "X")><a href="netedit?cmd=remove?tab=listserv?line=listrecp|<?CONTEXTSTRARR(1, "U")>"><?_("(remove)")></a><br />
+<tr class="<?ITERATE:ODDEVEN>"><td><?CONTEXTSTRARR(1, "X")><a href="netedit?cmd=remove?tab=listserv?line=listrecp|<?CONTEXTSTRARR(1, "U")>"><?_("(remove)")></a></td></tr>
index 38579b06edc37e091a8132fdc2d72f9233256392..25ce5620609640278a66bd5d6adb59fd15edeb96 100644 (file)
@@ -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>