]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country_form.tpl
A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags...
[mailer.git] / templates / de / html / admin / admin_list_country_form.tpl
index 016c80916ff87f416b31befaf0765a863a0fada4..40f6795983a16cef5348f41959c4646cc9857586 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>
+<form 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>
+       </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!}"
+       <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>
+               </td>
+       </tr>
+</table>
+</form>