]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_newsletter.tpl
More misc fixes and rewrites (sorry, lame description)
[mailer.git] / templates / de / html / admin / admin_newsletter.tpl
index 28c2ad840db944deba4b5a992c67ad46684302d3..0c26e94204255c6bbe9ae62e52547530f2e4372b 100644 (file)
@@ -1,90 +1,89 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=send_newsletter"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<form action="{!URL!}/modules.php?module=admin&amp;what=send_newsletter" method="post">
+<table border="0" cellspacing="0" cellpadding="0"
        class="admin_table dashed" align="center" width="430">
-       <TR>
-               <TD colspan="5" class="admin_title bottom2" align="center" height="30">
-               <STRONG>{--ADMIN_NL_TITLE--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD width="200">{--ENTER_NL_SUBJECT--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD width="200" align="center"><INPUT type="text" name="subject"
+       <tr>
+               <td colspan="5" class="admin_title bottom2" align="center" height="30">
+               <strong>{--ADMIN_NL_TITLE--}</strong></td>
+       </tr>
+       <tr>
+               <td colspan="5" height="5" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td width="200">{--ENTER_NL_SUBJECT--}:</td>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td width="200" align="center"><input type="text" name="subject"
                        class="admin_normal" size="30" maxlength="200"
-                       value="{--NEWSLETTER_FROM--} {--_DATESTAMP--}"></TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD>{--ADMIN_NL_SEND_MODE--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD>
-               <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
-                       <TR>
-                               <TD width="50%" align="right">{--NL_MODE_TEXT--}</TD>
-                               <TD width="50%">&nbsp;<INPUT type="radio" name="mode"
-                                       class="admin_normal" value="text" checked></TD>
-                       </TR>
-                       <TR>
-                               <TD align="right">{--NL_MODE_HTML--}</TD>
-                               <TD>&nbsp;<INPUT type="radio" name="mode" class="admin_normal"
-                                       value="html"></TD>
-                       </TR>
-               </TABLE>
-               </TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD>{--ADMIN_NL_AUTO_ADD--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center">
-               <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
-                       <TR>
-                               <TD width="30%">{--YES--}</TD>
-                               <TD width="20%">&nbsp;<INPUT type="radio" name="auto_urls"
-                                       class="admin_normal" value="Y" checked></TD>
-                               <TD width="30%">{--NO--}</TD>
-                               <TD width="20%">&nbsp;<INPUT type="radio" name="auto_urls"
-                                       class="admin_normal" value="N"></TD>
-                       </TR>
-               </TABLE>
-               </TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD>{--ENTER_NL_TEXT--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center"><TEXTAREA name="text" class="admin_normal"
-                       rows="14" cols="25"></TEXTAREA></TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="5" class="seperator bottom2">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="admin_footer seperator" height="30">&nbsp;</TD>
-               <TD colspan="3" class="admin_footer"><INPUT
+                       value="{--NEWSLETTER_FROM--} {--_DATESTAMP--}"></td>
+               <td width="10" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="5" height="5" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td>{--ADMIN_NL_SEND_MODE--}:</td>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td>
+               <table border="0" cellspacing="0" cellpadding="0" width="100%">
+                       <tr>
+                               <td width="50%" align="right">{--NL_MODE_TEXT--}</td>
+                               <td width="50%">&nbsp;<input type="radio" name="mode"
+                                       class="admin_normal" value="text" checked="checked" /></td>
+                       </tr>
+                       <tr>
+                               <td align="right">{--NL_MODE_HTML--}</td>
+                               <td>&nbsp;<input type="radio" name="mode" class="admin_normal"
+                                       value="html"></td>
+                       </tr>
+               </table>
+               </td>
+               <td width="10" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="5" height="5" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td>{--ADMIN_NL_AUTO_ADD--}:</td>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td align="center">
+               <table border="0" cellspacing="0" cellpadding="0" width="100%">
+                       <tr>
+                               <td width="30%">{--YES--}</td>
+                               <td width="20%">&nbsp;<input type="radio" name="auto_urls"
+                                       class="admin_normal" value="Y" checked="checked" /></td>
+                               <td width="30%">{--NO--}</td>
+                               <td width="20%">&nbsp;<input type="radio" name="auto_urls"
+                                       class="admin_normal" value="N"></td>
+                       </tr>
+               </table>
+               </td>
+               <td width="10" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="5" height="5" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td>{--ENTER_NL_TEXT--}:</td>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td align="center"><textarea name="text" class="admin_normal"
+                       rows="14" cols="25"></textarea></td>
+               <td width="10" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="5" height="5" class="seperator bottom2">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" class="admin_footer seperator" height="30">&nbsp;</td>
+               <td colspan="3" class="admin_footer"><input
                        type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <INPUT type="submit" name="ok" class="admin_submit"
-                       value="{--ADMIN_SEND_NL--}" /></TD>
-               <TD width="10" class="admin_footer seperator">&nbsp;</TD>
-       </TR>
-</TABLE>
-</FORM>
+               <input type="submit" name="ok" class="admin_submit"
+                       value="{--ADMIN_SEND_NL--}" /></td>
+               <td width="10" class="admin_footer seperator">&nbsp;</td>
+       </tr>
+</table>
+</form>
 
-<DIV class="admin_note">{--ADMIN_NEWSLETTER_NOTE--}</DIV>
+<div class="admin_note">{--ADMIN_NEWSLETTER_NOTE--}</div>