]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_refid.tpl
AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present...
[mailer.git] / templates / de / html / admin / admin_config_refid.tpl
index 6891539b4cb6e8bd580c0225f793e2317691d8ff..b2dc3b9d7da541f8eaf839316c85cb3bbb0aca28 100644 (file)
@@ -9,14 +9,14 @@
                <legend>{--ADMIN_CONFIG_REFID_GENERAL_LEGEND--}</legend>
 
                <div class="table_row">
-                       <label for="default_refid">{--ADMIN_CONFIG_SELECT_DEFAULT_REFID--}</label>
+                       <label class="admin_label" for="default_refid">{--ADMIN_CONFIG_SELECT_DEFAULT_REFID--}</label>
                        <div align="center">
                                $content[def_refid]
                        </div>
                </div>
 
                <div class="table_row">
-               <label for="refid_target">{--ADMIN_CONFIG_SELECT_REFID_TARGRT--}:</label>
+               <label class="admin_label" for="refid_target">{--ADMIN_CONFIG_SELECT_REFID_TARGRT--}:</label>
                        <div align="center">
                                <select name="refid_target" size="1" class="form_select">
                                        <option value="register"$content[refid_target_register]>{--ADMIN_CONFIG_REFERRAL_TARGET_REGISTER--}</option>
@@ -30,7 +30,7 @@
                <legend>{--ADMIN_CONFIG_RANDOM_REFID_LEGEND--}</legend>
 
                <div class="table_row">
-                       <label for="select_user_zero_refid">{--ADMIN_CONFIG_RANDOM_ZERO_REFID--}</label>
+                       <label class="admin_label" for="select_user_zero_refid">{--ADMIN_CONFIG_RANDOM_ZERO_REFID--}</label>
                        <div align="center">
                                <select name="select_user_zero_refid" size="1" class="form_select">
                                        <option value="Y"$content[select_user_zero_refid_y]>{--ADMIN_CONFIG_RANDOM_REFID_ENABLED--}</option>
@@ -40,7 +40,7 @@
                </div>
 
                <div class="table_row">
-                       <label for="user_min_confirmed">{--ADMIN_CONFIG_RANDOM_MIN_CONFIRMED--}</label>
+                       <label class="admin_label" for="user_min_confirmed">{--ADMIN_CONFIG_RANDOM_MIN_CONFIRMED--}</label>
                        <div align="center">
                                <input type="text" class="form_field" name="user_min_confirmed" size="3" maxlength="3" value="{?user_min_confirmed?}" />
                        </div>
@@ -49,7 +49,7 @@
 
        <div class="table_footer top">
                <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
+               <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
        </div>
 </div>
 {%form_close%}