]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_send_yoomedia.tpl
Even more rewrites to EL
[mailer.git] / templates / de / html / admin / admin_send_yoomedia.tpl
index 9fdba296725209daa36f6b49647930cbc1e9e030..265b4c23318c8ac5d15b74e076dc952dd58ad924 100644 (file)
@@ -1,72 +1,65 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_yoomedia_tm" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="680" class="admin_table dashed" align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_yoomedia_tm%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
 <tr>
-       <td colspan="2" class="admin_title bottom2" height="30">
+       <td colspan="2" class="admin_title bottom">
                <strong>{--ADMIN_YOOMEDIA_SEND_MAIL_TITLE--}</strong>
        </td>
 </tr>
-<tr><td colspan="2" class="seperator" height="10">&nbsp;</td></tr>
 <tr>
        <td align="right" style="padding-right:5px">{--SELECT_CATEGORY--}:</td>
        <td>
                <select name="cat" size="1" class="admin_select">
-                       <option value="" disabled>{--PLEASE_SELECT--}</option>
-                       <option value="0">{--ALL_MEMBERS--} ($content[all])</option>
-                       $content[categories]
+                       <option value="X" disabled="disabled">{--PLEASE_SELECT--}</option>
+                       <option value="0">{--ALL_MEMBERS--} ({%pipe,getTotalReceivers,translateComma%})</option>
+                       {%pipe,generateCategoryOptionsList=normal%}
                </select>
        </td>
 </tr>
-<tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
 <tr>
        <td width="150" align="right" style="padding-right:5px" valign="top">{--ENTER_RECEIVER--}:</td>
        <td width="530">
                <span class="admin_note"><em>{--ADMIN_YOOMEDIA_RECEIVER_ARE_ALL_NOTE--}</em></span>
        </td>
 </tr>
-<tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
 <tr>
        <td align="right" style="padding-right:5px">{--ENTER_POINTS--}:</td>
        <td>
-               <input type="text" name="points" class="admin_normal" size="4" maxlength="5" value="$content[reward]" /> {!POINTS!}
+               <input type="text" name="points" class="admin_normal" size="4" maxlength="5" value="$content[reward]" />
+               <span class="tiny">({?POINTS?})</span>
        </td>
 </tr>
-<tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
 <tr>
        <td align="right" style="padding-right:5px">{--ENTER_SECONDS--}:</td>
        <td>
                <input type="text" name="seconds" class="admin_normal" size="4" maxlength="5" value="$content[wait]" /> {--_SECONDS--}
        </td>
 </tr>
-<tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
 <tr>
        <td align="right" style="padding-right:5px">{--ENTER_SUBJECT--}:</td>
        <td>
                <input type="text" name="subject" class="admin_normal" size="30" maxlength="150" value="{--ADMIN_YOOMEDIA_SUBJECT_PREFIX--} $content[name]" />
        </td>
 </tr>
-<tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
 <tr>
        <td align="right" style="padding-right:5px" valign="top">{--ENTER_TEXT--}:</td>
        <td>
-               <textarea name="text" class="admin_normal" rows="8" cols="60">$content[text]</textarea>
+               <textarea name="text" class="admin_normal" rows="8" cols="60">{%pipe,decodeEntities=$content[text]%}</textarea>
        </td>
 </tr>
-<tr><td colspan="2" class="seperator" height="10">&nbsp;</td></tr>
 <tr>
        <td align="right" style="padding-right:5px">{--MEMBER_ENTER_URL--}:</td>
        <td>
-               http://www.yoomedia.de/code/t-mail.php?id=$content[id]&amp;sid=$content[sid]
+               http://www.yoomedia.de/code/t-mail.php?id=$content[id]&amp;sid={?yoomedia_sid?}
                <input type="hidden" name="id" value="$content[id]" />
-               <input type="hidden" name="sid" value="$content[sid]" />
+               <input type="hidden" name="sid" value="{?yoomedia_sid?}" />
                <input type="hidden" name="reload" value="$content[reload]" />
        </td>
 </tr>
 <tr>
-       <td colspan="2" align="center">
+       <td colspan="2" align="center" class="bottom">
                <span class="admin_note"><em>{--ADMIN_YOOMEDIA_ENTER_URL_NOTE--}</em></span>
        </td>
 </tr>
-<tr><td colspan="2" class="seperator bottom2" height="10">&nbsp;</td></tr>
 <tr>
        <td colspan="2" align="center" class="admin_footer">
                <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />