]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_config_network_type_form.tpl
Extension ext-user (sub-id tracking) continued:
[mailer.git] / templates / de / html / admin / admin_edit_config_network_type_form.tpl
index e32a887ed10ba26305f077bda1072f30f155df54..450452c9fd8bfec644c6226f5cfab91bb2bc9b9a 100644 (file)
        </div>
 
        <div class="bottom" style="padding-top:3px;padding-bottom:3px">
-               {--ADMIN_CONFIG_NETWORK_HANDLER_SET_ALL--}
+               <legend for="set_all">{--ADMIN_CONFIG_NETWORK_HANDLER_SET_ALL--}</legend>
                {%template,NoYesSelectionBox=set_all%}
        </div>
 
        <div class="bottom" style="padding-top:3px;padding-bottom:3px">
-               {--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_MAX_RELOAD_TIME--} ({--TIME_UNIT--})<br />
+               <legend for="network_max_reload_time">{--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_MAX_RELOAD_TIME--} ({--TIME_UNIT--})</legend>
                $content[network_max_reload_time] ({%pipe,translateTimeUnit=$content[network_type_reload_time_unit]%})
        </div>
 
        <div class="bottom" style="padding-top:3px;padding-bottom:3px">
-               {--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_MIN_WAITING_TIME--}<br />
+               <legend for="network_min_waiting_time">{--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_MIN_WAITING_TIME</legend>
                <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">
-               {--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_MIN_REMAIN_CLICKS--}<br />
+               <legend for="network_min_remain_clicks">{--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_MIN_REMAIN_CLICKS</legend>
                <input type="text" class="form_normal" name="network_min_remain_clicks" size="5" maxlength="20" value="$content[network_min_remain_clicks]" />
        </div>
 
        <div class="bottom" style="padding-top:3px;padding-bottom:3px">
-               {--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_MIN_PAYMENT--}<br />
+               <legend for="network_min_payment">{--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_MIN_PAYMENT</legend>
                <input type="text" class="form_normal" name="network_min_payment" size="7" maxlength="20" value="$content[network_min_payment]" />
        </div>
 
        <div class="bottom" style="padding-top:3px;padding-bottom:3px">
-               {--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_ALLOW_EROTIC--}<br />
+               <legend for="network_allow_erotic">{--ADMIN_CONFIG_NETWORK_HANDLER_TYPE_ALLOW_EROTIC</legend>
                <input type="text" class="form_normal" name="network_allow_erotic" size="5" maxlength="20" value="$content[network_allow_erotic]" />
        </div>