]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_overview_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_overview_row.tpl
index dffbb41b6621533d20f4f7201561e808410c30db..c5483ebd49dd0e49cd1a852d22445fab527ac09a 100644 (file)
@@ -1,16 +1,11 @@
-<TR>
-       <TD width="79%" class="switch_sw$content[sw] bottom2 left2">
-       <UL style="margin-left: 0px">
-               <LI style="white-space: normal">{--ADMIN_TASK_SUBJECT--}: <STRONG>$content[subj]</STRONG></LI>
-               $content[add]
-               <LI style="white-space: normal">{--ADMIN_TASK_TEXT--}:
-               $content[text]</LI>
-               <LI style="white-space: normal">
-               <DIV style="text-align: right"><A
-                       href="#ext_$content[extension]">{--TOP--}</A></DIV>
-               </LI>
-               <LI style="white-space: normal">{--ADMIN_TASK_CREATED--}: <STRONG>$content[created]</STRONG></LI>
-       </UL>
-       </TD>
-       <TD width="20%" class="switch_sw$content[sw] bottom2" align="right"
-               valign="top" style="padding-top: 40px">
\ No newline at end of file
+<tr>
+       <td width="80%" class="{%template,ColorSwitch%} bottom">
+               <ul style="margin-left: 0px">
+                       <li style="white-space: normal">{--ADMIN_TASK_SUBJECT--}: <strong>$content[subject]</strong></li>
+                       $content[add]
+                       <li style="white-space: normal">{--ADMIN_TASK_TEXT--}: $content[text]</li>
+                       <li style="white-space: normal"><div style="text-align: right"><a href="#ext_$content[extension]">{--TOP--}</a></div></li>
+                       <li style="white-space: normal">{--ADMIN_TASK_CREATED--}: <strong>$content[task_created]</strong></li>
+               </ul>
+       </td>
+       <td width="20%" class="{%template,ColorSwitch%} bottom" align="right" valign="top" style="padding-top: 40px">