Fixes for display problems with labeled input fields
authorRoland Häder <roland@mxchange.org>
Fri, 25 Jan 2013 09:06:11 +0000 (09:06 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 25 Jan 2013 09:06:11 +0000 (09:06 +0000)
27 files changed:
templates/de/html/admin/admin_add_tester_user.tpl
templates/de/html/admin/admin_config_
templates/de/html/admin/admin_config_admin.tpl
templates/de/html/admin/admin_config_autopurge.tpl
templates/de/html/admin/admin_config_blacklist.tpl
templates/de/html/admin/admin_config_network.tpl
templates/de/html/admin/admin_config_network_api.tpl
templates/de/html/admin/admin_config_order.tpl
templates/de/html/admin/admin_config_refid.tpl
templates/de/html/admin/admin_config_title.tpl
templates/de/html/admin/admin_config_user.tpl
templates/de/html/admin/admin_config_user_subid.tpl
templates/de/html/admin/admin_delete_user_subids_row.tpl
templates/de/html/admin/admin_edit_config_network_type_form.tpl
templates/de/html/admin/admin_edit_forced_ads_row.tpl
templates/de/html/admin/admin_edit_forced_costs_row.tpl
templates/de/html/admin/admin_edit_points_data_row.tpl
templates/de/html/admin/admin_edit_surfbar_actions_row.tpl
templates/de/html/admin/admin_edit_surfbar_urls_row.tpl
templates/de/html/admin/admin_edit_user_subids_row.tpl
templates/de/html/admin/admin_receive_table.tpl
theme/business/css/general.css
theme/default/css/general.css
theme/desert/css/general.css
theme/org/css/general.css
theme/schleuder/css/general.css
theme/ship-simu/css/general.css

index 7add97cbef11e07adc7d8abf798f1b47aa6d4245..88491f426193b24498f455b084805ef4fc808942 100644 (file)
@@ -7,56 +7,56 @@
 
        <fieldset id="add_tester_user_fields">
                <legend>{--ADMIN_ADD_TESTER_USER_LEGEND--}</legend>
-               <div class="table_row">
-                       <label class="admin_label" for="tester_user_family">{--ADMIN_ADD_TESTER_USER_GENDER--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_family">{--ADMIN_ADD_TESTER_USER_GENDER--}</label>
                        <div align="left">{%config,generateGenderSelectionBox=tester_user_gender%}</div>
                </div>
 
-               <div class="table_row">
-                       <label class="admin_label" for="tester_user_surname_prefix">{--ADMIN_ADD_TESTER_USER_SURNAME--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_surname_prefix">{--ADMIN_ADD_TESTER_USER_SURNAME--}</label>
                        <div align="left"><em>{?tester_user_surname_prefix?}{%pipe,getNextFreeTesterUserNumber%}</em></div>
                </div>
 
-               <div class="table_row">
-                       <label class="admin_label" for="tester_user_family">{--ADMIN_ADD_TESTER_USER_FAMILY--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_family">{--ADMIN_ADD_TESTER_USER_FAMILY--}</label>
                        <div align="left"><input type="text" class="form_field" name="family" value="{?tester_user_family?}" size="10" maxlength="255" /></div>
                </div>
 
-               <div class="table_row">
-                       <label class="admin_label" for="tester_user_street_nr">{--ADMIN_ADD_TESTER_USER_STREET_NR--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_street_nr">{--ADMIN_ADD_TESTER_USER_STREET_NR--}</label>
                        <div align="left"><input type="text" class="form_field" name="street_nr" value="{?tester_user_street_nr?}" size="15" maxlength="255" /></div>
                </div>
 
-               <div class="table_row">
-                       <label class="admin_label" for="tester_user_default_refid">{--ADMIN_ADD_TESTER_USER_COUNTRY--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_default_refid">{--ADMIN_ADD_TESTER_USER_COUNTRY--}</label>
                        <div align="left">{%pipe,addCountryCodeSelectionBox%}</div>
                </div>
 
-               <div class="table_row">
-                       <label class="admin_label" for="tester_user_zip">{--ADMIN_ADD_TESTER_USER_ZIP--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_zip">{--ADMIN_ADD_TESTER_USER_ZIP--}</label>
                        <div align="left"><input type="text" class="form_field" name="zip" value="{?tester_user_zip?}" size="6" maxlength="6" /></div>
                </div>
 
-               <div class="table_row">
-                       <label class="admin_label" for="tester_user_city">{--ADMIN_ADD_TESTER_USER_CITY--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_city">{--ADMIN_ADD_TESTER_USER_CITY--}</label>
                        <div align="left"><input type="text" class="form_field" name="city" value="{?tester_user_city?}" size="10" maxlength="255" /></div>
                </div>
 
-               <div class="table_row">
-                       <label class="admin_label" for="tester_user_email">{--ADMIN_ADD_TESTER_USER_EMAIL--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_email">{--ADMIN_ADD_TESTER_USER_EMAIL--}</label>
                        <div align="left"><input type="text" class="form_field" name="email" value="{?tester_user_email?}" size="20" maxlength="255" /></div>
                </div>
 
-               <div class="table_row">
-                       <label class="admin_label" for="tester_user_email">{--ADMIN_ADD_TESTER_USER_BIRTHDAY--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_email">{--ADMIN_ADD_TESTER_USER_BIRTHDAY--}</label>
                        <input type="hidden" name="day" value="01" />
                        <input type="hidden" name="month" value="01" />
                        <input type="hidden" name="year" value="1970" />
                        <div align="left">01.01.1970</div>
                </div>
 
-               <div class="table_row">
-                       <label class="admin_label" for="tester_user_default_refid">{--ADMIN_ADD_TESTER_USER_DEFAULT_REFID--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_default_refid">{--ADMIN_ADD_TESTER_USER_DEFAULT_REFID--}</label>
                        <div align="left">{%pipe,addTesterUserDefaultRefidSelectionBox=refid%}</div>
                </div>
        </fieldset>
        <fieldset id="add_tester_user_passwords">
                <legend>{--ADMIN_ADD_TESTER_USER_PASSWORDS_LEGEND--}</legend>
 
-               <div class="table_row">
-                       <label class="admin_label" for="tester_user_email">{--ADMIN_ADD_TESTER_USER_PASSWORD1--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_email">{--ADMIN_ADD_TESTER_USER_PASSWORD1--}</label>
                        <input type="password" class="form_field" name="password1" value="{?tester_user_password?}" size="10" maxlength="255" />
                </div>
 
-               <div class="table_row">
-                       <label class="admin_label" for="tester_user_email">{--ADMIN_ADD_TESTER_USER_PASSWORD2--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_email">{--ADMIN_ADD_TESTER_USER_PASSWORD2--}</label>
                        <input type="password" class="form_field" name="password2" value="{?tester_user_password?}" size="10" maxlength="255" />
                </div>
        </fieldset>
index 128424f65dffb568200c70cb1e05206c5d39c060..381567612fcf60bfdbfd0e9935ca92cb775f5777 100644 (file)
@@ -8,7 +8,7 @@
        <fieldset id="config_foo_my_stuff">
                <legend>{--ADMIN_CONFIG_FOO_MY_STUFF_LEGEND--}</legend>
 
-               <div>
+               <div class="admin_input">
                        <label for="foo_stuff_bar">{--ADMIN_CONFIG_FOO_STUFF_BAR--}</label>
                        <div align="center">
                                <input type="text" class="form_field" name="foo_stuff_bar" value="{?foo_stuff_bar?}" />
index 252ef449f5cc85b73db09b8062eb8994faffc06e..35b1ac63f7bbcf5917e412d0e11c1c38e7341b65 100644 (file)
@@ -8,15 +8,15 @@
        <fieldset id="config_admin_menu_type_fields">
                <legend>{--ADMIN_CONFIG_ADMIN_MENU_TYPE_LEGEND--}</legend>
 
-               <div>
-                       <label class="admin_label" for="admin_menu">{--ADMIN_CONFIG_ADMIN_MENU_NEW--}</label>
+               <div class="admin_input">
+                       <label for="admin_menu">{--ADMIN_CONFIG_ADMIN_MENU_NEW--}</label>
                        <div align="center">
                                <input type="radio" class="form_field disabled" disabled="disabled" name="admin_menu" value="NEW"$content[admin_menu_new] />
                        </div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="admin_menu">{--ADMIN_CONFIG_ADMIN_MENU_OLD--}</label>
+               <div class="admin_input">
+                       <label for="admin_menu">{--ADMIN_CONFIG_ADMIN_MENU_OLD--}</label>
                        <div align="center">
                                <input type="radio" class="form_field" name="admin_menu" value="OLD"$content[admin_menu_old] />
                        </div>
@@ -26,8 +26,8 @@
        <fieldset id="config_admin_menu_misc_fields">
                <legend>{--ADMIN_CONFIG_ADMIN_MENU_MISC_LEGEND--}</legend>
 
-               <div>
-                       <label class="admin_label" for="admin_menu_javascript">{--ADMIN_CONFIG_ADMIN_MENU_JAVASCRIPT_ENABLED--}</label>
+               <div class="admin_input">
+                       <label for="admin_menu_javascript">{--ADMIN_CONFIG_ADMIN_MENU_JAVASCRIPT_ENABLED--}</label>
                        <div align="center">
                                {%template,ConfigurationYesNoSelectionBox=admin_menu_javascript%}
                        </div>
index dfeb75b7bf72be37ab8d813bc8a8aa66123669b2..4f2b71ae98ebcee03c7fec1a5baea6ff87db7fab 100644 (file)
@@ -8,18 +8,18 @@
        <fieldset id="autopurge_inactive_fields">
                <legend>{--ADMIN_CONFIG_AUTOPURGE_INACTIVE_LEGEND--}</legend>
 
-               <div>
-                       <label class="admin_label" for="autopurge_inactive">{--ADMIN_CONFIG_AUTOPURGE_INACTIVE--}</label>
+               <div class="admin_input">
+                       <label for="autopurge_inactive">{--ADMIN_CONFIG_AUTOPURGE_INACTIVE--}</label>
                        <div align="center">{%template,ConfigurationYesNoSelectionBox=ap_inactive_selection%}</div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="ap_inactive_since">{--ADMIN_CONFIG_AUTOPURGE_INACTIVE_SINCE--}</label>
+               <div class="admin_input">
+                       <label for="ap_inactive_since">{--ADMIN_CONFIG_AUTOPURGE_INACTIVE_SINCE--}</label>
                        <div align="center">$content[ap_in_since]</div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="ap_inactive_time">{--ADMIN_CONFIG_AUTOPURGE_INACTIVE_TIME--}</label>
+               <div class="admin_input">
+                       <label for="ap_inactive_time">{--ADMIN_CONFIG_AUTOPURGE_INACTIVE_TIME--}</label>
                        <div align="center">$content[ap_in_time]</div>
                </div>
        </fieldset>
        <fieldset id="autopurge_unconfirmed_fields">
                <legend>{--ADMIN_CONFIG_AUTOPURGE_UNCONFIRMED_LEGEND--}</legend>
 
-               <div>
-                       <label class="admin_label" for="autopurge_unconfirmed">{--ADMIN_CONFIG_AUTOPURGE_UNCONFIRMED--}</label>
+               <div class="admin_input">
+                       <label for="autopurge_unconfirmed">{--ADMIN_CONFIG_AUTOPURGE_UNCONFIRMED--}</label>
                        <div align="center">{%template,ConfigurationYesNoSelectionBox=ap_unconfirmed_selection%}</div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="ap_un_time">{--ADMIN_CONFIG_AUTOPURGE_UNCONFIRMED_TIME--}</label>
+               <div class="admin_input">
+                       <label for="ap_un_time">{--ADMIN_CONFIG_AUTOPURGE_UNCONFIRMED_TIME--}</label>
                        <div align="center">$content[ap_un_time]</div>
                </div>
        </fieldset>
        <fieldset id="autopurge_tasks_fields">
                <legend>{--ADMIN_CONFIG_AUTOPURGE_TASKS_LEGEND--}</legend>
 
-               <div>
-                       <label class="admin_label" for="autopurge_tasks">{--ADMIN_CONFIG_AUTOPURGE_TASKS--}</label>
+               <div class="admin_input">
+                       <label for="autopurge_tasks">{--ADMIN_CONFIG_AUTOPURGE_TASKS--}</label>
                        <div align="center">{%template,ConfigurationYesNoSelectionBox=ap_tasks_selection%}</div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="ap_task_time">{--ADMIN_CONFIG_AUTOPURGE_TASKS_TIME--}</label>
+               <div class="admin_input">
+                       <label for="ap_task_time">{--ADMIN_CONFIG_AUTOPURGE_TASKS_TIME--}</label>
                        <div align="center">$content[ap_task_time]</div>
                </div>
        </fieldset>
        <fieldset id="autopurge_mailid_fields">
                <legend>{--ADMIN_CONFIG_AUTOPURGE_MAILID_LEGEND--}</legend>
 
-               <div>
-                       <label class="admin_label" for="auto_purge">{--ADMIN_CONFIG_AUTOPURGE_ACTIVE--}</label>
+               <div class="admin_input">
+                       <label for="auto_purge">{--ADMIN_CONFIG_AUTOPURGE_ACTIVE--}</label>
                        <div align="center">{%template,ConfigurationYesNoSelectionBox=auto_purge%}</div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="auto_purge">{--ADMIN_CONFIG_MAIL_LIFETIME--}</label>
+               <div class="admin_input">
+                       <label for="auto_purge">{--ADMIN_CONFIG_MAIL_LIFETIME--}</label>
                        <div align="center">$content[auto_purge]</div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="ap_notify_del_mails">{--ADMIN_CONFIG_AUTOPURGE_NOTIFY_DELETE_MAILS--}</label>
+               <div class="admin_input">
+                       <label for="ap_notify_del_mails">{--ADMIN_CONFIG_AUTOPURGE_NOTIFY_DELETE_MAILS--}</label>
                        <div align="center">{%template,ConfigurationYesNoSelectionBox=ap_notify_del_mails%}</div>
                </div>
        </fieldset>
        <fieldset id="autopurge_delete_mails_fields">
                <legend>{--ADMIN_CONFIG_AUTOPURGE_DELETE_MAILS_LEGEND--}</legend>
 
-               <div>
-                       <label class="admin_label" for="ap_del_mails">{--ADMIN_CONFIG_AUTOPURGE_DELETE_MAILS--}</label>
+               <div class="admin_input">
+                       <label for="ap_del_mails">{--ADMIN_CONFIG_AUTOPURGE_DELETE_MAILS--}</label>
                        <div align="center">{%template,ConfigurationYesNoSelectionBox=ap_del_mails_selection%}</div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="ap_del_mails_time">{--ADMIN_CONFIG_AUTOPURGE_DELETE_MAILS_TIME--}</label>
+               <div class="admin_input">
+                       <label for="ap_del_mails_time">{--ADMIN_CONFIG_AUTOPURGE_DELETE_MAILS_TIME--}</label>
                        <div align="center">$content[ap_del_mails_time]</div>
                </div>
        </fieldset>
        <fieldset id="autopurge_server_name_log_fields">
                <legend>{--ADMIN_CONFIG_AUTOPURGE_SERVER_NAME_LOG_LEGEND--}</legend>
 
-               <div>
-                       <label class="admin_label" for="autopurge_server_name_log">{--ADMIN_CONFIG_AUTOPURGE_SERVER_NAME_LOG--}</label>
+               <div class="admin_input">
+                       <label for="autopurge_server_name_log">{--ADMIN_CONFIG_AUTOPURGE_SERVER_NAME_LOG--}</label>
                        <div align="center">{%template,ConfigurationYesNoSelectionBox=ap_server_name%}</div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="ap_un_time">{--ADMIN_CONFIG_AUTOPURGE_SERVER_NAME_LOG_TIME--}</label>
+               <div class="admin_input">
+                       <label for="ap_un_time">{--ADMIN_CONFIG_AUTOPURGE_SERVER_NAME_LOG_TIME--}</label>
                        <div align="center">$content[ap_server_name_since]</div>
                </div>
        </fieldset>
        <fieldset id="autopurge_notification_fields">
                <legend>{--ADMIN_CONFIG_AUTOPURGE_NOTIFICATION_LEGEND--}</legend>
 
-               <div>
-                       <label class="admin_label" for="ap_notify_inactive">{--ADMIN_CONFIG_AUTOPURGE_NOTIFY_INACTIVE--}</label>
+               <div class="admin_input">
+                       <label for="ap_notify_inactive">{--ADMIN_CONFIG_AUTOPURGE_NOTIFY_INACTIVE--}</label>
                        <div align="center">{%template,ConfigurationYesNoSelectionBox=ap_notify_inactive%}</div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="ap_notify_unconfirmed">{--ADMIN_CONFIG_AUTOPURGE_NOTIFY_UNCONFIRMED--}</label>
+               <div class="admin_input">
+                       <label for="ap_notify_unconfirmed">{--ADMIN_CONFIG_AUTOPURGE_NOTIFY_UNCONFIRMED--}</label>
                        <div align="center">{%template,ConfigurationYesNoSelectionBox=ap_notify_unconfirmed%}</div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="ap_notify_tasks">{--ADMIN_CONFIG_AUTOPURGE_NOTIFY_TASKS--}</label>
+               <div class="admin_input">
+                       <label for="ap_notify_tasks">{--ADMIN_CONFIG_AUTOPURGE_NOTIFY_TASKS--}</label>
                        <div align="center">{%template,ConfigurationYesNoSelectionBox=ap_notify_tasks%}</div>
                </div>
        </fieldset>
index 7ab90d77160033dba42b788650827d007b0704b4..fef984e962eafef9a056ec5ab3ff72b7e98eeea1 100644 (file)
@@ -8,22 +8,22 @@
        <fieldset id="config_order_member_fields">
                <legend>{--ADMIN_CONFIG_BLACKLIST_LEGEND--}</legend>
 
-               <div>
-                       <label class="admin_label" for="email_blacklist">{--ADMIN_CONFIG_EMAIL_BLACKLIST_ENABLED--}</label>
+               <div class="admin_input">
+                       <label for="email_blacklist">{--ADMIN_CONFIG_EMAIL_BLACKLIST_ENABLED--}</label>
                        <div align="center">
                                {%template,ConfigurationYesNoSelectionBox=email_blacklist%}
                        </div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="ip_blacklist">{--ADMIN_CONFIG_IP_BLACKLIST_ENABLED--}</label>
+               <div class="admin_input">
+                       <label for="ip_blacklist">{--ADMIN_CONFIG_IP_BLACKLIST_ENABLED--}</label>
                        <div align="center">
                                {%template,ConfigurationYesNoSelectionBox=ip_blacklist%}
                        </div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="url_blacklist">{--ADMIN_CONFIG_URL_BLACKLIST_ENABLED--}</label>
+               <div class="admin_input">
+                       <label for="url_blacklist">{--ADMIN_CONFIG_URL_BLACKLIST_ENABLED--}</label>
                        <div align="center">
                                {%template,ConfigurationYesNoSelectionBox=url_blacklist%}
                        </div>
index e0ea4f1010714e5eb4000235aa2639a7b274a60a..e6b1ce59fb68998095e3a192d5ad708ab2fba65d 100644 (file)
@@ -8,7 +8,7 @@
        <fieldset id="config_network_cache">
                <legend>{--ADMIN_CONFIG_NETWORK_CACHE_LEGEND--}</legend>
 
-               <div>
+               <div class="admin_input">
                        <label for="network_cache_refresh">{--ADMIN_CONFIG_NETWORK_CACHE_REFRESH--}</label>
                        <div align="center">
                                $content[network_cache_refresh]
        <fieldset id="config_network_logging">
                <legend>{--ADMIN_CONFIG_NETWORK_LOGGING_LEGEND--}</legend>
 
-               <div>
+               <div class="admin_input">
                        <label for="network_logging_purge">{--ADMIN_CONFIG_NETWORK_LOGGING_PURGE--}</label>
                        <div align="center">
                                $content[network_logging_purge]
                        </div>
                </div>
 
-               <div>
+               <div class="admin_input">
                        <label for="network_logging_purge">{--ADMIN_CONFIG_NETWORK_LOGGING_DEBUG--}</label>
                        <div align="center">
                                <select name="network_logging_debug" size="1" class="form_select">
index 184989efe6011eaae756c971e2a8594dde79e037..1a5969e29e87e4a6ab7baea2ef2212c1800090eb 100644 (file)
@@ -12,6 +12,7 @@
                <label for="network_api_affiliate_id">{--ADMIN_CONFIG_NETWORK_API_ENTER_AFFILIATE_ID--}</label>
                <input type="text" class="form_field" name="network_api_affiliate_id" size="5" maxlength="20" value="$content[network_api_affiliate_id]" />
        </td>
+
        <td align="center" class="bottom" width="50%">
                <label for="network_api_site_id">{--ADMIN_CONFIG_NETWORK_API_ENTER_SITE_ID--}</label>
                <input type="text" class="form_field" name="network_api_site_id" size="5" maxlength="20" value="$content[network_api_site_id]" />
@@ -23,6 +24,7 @@
                <label for="network_api_password">{--ADMIN_CONFIG_NETWORK_API_ENTER_API_PASSWORD--}</label>
                <input type="text" class="form_field" name="network_api_password" size="20" maxlength="255" value="$content[network_api_password]" />
        </td>
+
        <td align="center" class="bottom" width="50%">
                <label for="network_api_active">{--ADMIN_CONFIG_NETWORK_API_SELECT_API_ACTIVE--}</label>
                <select class="form_field" name="network_api_active" size="1">
@@ -36,6 +38,7 @@
                <label for="network_api_referral_link">{--ADMIN_CONFIG_NETWORK_API_ENTER_REFERRAL_LINK--}</label>
                <input type="text" class="form_field" name="network_api_referral_link" size="25" maxlength="255" value="$content[network_api_referral_link]" />
        </td>
+
        <td align="center" class="bottom" width="50%">
                <label for="network_api_referral_button">{--ADMIN_CONFIG_NETWORK_API_ENTER_REFERRAL_BUTTON--}</label>
                <input type="text" class="form_field" name="network_api_referral_button" size="25" maxlength="255" value="$content[network_api_referral_button]" />
@@ -48,6 +51,7 @@
                <strong>{%pipe,translateComma=$content[network_query_amount]%}</strong>
                <input type="hidden" name="network_api_remaining_requests" value="$content[network_query_amount]" />
        </td>
+
        <td align="center" class="bottom" width="50%">
                <label for="network_api_visual_pay_check">{--ADMIN_CONFIG_NETWORK_API_VISUAL_PAY_CHECK--}</label>
                <input type="text" class="form_field" name="network_api_visual_pay_check" size="5" maxlength="255" value="$content[network_api_visual_pay_check]" />
index 711ce88e1bf1dab385f30b3fab4de41e6b0e7d14..1bfd8b76b7824dc3fd45ece0fab43ce442a0881c 100644 (file)
@@ -8,15 +8,15 @@
        <fieldset id="config_order_select_max_fields">
                <legend>{--ADMIN_CONFIG_ORDER_SELECT_MAX_LEGEND--}</legend>
 
-               <div>
-                       <label class="admin_label" for="order_max_full">{--ADMIN_CONFIG_ORDER_OPTION_MAX--}</label>
+               <div class="admin_input">
+                       <label for="order_max_full">{--ADMIN_CONFIG_ORDER_OPTION_MAX--}</label>
                        <div align="center">
                                <input type="radio" class="form_field" name="order_max_full" value="MAX"$content[order_max_full_max] />
                        </div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="order_max_full">{--ADMIN_CONFIG_ORDER_OPTION_ORDER--}</label>
+               <div class="admin_input">
+                       <label for="order_max_full">{--ADMIN_CONFIG_ORDER_OPTION_ORDER--}</label>
                        <div align="center">
                                <input type="radio" class="form_field" name="order_max_full" value="ORDER"$content[order_max_full_order] />
                        </div>
        <fieldset id="config_order_member_fields">
                <legend>{--ADMIN_CONFIG_ORDER_MEMBER_LEGEND--}</legend>
 
-               <div>
-                       <label class="admin_label" for="max_unconfirmed">{--ADMIN_CONFIG_MAX_UNCONFIRMED_MAILS--}</label>
+               <div class="admin_input">
+                       <label for="max_unconfirmed">{--ADMIN_CONFIG_MAX_UNCONFIRMED_MAILS--}</label>
                        <div align="center">
                                <input type="text" class="form_field" name="max_unconfirmed" size="10" maxlength="10" value="{?max_unconfirmed?}" />
                        </div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="max_text_length">{--ADMIN_CONFIG_MAX_TEXT_LENGTH--}</label>
+               <div class="admin_input">
+                       <label for="max_text_length">{--ADMIN_CONFIG_MAX_TEXT_LENGTH--}</label>
                        <div align="center">
                                <input type="text" class="form_field" name="max_text_length" size="10" maxlength="100" value="{?max_text_length?}" />
                        </div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="allow_url_in_text">     {--ADMIN_CONFIG_CHECK_EMAIL_TEXT--}</label>
+               <div class="admin_input">
+                       <label for="allow_url_in_text"> {--ADMIN_CONFIG_CHECK_EMAIL_TEXT--}</label>
                        <div align="center">
                                {%template,ConfigurationYesNoSelectionBox=allow_url_in_text%}
                        </div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="allow_url_in_subject">{--ADMIN_CONFIG_CHECK_EMAIL_SUBJECT--}</label>
+               <div class="admin_input">
+                       <label for="allow_url_in_subject">{--ADMIN_CONFIG_CHECK_EMAIL_SUBJECT--}</label>
                        <div align="center">
                                {%template,ConfigurationYesNoSelectionBox=allow_url_in_subject%}
                        </div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="repay_deleted_mails">{--ADMIN_REPAY_ON_DELETE_MODE--}</label>
+               <div class="admin_input">
+                       <label for="repay_deleted_mails">{--ADMIN_REPAY_ON_DELETE_MODE--}</label>
                        <div align="center">
                                <select name="repay_deleted_mails" class="form_select" size="1">
                                        <option value="REPAY"$content[repay_deleted_mails_repay]>{--ADMIN_CONFIG_REPAY_POINTS_REPAY--}</option>
@@ -65,8 +65,8 @@
                        </div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="order_multi_page">{--ADMIN_CONFIG_ORDER_MULTI_PAGE--}</label>
+               <div class="admin_input">
+                       <label for="order_multi_page">{--ADMIN_CONFIG_ORDER_MULTI_PAGE--}</label>
                        <div align="center">
                                {%template,ConfigurationYesNoSelectionBox=order_multi_page%}
                        </div>
@@ -76,8 +76,8 @@
        <fieldset id="config_order_selection_fields">
                <legend>{--ADMIN_CONFIG_ORDER_SELECTION_LEGEND--}</legend>
 
-               <div>
-                       <label class="admin_label" for="order_select">{--ADMIN_CONFIG_ORDER_SELECTION_COLUMN--}</label>
+               <div class="admin_input">
+                       <label for="order_select">{--ADMIN_CONFIG_ORDER_SELECTION_COLUMN--}</label>
                        <div align="center">
                                <select name="order_select" class="form_select" size="1">
                                        {%config,addOrderSelectionOptions=order_select%}
@@ -85,8 +85,8 @@
                        </div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="order_mode">{--ADMIN_CONFIG_ORDER_SELECTION_MODE--}</label>
+               <div class="admin_input">
+                       <label for="order_mode">{--ADMIN_CONFIG_ORDER_SELECTION_MODE--}</label>
                        <div align="center">
                                <select name="order_mode" class="form_select" size="1">
                                        <option value="ASC"$content[order_mode_asc]>{--SORT_ASCENDING--}</option>
        <fieldset id="config_order_misc_fields">
                <legend>{--ADMIN_CONFIG_ORDER_MISC_LEGEND--}</legend>
 
-               <div>
-                       <label class="admin_label" for="order_min">{--ADMIN_CONFIG_ORDER_MIN_RECEIVER_PER_ORDER--}</label>
+               <div class="admin_input">
+                       <label for="order_min">{--ADMIN_CONFIG_ORDER_MIN_RECEIVER_PER_ORDER--}</label>
                        <div align="center">
                                <input type="input" class="form_field" name="order_min" value="{?order_min?}" size="5" maxlength="20" />
                        </div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="autosend_member_mails">{--ADMIN_CONFIG_AUTOSEND_MEMBER_MAILS--}</label>
+               <div class="admin_input">
+                       <label for="autosend_member_mails">{--ADMIN_CONFIG_AUTOSEND_MEMBER_MAILS--}</label>
                        <div align="center">
                                {%template,ConfigurationYesNoSelectionBox=autosend_member_mails%}
                        </div>
index 4ceb1d2669a03d9d7f03ab41ebacfe9e99850787..26f27a745d6a46fa2b5394f41fe139cef3b40051 100644 (file)
@@ -8,15 +8,15 @@
        <fieldset id="config_refid_general_fields">
                <legend>{--ADMIN_CONFIG_REFID_GENERAL_LEGEND--}</legend>
 
-               <div>
-                       <label class="admin_label" for="default_refid">{--ADMIN_CONFIG_SELECT_DEFAULT_REFID--}</label>
+               <div class="admin_input">
+                       <label for="default_refid">{--ADMIN_CONFIG_SELECT_DEFAULT_REFID--}</label>
                        <div align="center">
                                $content[def_refid]
                        </div>
                </div>
 
-               <div>
-               <label class="admin_label" for="refid_target">{--ADMIN_CONFIG_SELECT_REFID_TARGRT--}:</label>
+               <div class="admin_input">
+               <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>
@@ -29,8 +29,8 @@
        <fieldset id="random_refid_fields">
                <legend>{--ADMIN_CONFIG_RANDOM_REFID_LEGEND--}</legend>
 
-               <div>
-                       <label class="admin_label" for="select_user_zero_refid">{--ADMIN_CONFIG_RANDOM_ZERO_REFID--}</label>
+               <div class="admin_input">
+                       <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>
@@ -39,8 +39,8 @@
                        </div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="user_min_confirmed">{--ADMIN_CONFIG_RANDOM_MIN_CONFIRMED--}</label>
+               <div class="admin_input">
+                       <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>
index da73e4be5c7848ca213f1b829319ade26f51fcb5..7f0176f583e4cd98ca763d7869be748dbbf989a3 100644 (file)
@@ -7,18 +7,18 @@
 
        <fieldset id="config_title_general_fields">
                <legend>{--ADMIN_CONFIG_TITLE_LEGEND--}</legend>
-               <div>
-                       <label class="admin_label" for="enable_title_deco">{--ADMIN_CONFIG_TITLE_ENABLE_DECORATIONS--}:</label>
+               <div class="admin_input">
+                       <label for="enable_title_deco">{--ADMIN_CONFIG_TITLE_ENABLE_DECORATIONS--}:</label>
                        <div align="center">{%template,ConfigurationYesNoSelectionBox=enable_title_deco%}</div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="enable_mod_title">{--ADMIN_CONFIG_TITLE_ENABLE_MODULE_TITLE--}:</label>
+               <div class="admin_input">
+                       <label for="enable_mod_title">{--ADMIN_CONFIG_TITLE_ENABLE_MODULE_TITLE--}:</label>
                        <div align="center">{%template,ConfigurationYesNoSelectionBox=enable_mod_title%}</div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="enable_what_title">{--ADMIN_CONFIG_TITLE_ENABLE_WHAT_TITLE--}:</label>
+               <div class="admin_input">
+                       <label for="enable_what_title">{--ADMIN_CONFIG_TITLE_ENABLE_WHAT_TITLE--}:</label>
                        <div align="center">{%template,ConfigurationYesNoSelectionBox=enable_what_title%}</div>
                </div>
        </fieldset>
        <fieldset id="config_title_decorations_fields">
                <legend>{--ADMIN_CONFIG_TITLE_DECORATIONS--}</legend>
 
-               <div>
-                       <label class="admin_label" for="title_left">{--ADMIN_CONFIG_TITLE_LEFT--}:</label>
+               <div class="admin_input">
+                       <label for="title_left">{--ADMIN_CONFIG_TITLE_LEFT--}:</label>
                        <div align="center"><input type="text" class="form_field" name="title_left" value="{?title_left?}" size="4" maxlength="10" /></div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="title_middle">{--ADMIN_CONFIG_TITLE_MIDDLE--}:</label>
+               <div class="admin_input">
+                       <label for="title_middle">{--ADMIN_CONFIG_TITLE_MIDDLE--}:</label>
                        <div align="center"><input type="text" class="form_field" name="title_middle" value="{?title_middle?}" size="4" maxlength="10" /></div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="title_right">{--ADMIN_CONFIG_TITLE_RIGHT--}:</label>
+               <div class="admin_input">
+                       <label for="title_right">{--ADMIN_CONFIG_TITLE_RIGHT--}:</label>
                        <div align="center"><input type="text" class="form_field" name="title_right" value="{?title_right?}" size="4" maxlength="10" /></div>
                </div>
        </fieldset>
index 907865f94ec25f1a554ae0fcd752ba552ecbde0a..801aadeb00571216046fc52e51b4e25be3b852d4 100644 (file)
@@ -7,66 +7,66 @@
 
        <fieldset id="config_user_fields">
                <legend>{--ADMIN_CONFIG_USER_LEGEND--}</legend>
-               <div>
-                       <label class="admin_label" for="user_limit">{--ADMIN_CONFIG_USER_LIMIT--}</label>
+               <div class="admin_input">
+                       <label for="user_limit">{--ADMIN_CONFIG_USER_LIMIT--}</label>
                        <div align="center"><input type="text" class="form_field" name="user_limit" value="{?user_limit?}" size="4" maxlength="6" /></div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="user_alpha">{--ADMIN_CONFIG_USER_ALPHA--}</label>
+               <div class="admin_input">
+                       <label for="user_alpha">{--ADMIN_CONFIG_USER_ALPHA--}</label>
                        <div align="center"><input type="text" class="form_field" name="user_alpha" value="{?user_alpha?}" size="4" maxlength="6" /></div>
                </div>
        </fieldset>
 
        <fieldset id="config_tester_user_fields">
                <legend>{--ADMIN_CONFIG_TESTER_USER_LEGEND--}</legend>
-               <div>
-                       <label class="admin_label" for="tester_user_maximum">{--ADMIN_CONFIG_TESTER_USER_MAXIMUM--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_maximum">{--ADMIN_CONFIG_TESTER_USER_MAXIMUM--}</label>
                        <div align="left"><input type="text" class="form_field" name="tester_user_maximum" value="{?tester_user_maximum?}" size="5" maxlength="5" /></div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="tester_user_family">{--ADMIN_CONFIG_TESTER_USER_GENDER--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_family">{--ADMIN_CONFIG_TESTER_USER_GENDER--}</label>
                        <div align="left">$content[tester_user_gender_selection]</div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="tester_user_surname_prefix">{--ADMIN_CONFIG_TESTER_USER_SURNAME_PREFIX--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_surname_prefix">{--ADMIN_CONFIG_TESTER_USER_SURNAME_PREFIX--}</label>
                        <div align="left"><input type="text" class="form_field" name="tester_user_surname_prefix" value="{?tester_user_surname_prefix?}" size="10" maxlength="100" /></div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="tester_user_family">{--ADMIN_CONFIG_TESTER_USER_FAMILY--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_family">{--ADMIN_CONFIG_TESTER_USER_FAMILY--}</label>
                        <div align="left"><input type="text" class="form_field" name="tester_user_family" value="{?tester_user_family?}" size="10" maxlength="255" /></div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="tester_user_street_nr">{--ADMIN_CONFIG_TESTER_USER_STREET_NR--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_street_nr">{--ADMIN_CONFIG_TESTER_USER_STREET_NR--}</label>
                        <div align="left"><input type="text" class="form_field" name="tester_user_street_nr" value="{?tester_user_street_nr?}" size="15" maxlength="255" /></div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="tester_user_zip">{--ADMIN_CONFIG_TESTER_USER_ZIP--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_zip">{--ADMIN_CONFIG_TESTER_USER_ZIP--}</label>
                        <div align="left"><input type="text" class="form_field" name="tester_user_zip" value="{?tester_user_zip?}" size="6" maxlength="6" /></div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="tester_user_city">{--ADMIN_CONFIG_TESTER_USER_CITY--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_city">{--ADMIN_CONFIG_TESTER_USER_CITY--}</label>
                        <div align="left"><input type="text" class="form_field" name="tester_user_city" value="{?tester_user_city?}" size="10" maxlength="255" /></div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="tester_user_email">{--ADMIN_CONFIG_TESTER_USER_EMAIL--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_email">{--ADMIN_CONFIG_TESTER_USER_EMAIL--}</label>
                        <div align="left"><input type="text" class="form_field" name="tester_user_email" value="{?tester_user_email?}" size="20" maxlength="255" /></div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="tester_user_password">{--ADMIN_CONFIG_TESTER_USER_PASSWORD--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_password">{--ADMIN_CONFIG_TESTER_USER_PASSWORD--}</label>
                        <div align="left"><input type="password" class="form_field" name="tester_user_password" value="{?tester_user_password?}" size="20" maxlength="255" /></div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="tester_user_check_cat">{--ADMIN_CONFIG_TESTER_USER_CHECK_CAT--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_check_cat">{--ADMIN_CONFIG_TESTER_USER_CHECK_CAT--}</label>
                        <div align="left">{%template,ConfigurationYesNoSelectionBox=tester_user_check_cat%}</div>
 
                        <div class="field_note">
@@ -74,8 +74,8 @@
                        </div>
                </div>
 
-               <div>
-                       <label class="admin_label" for="tester_user_default_refid">{--ADMIN_CONFIG_TESTER_USER_DEFAULT_REFID--}</label>
+               <div class="admin_input">
+                       <label for="tester_user_default_refid">{--ADMIN_CONFIG_TESTER_USER_DEFAULT_REFID--}</label>
                        <div align="left">{%pipe,addTesterUserDefaultRefidSelectionBox%}</div>
                </div>
        </fieldset>
index ef39790903dd1532a7b239049e2882cac349dca6..8096db408d6a5e0c610c077e8c895c4bb226b71d 100644 (file)
@@ -8,14 +8,14 @@
        <fieldset id="config_ap_subids_since">
                <legend>{--ADMIN_CONFIG_USER_SUBID_AUTOPURGE_LEGEND--}</legend>
 
-               <div>
+               <div class="admin_input">
                        <label for="ap_subids">{--ADMIN_CONFIG_USER_SUBID_STUFF_AUTOPURGE--}</label>
                        <div align="center">
                                {%template,ConfigurationYesNoSelectionBox=ap_subids%}
                        </div>
                </div>
 
-               <div>
+               <div class="admin_input">
                        <label for="ap_subids_since">{--ADMIN_CONFIG_USER_SUBID_STUFF_AUTOPURGE_SINCE--}</label>
                        <div align="center">
                                $content[ap_subids_since]
index 98ef9ab8dec5b5254e461fa50bf9de12a400933e..ba06a79557aa0068f5724a4480c7e7d59da59705 100644 (file)
@@ -3,10 +3,12 @@
                <strong>$content[id]</strong>
                <input type="hidden" name="id[$content[id]]" value="1" />
        </td>
+
        <td align="center" class="bottom right {%template,ColorSwitch%}">
                <label for="subid[$content[id]]">{--SUBID_VALUE--}</label>
                $content[subid]
        </td>
+
        <td align="center" class="bottom {%template,ColorSwitch%}">
                $content[subid_added]
        </td>
index 62aa71a72930b8239fc42baea021c3d7167bfd57..a20e6a7c40851d3a09c7d62c9acaf9217077ab96 100644 (file)
                </div>
        </div>
 
-       <div class="bottom" style="padding-top:3px;padding-bottom:3px">
+       <div class="admin_input bottom" style="padding-top:3px;padding-bottom:3px">
                <label for="set_all">{--ADMIN_CONFIG_NETWORK_HANDLER_SET_ALL--}</label>
                {%template,NoYesSelectionBox=set_all%}
        </div>
 
-       <div class="bottom" style="padding-top:3px;padding-bottom:3px">
+       <div class="admin_input bottom" style="padding-top:3px;padding-bottom:3px">
                {%message,ADMIN_CONFIG_NETWORK_HANDLER_TYPE_MAX_RELOAD_TIME=$content[network_type_reload_time_unit]%}<br />
                $content[network_max_reload_time]
        </div>
 
-       <div class="bottom" style="padding-top:3px;padding-bottom:3px">
+       <div class="admin_input bottom" style="padding-top:3px;padding-bottom:3px">
                <label for="network_min_waiting_time">{--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_MIN_WAITING_TIME--}</label>
                <input type="text" class="form_normal" name="network_min_waiting_time" size="5" maxlength="20" value="$content[network_min_waiting_time]" />
        </div>
 
-       <div class="bottom" style="padding-top:3px;padding-bottom:3px">
+       <div class="admin_input bottom" style="padding-top:3px;padding-bottom:3px">
                <label for="network_max_waiting_time">{--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_MAX_WAITING_TIME--}</label>
                <input type="text" class="form_normal" name="network_max_waiting_time" size="5" maxlength="20" value="$content[network_max_waiting_time]" />
        </div>
 
-       <div class="bottom" style="padding-top:3px;padding-bottom:3px">
+       <div class="admin_input bottom" style="padding-top:3px;padding-bottom:3px">
                <label for="network_min_remain_budget">{--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_MIN_REMAIN_BUDGET--}</label>
                <input type="text" class="form_normal" name="network_min_remain_budget" size="5" maxlength="20" value="{%pipe,translateFullComma=$content[network_min_remain_budget]%}" />
        </div>
 
-       <div class="bottom" style="padding-top:3px;padding-bottom:3px">
+       <div class="admin_input bottom" style="padding-top:3px;padding-bottom:3px">
                <label for="network_min_remain_clicks">{--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_MIN_REMAIN_CLICKS--}</label>
                <input type="text" class="form_normal" name="network_min_remain_clicks" size="5" maxlength="20" value="{%pipe,translateComma=$content[network_min_remain_clicks]%}" />
        </div>
 
-       <div class="bottom" style="padding-top:3px;padding-bottom:3px">
+       <div class="admin_input bottom" style="padding-top:3px;padding-bottom:3px">
                <label for="network_min_payment">{--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_MIN_PAYMENT--}</label>
                <input type="text" class="form_normal" name="network_min_payment" size="7" maxlength="20" value="{%pipe,translateFullComma=$content[network_min_payment]%}" />
        </div>
 
-       <div class="bottom" style="padding-top:3px;padding-bottom:3px">
+       <div class="admin_input bottom" style="padding-top:3px;padding-bottom:3px">
                <label for="network_allow_erotic">{--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_ALLOW_EROTIC--}</label>
                <input type="text" class="form_normal" name="network_allow_erotic" size="5" maxlength="20" value="$content[network_allow_erotic]" />
        </div>
 
-       <div class="bottom" style="padding-top:3px;padding-bottom:3px">
+       <div class="admin_input bottom" style="padding-top:3px;padding-bottom:3px">
                <label for="network_media_size">{--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_MEDIA_SIZE--}</label>
                <input type="text" class="form_normal" name="network_media_size" size="5" maxlength="20" value="$content[network_media_size]" />
        </div>
 
-       <div class="bottom" style="padding-top:3px;padding-bottom:3px">
+       <div class="admin_input bottom" style="padding-top:3px;padding-bottom:3px">
                <label for="network_media_output">{--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_MEDIA_OUTPUT--}</label>
                <select name="network_media_output" class="form_select" size="1">
                        {%pipe,generateNetworkMediaOutputOptions=$content[network_media_output]%}
index a5612df339b9fdf3fa567587a6e6c312723e6241..09c81975d80c476b68eaeedd840307958a674c04 100644 (file)
@@ -4,36 +4,43 @@
                <input type="hidden" name="forced_ads_id[$content[forced_ads_id]]" value="1" />
                <strong>$content[forced_ads_added]</strong>
        </td>
+
        <td class="{%template,ColorSwitch%}">
                <label for="forced_ads_ad_url[$content[forced_ads_id]]">{--ADMIN_CHANGE_FORCED_ADS_AD_URL--}</label>
                <input type="text" class="form_field" name="forced_ads_ad_url[$content[forced_ads_id]]" size="20" maxlength="255" value="$content[forced_ads_ad_url]" />
        </td>
 </tr>
+
 <tr>
        <td class="{%template,ColorSwitch%}">
                <label for="forced_ads_alt_text[$content[forced_ads_id]]">{--ADMIN_CHANGE_FORCED_ADS_ALTERNATE_TEXT--}</label>
                <input type="text" class="form_field" name="forced_ads_alt_text[$content[forced_ads_id]]" size="15" maxlength="255" value="$content[forced_ads_alt_text]" />
        </td>
+
        <td class="{%template,ColorSwitch%}">
                <label for="forced_ads_click_url[$content[forced_ads_id]]">{--ADMIN_CHANGE_FORCED_ADS_CLICK_URL--}</label>
                <input type="text" class="form_field" name="forced_ads_click_url[$content[forced_ads_id]]" size="30" maxlength="255" value="$content[forced_ads_click_url]" />
        </td>
 </tr>
+
 <tr>
        <td class="{%template,ColorSwitch%}">
                <label for="forced_ads_width[$content[forced_ads_id]]">{--ADMIN_CHANGE_FORCED_ADS_WIDTH--}</label>
                <input type="text" class="form_field" name="forced_ads_width[$content[forced_ads_id]]" size="4" maxlength="4" value="$content[forced_ads_width]" />
        </td>
+
        <td class="{%template,ColorSwitch%}">
                <label for="forced_ads_height[$content[forced_ads_id]]">{--ADMIN_CHANGE_FORCED_ADS_HEIGHT--}</label>
                <input type="text" class="form_field" name="forced_ads_height[$content[forced_ads_id]]" size="4" maxlength="4" value="$content[forced_ads_height]" />
        </td>
 </tr>
+
 <tr>
        <td class="{%template,ColorSwitch%}">
                <label for="">{--ADMIN_CHANGE_FORCED_ADS_USERID--}</label>
                $content[forced_ads_userid]
        </td>
+
        <td class="{%template,ColorSwitch%}">
                <label for="forced_ads_type[$content[forced_ads_id]]">{--ADMIN_CHANGE_FORCED_ADS_TYPE--}</label>
                <select name="forced_ads_type[$content[forced_ads_id]]" class="form_select" size="1">
@@ -41,6 +48,7 @@
                </select>
        </td>
 </tr>
+
 <tr>
        <td class="{%template,ColorSwitch%} bottom">
                <label for="forced_ads_framebreaker[$content[forced_ads_id]]">{--ADMIN_CHANGE_FORCED_ADS_FRAMEBREAKER--}</label>
@@ -48,5 +56,6 @@
                        {%pipe,generateYesNoOptions=$content[forced_ads_framebreaker]%}
                </select>
        </td>
+
        <td class="{%template,ColorSwitch%} bottom separator">&nbsp;</td>
 </tr>
index ea6925fed889f4aca1eb0fdf3244b980a7be1a18..d6688fef7aabfb806351b6987fa1476a7e6b0559 100644 (file)
@@ -4,6 +4,7 @@
                <input type="hidden" name="forced_costs_id[$content[forced_costs_id]]" value="1" />
                <input type="text" class="form_field" name="forced_costs_price_click[$content[forced_costs_id]]" size="10" maxlength="20" value="{%pipe,translateComma=$content[forced_costs_price_click]%}" /> ({?POINTS?})
        </td>
+
        <td class="{%template,ColorSwitch%}">
                <label for="forced_costs_payment_click[$content[forced_costs_id]]">{--ADMIN_CHANGE_FORCED_COSTS_PAYMENT_CLICK--}</label>
                <input type="text" class="form_field" name="forced_costs_payment_click[$content[forced_costs_id]]" size="10" maxlength="20" value="{%pipe,translateComma=$content[forced_costs_payment_click]%}" /> ({?POINTS?})
@@ -17,5 +18,6 @@
                        {%pipe,generateForcedCostsVisibilityOptions=$content[forced_costs_visibility]%}
                </select>
        </td>
+
        <td class="{%template,ColorSwitch%} bottom separator">&nbsp;</td>
 </tr>
index 411e2db5dada3f5debd98ed8d1bb983d2356ed73..3434f38251e5a15f583a8f4db2a56e111814a1c7 100644 (file)
@@ -4,6 +4,7 @@
                <strong>$content[subject]</strong>
                <div class="tiny">({%pipe,translatePointsSubject=$content[subject]%})</div>
        </td>
+
        <td class="{%template,ColorSwitch%}">
                <label for="column_name">{--ADMIN_POINTS_ACCOUNT_COLUMN_NAME--}</label>
                <strong>{%pipe,translatePointsAccountType=$content[column_name]%}</strong>
@@ -17,6 +18,7 @@
                        {%pipe,generatePointsLockedModeOptions=$content[locked_mode]%}
                </select>
        </td>
+
        <td class="{%template,ColorSwitch%}">
                <label for="payment_method[$content[id]]">{--ADMIN_CHANGE_POINTS_PAYMENT_METHOD--}</label>
                <select name="payment_method[$content[id]]" class="form_select" size="1">
@@ -32,6 +34,7 @@
                        {%pipe,generatePointsNotifyRecipientOptions=$content[notify_recipient]%}
                </select>
        </td>
+
        <td class="bottom {%template,ColorSwitch%}">
                <label for="account_provider">{--ADMIN_POINTS_ACCOUNT_PROVIDER--}</label>
                <strong>{%pipe,translatePointsAccountProvider=$content[account_provider]%}</strong>
index a08ee609167281ae80c8cce7c8dea2eacc954b73..4cab91644519708ad3822e8395c4e341fd121891 100644 (file)
@@ -4,6 +4,7 @@
                <input type="hidden" name="actions_id[$content[actions_id]]" value="1" />
                <strong>$content[actions_id]</strong>
        </td>
+
        <td align="center" class="{%template,ColorSwitch%}">
                <label for="">{--ADMIN_CHANGE_SURFBAR_ACTIONS_STATUS--}</label>
                {%template,SurfbarActionsStatusSelectionBox=$content[actions_id]%}
@@ -15,6 +16,7 @@
                <label for="">{--ADMIN_CHANGE_SURFBAR_ACTIONS_ACTION--}</label>
                {%template,SurfbarActionsActionSelectionBox=$content[actions_id]%}
        </td>
+
        <td align="center" class="bottom {%template,ColorSwitch%}">
                <label for="">{--ADMIN_CHANGE_SURFBAR_ACTIONS_NEW_STATUS--}</label>
                {%template,SurfbarActionsNewStatusSelectionBox=$content[actions_id]%}
index aa705846e77bc01d26cdc0e9256d99ce06c5bbb8..558a258a4be1ee816a58dc69b34b09de789a881b 100644 (file)
@@ -5,6 +5,7 @@
                <input type="hidden" name="url_userid[$content[url_id]]" value="{%pipe,convertZeroToNull=$content[url_userid_raw]%}" />
                $content[url_userid]
        </td>
+
        <td align="center" class="bottom right {%template,ColorSwitch%}">
                <label for="url">{--ADMIN_TEST_URL--}</label>
                <input type="text" class="form_field" name="url[$content[url_id]]" size="20" maxlength="255" value="$content[url]" />
@@ -16,6 +17,7 @@
                <label for="url_fixed_reload">{--ADMIN_CHANGE_SURFBAR_FIXED_RELOAD--}</label>
                $content[url_fixed_reload]
        </td>
+
        <td align="center" class="bottom right {%template,ColorSwitch%}">
                <label for="url_fixed_waiting">{--ADMIN_CHANGE_SURFBAR_FIXED_RELOAD--}</label>
                $content[url_fixed_waiting]
index 279a6077094daeeb7b92f298618602b1d0d9b68e..7eb4b046b778f58fccea3c711219e3e3285d9dfc 100644 (file)
@@ -3,10 +3,12 @@
                <strong>$content[id]</strong>
                <input type="hidden" name="id[$content[id]]" value="1" />
        </td>
+
        <td align="center" class="bottom right {%template,ColorSwitch%}">
                <label for="subid[$content[id]]">{--ADMIN_CHANGE_USER_SUBID--}</label>
                <input type="text" class="form_field" name="subid[$content[id]]" size="20" maxlength="255" value="$content[subid]" />
        </td>
+
        <td align="center" class="bottom {%template,ColorSwitch%}">
                $content[subid_added]
        </td>
index 507288d4703abf21cdc24bb1a62d53d0451cfb79..2a15a3b127dbdc74b2a4c109e7fca4de0e3a5923 100644 (file)
@@ -1,5 +1,5 @@
 <div class="table_row">
-       <label class="admin_label" for="max_mails">{--ADMIN_MAX_MAILS_PER_DAY--}</label>
+       <label for="max_mails">{--ADMIN_MAX_MAILS_PER_DAY--}</label>
 
        <div align="left">
        <select name="max_mails" size="1" class="form_select">
index bfdda112da614d51d9b69c7a05901bdcccd6a23d..c62779312052b60c876a193e1f105a989b2f6e3b 100644 (file)
@@ -721,10 +721,12 @@ li.listing {
 .table_row {
        width: 45%;
        float: left;
+       display: block;
+       clear: both;
 }
 
 label {
-       width: 100%;
+       width: 50%;
        float: left;
        display: block;
 }
index 1367a8027b758efcabdaf5738955caf10eba3b3e..4d85ea1d4cf7b42bee1fc2ccd83904bef0693ecd 100644 (file)
@@ -766,9 +766,10 @@ li.listing {
 }
 
 label {
-       width: 100%;
+       width: 50%;
        float: left;
        display: block;
+       clear: both;
 }
 
 .form_field {
index dd3130db5fb8676467dd72b6ff10c8587ff228ca..91b08c394d6ed28673ba5266d0b47e37da337f8e 100644 (file)
@@ -690,9 +690,10 @@ li.listing {
 }
 
 label {
-       width: 100%;
+       width: 50%;
        float: left;
        display: block;
+       clear: both;
 }
 
 .form_field {
index c19b47910e93e55fd2312b8a80e1d74d64a1b22e..75e20d6e5cb6f7881a80b28e345ae3297dc5a5fb 100644 (file)
@@ -579,10 +579,12 @@ li.listing {
 .table_row {
        width: 45%;
        float: left;
+       display: block;
+       clear: both;
 }
 
 label {
-       width: 100%;
+       width: 50%;
        float: left;
        display: block;
 }
index ec60b6e061a3e5089d9de98f61751051185221e1..ec296110bb75d4a336132981a36e87ac3beccd0b 100644 (file)
@@ -73,6 +73,13 @@ pre {
        padding: 5px;
 }
 
+label {
+       width: 50%;
+       float: left;
+       display: block;
+       clear: both;
+}
+
 .form_reset {
        border-style            : groove;
        border                  : solid 1px #ffffff;
index 5d7eb1a6233132ba3db81ff17432fe2f833a90e1..9b524b477073f016415fbdb256c25179df853186 100644 (file)
@@ -72,6 +72,13 @@ pre {
        padding: 5px;
 }
 
+label {
+       width: 50%;
+       float: left;
+       display: block;
+       clear: both;
+}
+
 .form_reset {
        border-style            : groove;
        border                  : solid 1px #000000;