]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country_form.tpl
More HTML rewrites #2
[mailer.git] / templates / de / html / admin / admin_list_country_form.tpl
index 40f6795983a16cef5348f41959c4646cc9857586..273439a6996b8a6f445b67f51146c1daa803fb17 100644 (file)
@@ -1,21 +1,21 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_country" method="POST">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_country%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
        <tr>
-               <td colspan="4" align="center" class="admin_title" height="30">
-                       <strong>{!__COUNTRY_TITLE!}:</strong>
+               <td colspan="4" align="center" class="admin_title">
+                       <strong>$content[title]:</strong>
                </td>
        </tr>
        <tr>
-               <td width="20" align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
-               <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></td>
-               <td width="300" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></td>
-               <td width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></td>
+               <td width="20" align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+               <td width="80" align="center" class="header_column bottom right"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></td>
+               <td width="300" align="center" class="header_column bottom right"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></td>
+               <td width="120" align="center" class="header_column bottom"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></td>
        </tr>
-       {!__COUNTRY_ROWS!}
+       $content[rows]
        <tr>
                <td colspan="4" class="admin_footer">
-               {!__COUNTRY_RESET!} <input type="submit" name="{!__COUNTRY_MODE!}"
-                       class="{!__COUNTRY_CLASS!}" value="{!__COUNTRY_SUBMIT!}" />
+                       $content[reset]
+                       <input type="submit" name="$content[mode]" class="$content[class]" value="$content[submit]" />
                </td>
        </tr>
 </table>