]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_rallyes.tpl
Renamed a lot language strings to new naming convention, first english translation...
[mailer.git] / templates / de / html / admin / admin_list_rallyes.tpl
index eb99ae8885d78680b6580f7fb8f001f556f9a326..ef4dc4d2a66ecc7c716b0403be47e200561b3c8f 100644 (file)
@@ -1,7 +1,7 @@
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_rallyes%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td colspan="6" align="center" class="admin_title">
+               <td colspan="6" align="center" class="table_header">
                        <strong>{--RALLYE_EDIT_DELETE_RALLYES--}:</strong>
                </td>
        </tr>
        </tr>
        $content[rows]
        <tr>
-               <td colspan="6" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" name="edit" class="admin_submit" value="{--RALLYE_EDIT_ADMIN--}" />
-                       <input type="submit" name="del" class="admin_delete" value="{--RALLYE_DELETE_ADMIN--}" />
+               <td colspan="6" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" class="form_submit" name="edit" value="{--RALLYE_EDIT_ADMIN--}" />
+                       <input type="submit" class="form_delete" name="delete" value="{--RALLYE_DELETE_ADMIN--}" />
                </td>
        </tr>
 </table>
 </form>
 
-<div class="admin_note">
+<div class="notice">
        {--RALLYE_EDIT_ONLY_INACTIVE_NOTE--}
 </div>