]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country.tpl
Admin area 'Referral levels' refactured:
[mailer.git] / templates / de / html / admin / admin_list_country.tpl
index 49ebc49f34162b2a6692144afac78f679607b41e..06bfca980377bc1e799878cd9e65d977af1bd16a 100644 (file)
@@ -1,26 +1,29 @@
 <div align="center">
 {%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>{--ADMIN_LIST_COUNTRIES_TITLE--}:</strong>
-               </td>
-       </tr>
-       <tr>
-               <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="400" 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">
-                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" class="form_submit" name="change" value="{--ADMIN_DE_ACTIVATE--}" />
-                       <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT--}" />
-                       <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
-               </td>
-       </tr>
+<tr>
+       <td colspan="4" align="center" class="table_header">
+               <strong>{--ADMIN_LIST_COUNTRIES_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="390" 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">
+               <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" class="form_submit" name="change" value="{--ADMIN_DE_ACTIVATE--}" />
+               <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT--}" />
+               <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
+       </td>
+</tr>
 </table>
 {%form_close%}
 </div>