]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_primera.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_primera.tpl
index af4cc5a4cd49c0d2c5ea05d9df29a22f9739935c..cdb8778270a7878df3fddf495397d656a275610d 100644 (file)
@@ -1,60 +1,60 @@
 <div align="center">
 <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="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom">
-                       <strong>{--PRIMERA_ADMIN_CONFIG_TITLE--}</strong>
+               <td colspan="2" align="center" class="table_header bottom">
+                       <strong>{--ADMIN_PRIMERA_CONFIG_TITLE--}</strong>
                </td>
        </tr>
        <tr>
-               <td width="300" align="right">{--PRIMERA_ADMIN_API_NAME--}:</td>
+               <td width="300" align="right">{--ADMIN_PRIMERA_API_NAME--}:</td>
                <td width="270">
-                       <input type="text" name="primera_api_name" class="admin_normal" value="{?primera_api_name?}" size="10" maxlength="255" />
+                       <input type="text" name="primera_api_name" class="form_field" value="{?primera_api_name?}" size="10" maxlength="255" />
                </td>
        </tr>
        <tr>
-               <td class="bottom" width="300" align="right">{--PRIMERA_ADMIN_API_MD5--}:</td>
-               <td class="bottom" width="270"><input type="password" name="pass"
-                       class="admin_normal" size="20"
+               <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>
        </tr>
        <tr>
-               <td colspan="2" class="admin_title bottom" align="center">
+               <td colspan="2" class="table_header bottom" align="center">
                        Gespeicherter Hash:<br />
                        &raquo;<em>{?primera_api_md5]</em>&laquo;
                </td>
        </tr>
        <tr>
-               <td width="300" align="right">{--PRIMERA_ADMIN_REFID--}:</td>
+               <td width="300" align="right">{--ADMIN_PRIMERA_REFID--}:</td>
                <td width="270">
-                       <input type="text" name="primera_refid" class="admin_normal" value="{?primera_refid?}" size="10" maxlength="255" />
+                       <input type="text" name="primera_refid" class="form_field" value="{?primera_refid?}" size="10" maxlength="255" />
                </td>
        </tr>
        <tr>
-               <td width="300" align="right">{--PRIMERA_ADMIN_MIN_PAYOUT--}:</td>
+               <td width="300" align="right">{--ADMIN_PRIMERA_MIN_PAYOUT--}:</td>
                <td width="270">
-                       <input type="text" name="primera_min_payout" class="admin_normal" value="{?primera_min_payout?}" size="5" maxlength="20" />
+                       <input type="text" name="primera_min_payout" class="form_field" value="{?primera_min_payout?}" size="5" maxlength="20" />
                        Wernis
                </td>
        </tr>
        <tr>
-               <td class="bottom" width="300" align="right">{--PRIMERA_ADMIN_MIN_WITHDRAW--}:</td>
+               <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="admin_normal" value="{?primera_min_withdraw?}" size="5" maxlength="20" />
+                       <input type="text" name="primera_min_withdraw" class="form_field" value="{?primera_min_withdraw?}" size="5" maxlength="20" />
                        Wernis
                </td>
        </tr>
        <tr>
-               <td colspan="2" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+               <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--}" />
                </td>
        </tr>
 </table>
 </form>
 
-<div class="admin_note">
-       {--PRIMERA_ADMIN_CONFIG_NOTE--}
+<div class="notice">
+       {--ADMIN_PRIMERA_CONFIG_NOTE--}
 </div>
 </div>