]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mmenu_edit_row.tpl
Fix for missing array elements
[mailer.git] / templates / de / html / admin / admin_mmenu_edit_row.tpl
index 9acaa34e66f0e937db2f3a02a55df5b2b6b50c02..474f1b5b3c24cf406e08d4fb655ebb1d9798d786 100644 (file)
@@ -1,37 +1,29 @@
-<TR>
-       <TD colspan="2" class="seperator switch_sw$content[sw]" height="2">&nbsp;</TD>
-</TR>
-<TR>
-       <TD colspan="2" class="switch_sw$content[sw]">&nbsp;&nbsp;$content[cnt].
-       {--ENTRY_MODIFY--}:
-</TR>
-<TR>
-       <TD colspan="2" class="seperator switch_sw$content[sw]" height="2"></TD>
-</TR>
-<TR>
-       <TD width="50%" align="right" class="switch_sw$content[sw]">
-       {--EDIT_ACTION--}:&nbsp;&nbsp;</TD>
-       <TD width="50%" class="switch_sw$content[sw]">$content[action]</TD>
-</TR>
-<TR>
-       <TD colspan="2" class="seperator switch_sw$content[sw]" height="2"></TD>
-</TR>
-<TR>
-       <TD width="50%" class="switch_sw$content[sw]" align="right">
-       {--EDIT_WHAT--}:&nbsp;&nbsp;</TD>
-       <TD width="50%" class="switch_sw$content[sw]">$content[what]</TD>
-</TR>
-<TR>
-       <TD colspan="2" class="seperator switch_sw$content[sw]" height="2"></TD>
-</TR>
-<TR>
-       <TD width="50%" class="switch_sw$content[sw]" align="right">
-       {--EDIT_TITLE--}:&nbsp;&nbsp;</TD>
-       <TD width="50%" class="switch_sw$content[sw]"><INPUT type="text"
-               name="sel[$content[sel]]" value="$content[menu]" class="admin_normal"
-               size="30" maxlength="50"></TD>
-</TR>
-<TR>
-       <TD colspan="2" class="seperator switch_sw$content[sw] bottom2"
-               height="2">&nbsp;</TD>
-</TR>
+<tr>
+       <td colspan="2" class="switch_sw$content[sw]">
+               $content[cnt]. {--ENTRY_MODIFY--}:
+       </td>
+</tr>
+<tr>
+       <td align="right" class="switch_sw$content[sw]">
+               {--EDIT_ACTION--}:
+       </td>
+       <td class="switch_sw$content[sw]">
+               $content[action]
+       </td>
+</tr>
+<tr>
+       <td class="switch_sw$content[sw]" align="right">
+               {--EDIT_WHAT--}:
+       </td>
+       <td class="switch_sw$content[sw]">
+               $content[what]
+       </td>
+</tr>
+<tr>
+       <td class="switch_sw$content[sw]" align="right">
+               {--EDIT_TITLE--}:
+       </td>
+       <td class="switch_sw$content[sw]">
+               <input type="text" name="sel[$content[sel]]" value="$content[menu]" class="admin_normal" size="30" maxlength="50" />
+       </td>
+</tr>