]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_themes.tpl
New naming convention applied to many functions, see #118 for details
[mailer.git] / templates / de / html / member / member_themes.tpl
index b5001fe50840736a3beb488aa1556c3b3c83f9ed..eef0684a5b38dda8fe8eebc954159e86a3faee58 100644 (file)
@@ -1,11 +1,9 @@
 <div align="center">
 
-<P>{--MEMBER_THEME_LIST_USAGE--}</P>
+<div>{--MEMBER_THEME_LIST_USAGE--}</div>
 
-<form action="{!URL!}/modules.php?module=login&amp;what=themes"
-       method="POST" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" width="99%"
-       class="admin_table dashed">
+<form action="{!URL!}/modules.php?module=login&amp;what=themes" method="post" style="margin-bottom: 0px">
+<table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
        <tr>
                <td class="admin_title2 bottom2 right2" align="center">{--THEME_UNIX--}</td>
                <td class="admin_title2 bottom2 right2" align="center">{--THEME_NAME--}</td>
        </tr>
        {!__THEME_LIST!}
        <tr>
-               <td colspan="5" class="admin_footer" align="center"><INPUT
+               <td colspan="5" class="admin_footer" align="center"><input
                        type="reset" class="member_reset" value="{--UNDO_SELECTIONS--}" />
-               <INPUT type="submit" name="ok" class="member_submit"
+               <input type="submit" name="ok" class="member_submit"
                        value="{--MEMBER_SAVE_THEME--}" /></td>
        </tr>
 </table>
 </form>
 
-<P><div class="admin_note">{--MEMBER_THEME_LIST_NOTE--}</div></P>
+<div class="admin_note">
+       {--MEMBER_THEME_LIST_NOTE--}
+</div>
 
 </div>