]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_send_yoomedia.tpl
Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_send_yoomedia.tpl
index d58798c6302fb51304c820badcbddbf4e2a5c9eb..3fb2d9e7d28bda7715994daf4977bf554d56de01 100644 (file)
@@ -1,5 +1,5 @@
-<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">
                <strong>{--ADMIN_YOOMEDIA_SEND_MAIL_TITLE--}</strong>
@@ -10,7 +10,7 @@
        <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="X" disabled="disabled">{--PLEASE_SELECT--}</option>
                        <option value="0">{--ALL_MEMBERS--} ($content[all])</option>
                        $content[categories]
                </select>
@@ -27,7 +27,7 @@
 <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]" />&nbsp;<span class="tiny">({?POINTS?})</span>
        </td>
 </tr>
 <tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
@@ -69,7 +69,7 @@
 <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--}" />&nbsp;*
+               <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                <input type="submit" name="sent" class="admin_submit" value="{--ADMIN_SEND_MAIL--}" />
        </td>
 </tr>