]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_themes.tpl
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / member / member_themes.tpl
index acab691a183bee4faeed5dcb7a25a50504c25af8..94c50724f5169aff88ad54be777a8fd4fb79427d 100644 (file)
@@ -1,28 +1,28 @@
-<DIV align="center">
+<div align="center">
 
 <P>{--MEMBER_THEME_LIST_USAGE--}</P>
 
-<FORM action="{!URL!}/modules.php?module=login&amp;what=themes"
+<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%"
+<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--}">&nbsp;*
-               <INPUT type="submit" name="ok" class="member_submit"
-                       value="{--MEMBER_SAVE_THEME--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
+       <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>
 
-<P><FONT class="admin_note">{--MEMBER_THEME_LIST_NOTE--}</FONT></P>
+<P><div class="admin_note">{--MEMBER_THEME_LIST_NOTE--}</div></P>
 
-</DIV>
+</div>