]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_mods.tpl
Adding of request parameters partialy finished
[mailer.git] / templates / de / html / admin / admin_list_mods.tpl
index 6780b7698370d77be33cc698974bef582b5405f1..fbbf94504d2c23bccc0c504e408dc474d9b38520 100644 (file)
@@ -1,13 +1,15 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_mods" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="680" class="admin_table dashed">
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_mods%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <!-- @TODO Shouldn't we add a title here? //-->
        <tr>
-               <td align="center" class="admin_title bottom2 right2" height="25"><strong>{--ID_SELECT--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_NAME--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_TITLE--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></td>
-               <td align="center" class="admin_title bottom2"><strong>{--MODS_IS_MEMBER--}</strong></td>
+               <td align="center" class="header_column bottom right" height="25"><strong>{--ID_SELECT--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--MODS_NAME--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--MODS_TITLE--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--MODS_IS_LOCKED--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--MODS_IS_HIDDEN--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--MODS_IS_ADMIN--}</strong></td>
+               <td align="center" class="header_column bottom"><strong>{--MODS_IS_MEMBER--}</strong></td>
        </tr>
        $content
        <tr>
@@ -22,3 +24,4 @@
 <div class="admin_note">
        {--MODS_ADMIN_EDIT_NOTE--}
 </div>
+</div>