Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / member / member_themes.tpl
index fa6151470c1fa29c44c350b5c0d497431d18acaa..ba562bb0928e10e6d5177024422517600a86b9dd 100644 (file)
@@ -2,7 +2,7 @@
 
 <div>{--MEMBER_THEME_LIST_USAGE--}</div>
 
-<form action="{?URL?}/modules.php?module=login&amp;what=themes" method="post" style="margin-bottom: 0px">
+<form accept-charset="utf-8" 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_URL--}</td>
                <td class="admin_title2 bottom2" 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>