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