]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mmenu_delete_row.tpl
More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_mmenu_delete_row.tpl
index 50b1228bd394f52ec5dd0d9b6482b81857353932..204e3b7f2de4a1e2bc0edd4d0f1f819ec600da33 100644 (file)
@@ -1,6 +1,8 @@
-<TR>
-       <TD width="50%" align="right">$content[cnt].
-       {--ENTRY_DELETE--}:&nbsp;&nbsp;
-       <TD width="50%">$content[title] <INPUT type="hidden"
-               name="sel[$content[sel]]" value="1"></TD>
-</TR>
\ No newline at end of file
+<tr>
+       <td align="right">
+               $content[cnt]. {--ENTRY_DELETE--}:
+       </td>
+       <td>
+               $content[title] <input type="hidden" name="sel[$content[sel]]" value="1" />
+       </td>
+</tr>