]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_sponsor_paytype.tpl
Renamed 'ADMIN_FOO_NOTE' to 'ADMIN_FOO_NOTICE', refactured templates
[mailer.git] / templates / de / html / admin / admin_add_sponsor_paytype.tpl
index 9044a07e7beeeb421f585ab57e6cce5389485316..9e1acc06f3fc8c0f0b2ba01b7a1f587a4f475bfe 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_sponsor_pay%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_sponsor_pay%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
        <td class="table_header bottom" colspan="2" align="center">
 </tr>
 <tr>
        <td align="right">{--SPONSOR_PAYTYPE_RATE--}:<br /><div class="tiny">{--SPONSOR_PAYTYPE_RATE_HINT--}</div></td>
-       <td><input type="text" class="form_field" name="pay_rate" size="7" maxlength="25" class="form_field" value="0.00000" /></td>
+       <td><input type="text" class="form_field" name="pay_rate" size="7" maxlength="25" value="0.00000" /></td>
 </tr>
 <tr>
        <td align="right">{--SPONSOR_PAYTYPE_MIN_COUNT--}:</td>
-       <td><input type="text" class="form_field" name="pay_min_count" size="2" maxlength="20" class="form_field" value="1" /></td>
+       <td><input type="text" class="form_field" name="pay_min_count" size="2" maxlength="20" value="1" /></td>
 </tr>
 <tr>
        <td class="bottom" align="right">{--SPONSOR_PAYTYPE_CURRENCY--}:</td>
-       <td class="bottom"><input type="text" class="form_field" name="pay_currency" size="2" maxlength="255" class="form_field" value="&euro;" /></td>
+       <td class="bottom"><input type="text" class="form_field" name="pay_currency" size="2" maxlength="255" value="&euro;" /></td>
 </tr>
 <tr>
        <td colspan="2" class="table_footer" align="center">
        </div>
        <div class="para">
                <ul>
-                       <li><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong> {--SPONSOR_PAYTYPE_NAME_NOTE--}</li>
-                       <li><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong> {--SPONSOR_PAYTYPE_RATE_NOTE--}</li>
-                       <li><strong>{--SPONSOR_PAYTYPE_MIN_COUNT--}:</strong> {--SPONSOR_PAYTYPE_MIN_COUNT_NOTE--}</li>
-                       <li><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong> {--SPONSOR_PAYTYPE_CURRENCY_NOTE--}</li>
+                       <li><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong> {--SPONSOR_PAYTYPE_NAME_NOTICE--}</li>
+                       <li><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong> {--SPONSOR_PAYTYPE_RATE_NOTICE--}</li>
+                       <li><strong>{--SPONSOR_PAYTYPE_MIN_COUNT--}:</strong> {--SPONSOR_PAYTYPE_MIN_COUNT_NOTICE--}</li>
+                       <li><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong> {--SPONSOR_PAYTYPE_CURRENCY_NOTICE--}</li>
                </ul>
        </div>
 </div>