]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_themes.tpl
More renames for suffix _NOTE -> _NOTICE
[mailer.git] / templates / de / html / member / member_themes.tpl
index 375b1eec6fd356eaea496babd247f44853295033..0701af1ffb93f000011d5483d0e02fe8f084a8f7 100644 (file)
@@ -1,28 +1,26 @@
 <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">
-       <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>
-       </TR>
-       {!__THEME_LIST!}
-       <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>
-       </TR>
-</TABLE>
+<form accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=themes%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <tr>
+               <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>
+       $content
+       <tr>
+               <td colspan="5" class="table_footer" align="center">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--MEMBER_SAVE_THEME--}" />
+               </td>
+       </tr>
+</table>
 </form>
+</div>
 
-<P><div class="admin_note">{--MEMBER_THEME_LIST_NOTE--}</div></P>
-
+<div class="notice">
+       {--MEMBER_THEME_LIST_NOTICE--}
 </div>