]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country_form.tpl
AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present...
[mailer.git] / templates / de / html / admin / admin_list_country_form.tpl
index 5173e57266f5188311da08c9a182cb437211e79b..24a5213c655ba0668d80b75decd48c3a7cbdf644 100644 (file)
@@ -1,22 +1,25 @@
-<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>
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_country%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
+<tr>
+       <td colspan="4" align="center" class="table_header">
+               <strong>$content[title]:</strong>
+       </td>
+</tr>
+
+<tr>
+       <td width="30" 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="280" 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>
+
+$content[rows]
+
+<tr>
+       <td colspan="4" class="table_footer">
+               $content[reset]
+               <input type="submit" name="$content[do]" class="$content[class]" value="$content[submit]" />
+       </td>
+</tr>
+</table>
+{%form_close%}