]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_amenu_delete_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_amenu_delete_row.tpl
index d1a3d0853a97d44d27a60ec75de0292caa490099..bfc25d36e10cce46b2b5f8e97a391e7d1d7884a1 100644 (file)
@@ -1,7 +1,9 @@
-<TR>
-       <TD width="50%" class="switch_sw$content[sw] bottom2" align="right">$content[cnt].
-       {--ENTRY_DELETE--}:&nbsp;&nbsp;
-       <TD width="50%" class="switch_sw$content[sw] bottom2">
-       $content[menu] <INPUT type="hidden" name="sel[$content[sel]]"
-               value="$content[menu]"></TD>
-</TR>
\ No newline at end of file
+<tr>
+       <td class="{%template,ColorSwitch%} bottom" align="right">
+               $content[cnt]. {--ENTRY_DELETE--}:
+       </td>
+       <td class="{%template,ColorSwitch%} bottom">
+               $content[menu]
+               <input type="hidden" name="sel[$content[sel]]" value="$content[menu]" />
+       </td>
+</tr>