]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_gmenu_edit_row.tpl
Rewrites/fixes for handling config entries in SQLs
[mailer.git] / templates / de / html / admin / admin_gmenu_edit_row.tpl
index 3253ca2d546646197f6d46ec006ad37c66ed60c6..f8c8b3f6e47dc104fc3f700cf720dd01ad2c2659 100644 (file)
@@ -1,37 +1,29 @@
-<TR>
-       <TD colspan="2" class="seperator switch_sw$content[sw]">&nbsp;</TD>
-</TR>
-<TR>
-       <TD colspan="2" class="admin_edit switch_sw$content[sw]">&nbsp;&nbsp;$content[cnt].&nbsp;{--ENTRY_MODIFY--}:</TD>
-</TR>
-<TR>
-       <TD colspan="2" class="seperator switch_sw$content[sw]">&nbsp;</TD>
-</TR>
-<TR>
-       <TD width="50%" align="right" class="admin_edit switch_sw$content[sw]">
-       {--EDIT_ACTION--}:&nbsp;&nbsp;</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]">&nbsp;</TD>
-</TR>
-<TR>
-       <TD width="50%" class="admin_edit switch_sw$content[sw]" align="right">
-       {--EDIT_WHAT--}:&nbsp;&nbsp;</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]">&nbsp;</TD>
-</TR>
-<TR>
-       <TD width="50%" class="admin_edit switch_sw$content[sw]" align="right">
-       {--EDIT_TITLE--}:&nbsp;&nbsp;</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] bottom2">&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] bottom" align="right">
+               {--EDIT_TITLE--}:
+       </td>
+       <td class="admin_edit switch_sw$content[sw] bottom">
+               <input type="text" name="sel[$content[sel]]" value="$content[menu]" class="admin_normal" size="30" maxlength="50" />
+       </td>
+</tr>