]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country_form.tpl
Description made more clear
[mailer.git] / templates / de / html / admin / admin_list_country_form.tpl
index f4661d68e0ba422eb31f7d53518bff3970ee2e57..6afd7fbd0422cd6290dd7e980558148345c501b0 100644 (file)
@@ -1,19 +1,19 @@
-<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">
+<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="table dashed" align="center">
        <tr>
-               <td colspan="4" align="center" class="admin_title" height="30">
+               <td colspan="4" align="center" class="table_header">
                        <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>
        $content[rows]
        <tr>
-               <td colspan="4" class="admin_footer">
+               <td colspan="4" class="table_footer">
                        $content[reset]
                        <input type="submit" name="$content[mode]" class="$content[class]" value="$content[submit]" />
                </td>