]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_overview_task_rows.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_overview_task_rows.tpl
index 6362b34bfedb43ae1847ee2be40c4f3ad2efcac1..e2c0659453fd8d117c5677dd5cbcf3e7f810e625 100644 (file)
@@ -1,13 +1,8 @@
-
-<!-- row template for extended overview -->
-<TR>
-       <TD width="240" align="right"
-               class="switch_sw$content[row_sw] $content[bottom]">$content[row_descr]:</TD>
-       <TD width="10"
-               class="switch_sw$content[row_sw] $content[bottom] seperator"
-               height="5">&nbsp;</TD>
-       <TD width="25" align="center"
-               class="switch_sw$content[row_sw] $content[bottom]"><STRONG>$content[row_link]</STRONG>
-       </TD>
-</TR>
-<!-- row template for extended overview -->
+<tr>
+       <td align="right" class="admin_task_left {%template,ColorSwitch%} $content[bottom]">
+               $content[row_descr]:
+       </td>
+       <td align="center" class="admin_task_right {%template,ColorSwitch%} $content[bottom]">
+               <strong>$content[row_link]</strong>
+       </td>
+</tr>