Typo 'referral'->'referal' fixed, more 'empty version' fixed
[mailer.git] / templates / de / html / admin / admin_amenu_edit.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=adminedit&amp;sub=$content[sub]" method="post" target="_self">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4 <tr>
5         <td class="admin_title bottom2 right2" align="center" width="30" height="30"><strong>{--ID_SELECT--}</strong></td>
6         <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_ACTION--}</strong></td>
7         <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_WHAT--}</strong></td>
8         <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_TITLE--}</strong></td>
9         <td class="admin_title bottom2" align="center"><strong>{--SORT_NAVIGATION--}</strong></td>
10 </tr>
11 $content[rows]
12 <tr>
13         <td colspan="5" class="admin_footer">
14                 <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
15                 <input type="submit" class="admin_submit" name="edit" value="{--EDIT_MENUS--}" />
16                 <input type="submit" class="admin_delete submit" name="del" value="{--DEL_MENUS--}" />
17         </td>
18 </tr>
19 </table>
20 </form>
21 </div>