]> 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 23ec82ddd21563fd98cc50c4168d309358329653..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
+       <td align="right">
+               $content[cnt]. {--ENTRY_DELETE--}:
+       </td>
+       <td>
+               $content[title] <input type="hidden" name="sel[$content[sel]]" value="1" />
+       </td>
+</tr>