]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_amenu_edit_row.tpl
Some improvements, caching of email templates prepared
[mailer.git] / templates / de / html / admin / admin_amenu_edit_row.tpl
index c172710c5006566a869f46461a0c1c306b0cfd6f..2ff6ea8aea7094e476ba03380a6845c272ec0ecf 100644 (file)
@@ -1,49 +1,37 @@
-<TR>
-       <TD colspan="2" class="seperator switch_sw$content[sw]" height="2"></TD>
-</TR>
-<TR>
-       <TD colspan="2" class="admin_edit switch_sw$content[sw]">$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="admin_edit switch_sw$content[sw]">
-       {--EDIT_ACTION--}:</TD>
-       <TD width="50%" class="admin_edit 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="admin_edit switch_sw$content[sw]" align="right">
-       {--EDIT_WHAT--}:</TD>
-       <TD width="50%" class="admin_edit 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="admin_edit switch_sw$content[sw]" align="right">
-       {--EDIT_TITLE--}:</TD>
-       <TD width="50%" class="admin_edit 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]" height="2"></TD>
-</TR>
-<TR>
-       <TD width="50%" class="admin_edit switch_sw$content[sw]" align="right">
-       {--EDIT_DESCR--}:</TD>
-       <TD width="50%" class="admin_edit switch_sw$content[sw]"><TEXTAREA
-               name="sel_desc[$content[sel]]" class="admin_normal" rows="10"
-               cols="30">$content[descr]</TEXTAREA></TD>
-</TR>
-<TR>
-       <TD colspan="2" class="seperator switch_sw$content[sw] bottom2"
-               height="2">&nbsp;</TD>
-</TR>
\ No newline at end of file
+<tr>
+       <td colspan="2" class="admin_edit switch_sw$content[sw]">
+               $content[cnt]. {--ENTRY_MODIFY--}:
+       </td>
+</tr>
+<tr>
+       <td align="right" class="admin_edit switch_sw$content[sw]">
+               {--EDIT_ACTION--}:
+       </td>
+       <td class="admin_edit switch_sw$content[sw]">
+               $content[action]
+       </td>
+</tr>
+<tr>
+       <td class="admin_edit switch_sw$content[sw]" align="right">
+               {--EDIT_WHAT--}:
+       </td>
+       <td class="admin_edit switch_sw$content[sw]">
+               $content[what]
+       </td>
+</tr>
+<tr>
+       <td class="admin_edit switch_sw$content[sw]" align="right">
+               {--EDIT_TITLE--}:
+       </td>
+       <td class="admin_edit 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 class="admin_edit switch_sw$content[sw] bottom" align="right">
+               {--EDIT_DESCR--}:
+       </td>
+       <td class="admin_edit switch_sw$content[sw] bottom">
+               <textarea name="sel_desc[$content[sel]]" class="admin_normal" rows="10" cols="30">$content[descr]</textarea>
+       </td>
+</tr>