]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_primera.tpl
Extension ext-coupon basicly finished, no shortcuts in naming:
[mailer.git] / templates / de / html / admin / admin_config_primera.tpl
index cdb8778270a7878df3fddf495397d656a275610d..a726b5342bd44c309a09f0478d9b564ffb7f2e65 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_primera%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_primera%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
@@ -9,14 +9,13 @@
        <tr>
                <td width="300" align="right">{--ADMIN_PRIMERA_API_NAME--}:</td>
                <td width="270">
-                       <input type="text" name="primera_api_name" class="form_field" value="{?primera_api_name?}" size="10" maxlength="255" />
+                       <input type="text" class="form_field" name="primera_api_name" value="{?primera_api_name?}" size="10" maxlength="255" />
                </td>
        </tr>
        <tr>
                <td class="bottom" width="300" align="right">{--ADMIN_PRIMERA_API_MD5--}:</td>
-               <td class="bottom" width="270"><input type="password" name="password"
-                       class="form_field" size="20"
-                       maxlength="255" /><br />
+               <td class="bottom" width="270">
+                       <input type="password" class="form_field" name="password" size="20" maxlength="255" />
                </td>
        </tr>
        <tr>
        <tr>
                <td width="300" align="right">{--ADMIN_PRIMERA_REFID--}:</td>
                <td width="270">
-                       <input type="text" name="primera_refid" class="form_field" value="{?primera_refid?}" size="10" maxlength="255" />
+                       <input type="text" class="form_field" name="primera_refid" value="{?primera_refid?}" size="10" maxlength="255" />
                </td>
        </tr>
        <tr>
                <td width="300" align="right">{--ADMIN_PRIMERA_MIN_PAYOUT--}:</td>
                <td width="270">
-                       <input type="text" name="primera_min_payout" class="form_field" value="{?primera_min_payout?}" size="5" maxlength="20" />
+                       <input type="text" class="form_field" name="primera_min_payout" value="{?primera_min_payout?}" size="5" maxlength="20" />
                        Wernis
                </td>
        </tr>
        <tr>
                <td class="bottom" width="300" align="right">{--ADMIN_PRIMERA_MIN_WITHDRAW--}:</td>
                <td class="bottom" width="270">
-                       <input type="text" name="primera_min_withdraw" class="form_field" value="{?primera_min_withdraw?}" size="5" maxlength="20" />
+                       <input type="text" class="form_field" name="primera_min_withdraw" value="{?primera_min_withdraw?}" size="5" maxlength="20" />
                        Wernis
                </td>
        </tr>
        <tr>
                <td colspan="2" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>