]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_themes.tpl
Rewrites/fixes for handling config entries in SQLs
[mailer.git] / templates / de / html / member / member_themes.tpl
index b5001fe50840736a3beb488aa1556c3b3c83f9ed..4e6b87dda04f41f73d56896f67cba8a9f5460bee 100644 (file)
@@ -1,28 +1,27 @@
 <div align="center">
+       {--MEMBER_THEME_LIST_USAGE--}
 
-<P>{--MEMBER_THEME_LIST_USAGE--}</P>
-
-<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 accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=themes%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" 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>
-               <td class="admin_title2 bottom2 right2" align="center">{--THEME_AUTHOR--}</td>
-               <td class="admin_title2 bottom2 right2" align="center">{--THEME_URL--}</td>
-               <td class="admin_title2 bottom2" align="center">{--THEME_VERSION--}</td>
+               <td class="header_column bottom right" align="center">{--THEME_UNIX--}</td>
+               <td class="header_column bottom right" align="center">{--THEME_NAME--}</td>
+               <td class="header_column bottom right" align="center">{--THEME_AUTHOR--}</td>
+               <td class="header_column bottom right" align="center">{--THEME_URL--}</td>
+               <td class="header_column bottom" align="center">{--THEME_VERSION--}</td>
        </tr>
-       {!__THEME_LIST!}
+       $content
        <tr>
-               <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"
-                       value="{--MEMBER_SAVE_THEME--}" /></td>
+               <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" 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>