]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country_form.tpl
Huge rewrite of default parameters, ext-network continued:
[mailer.git] / templates / de / html / admin / admin_list_country_form.tpl
index 5173e57266f5188311da08c9a182cb437211e79b..f4661d68e0ba422eb31f7d53518bff3970ee2e57 100644 (file)
@@ -1,22 +1,22 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_country" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520" class="admin_table dashed" align="center">
-       <TR>
-               <TD colspan="4" align="center" class="admin_title" height="30">
-                       <strong>{!__COUNTRY_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>
-       </TR>
-       {!__COUNTRY_ROWS!}
-       <TR>
-               <TD colspan="4" class="admin_footer">
-               {!__COUNTRY_RESET!} <INPUT type="submit" name="{!__COUNTRY_MODE!}"
-                       class="{!__COUNTRY_CLASS!}" value="{!__COUNTRY_SUBMIT!}" />
-               </TD>
-       </TR>
-</TABLE>
+<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>$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>
+       </tr>
+       $content[rows]
+       <tr>
+               <td colspan="4" class="admin_footer">
+                       $content[reset]
+                       <input type="submit" name="$content[mode]" class="$content[class]" value="$content[submit]" />
+               </td>
+       </tr>
+</table>
 </form>