]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_forced_campaigns_row.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_edit_forced_campaigns_row.tpl
index 386e198540e9b7efade4711145c5b048ed4f9c71..74c80f1ccc86fca94b615affaa4c8f44af3119c0 100644 (file)
@@ -5,38 +5,41 @@
                <strong>$content[forced_campaign_created]</strong>
        </td>
        <td class="{%template,ColorSwitch%}">
-               <legend for="forced_campaign_ordered_clicks[$content[forced_campaign_id]]">{--ADMIN_CHANGE_FORCED_CAMPAIGN_ORDERED_CLICKS--}</legend>
+               <label for="forced_campaign_ordered_clicks[$content[forced_campaign_id]]">{--ADMIN_CHANGE_FORCED_CAMPAIGN_ORDERED_CLICKS--}</label>
                <input type="text" class="form_field" name="forced_campaign_ordered_clicks[$content[forced_campaign_id]]" size="5" maxlength="20" value="{%pipe,translateComma=$content[forced_campaign_ordered_clicks]%}" />
        </td>
 </tr>
+
 <tr>
        <td class="{%template,ColorSwitch%}">
-               <legend for="forced_campaign_payment_api[$content[forced_campaign_id]]">{--ADMIN_CHANGE_FORCED_CAMPAIGN_PAYMENT_API--}</legend>
+               <label for="forced_campaign_payment_api[$content[forced_campaign_id]]">{--ADMIN_CHANGE_FORCED_CAMPAIGN_PAYMENT_API--}</label>
                <input type="text" class="form_field" name="forced_campaign_payment_api[$content[forced_campaign_id]]" size="5" maxlength="20" value="{%pipe,translateComma=$content[forced_campaign_payment_api]%}" />
        </td>
        <td class="{%template,ColorSwitch%}">
-               <legend for="">{--ADMIN_CHANGE_FORCED_CAMPAIGN_RELOAD_LOCK--}</legend>
+               <label for="">{--ADMIN_CHANGE_FORCED_CAMPAIGN_RELOAD_LOCK--}</label>
                $content[forced_campaign_reload_lock]
        </td>
 </tr>
+
 <tr>
        <td class="{%template,ColorSwitch%}">
-               <legend for="forced_campaign_minimum_stay[$content[forced_campaign_id]]">{--ADMIN_CHANGE_FORCED_CAMPAIGN_MINIMUM_STAY--}</legend>
+               <label for="forced_campaign_minimum_stay[$content[forced_campaign_id]]">{--ADMIN_CHANGE_FORCED_CAMPAIGN_MINIMUM_STAY--}</label>
                <input type="text" class="form_field" name="forced_campaign_minimum_stay[$content[forced_campaign_id]]" size="5" maxlength="20" value="$content[forced_campaign_minimum_stay]" />
        </td>
        <td class="{%template,ColorSwitch%}">
-               <legend for="">{--ADMIN_CHANGE_FORCED_CAMPAIGN_ADS_ID--}</legend>
+               <label for="">{--ADMIN_CHANGE_FORCED_CAMPAIGN_ADS_ID--}</label>
                {%template,ForcedAdSelectionBox=$content[forced_ads_id]%}
        </td>
 </tr>
+
 <tr>
        <td class="{%template,ColorSwitch%} bottom">
-               <legend for="forced_campaign_userid">{--ADMIN_CHANGE_FORCED_CAMPAIGN_USERID--}</legend>
+               <label for="forced_campaign_userid">{--ADMIN_CHANGE_FORCED_CAMPAIGN_USERID--}</label>
                $content[forced_campaign_userid]
                <!--<input type="hidden" name="forced_campaign_userid_raw[$content[forced_campaign_id]]" value="$content[forced_campaign_userid_raw]" />//-->
        </td>
        <td class="{%template,ColorSwitch%} bottom">
-               <legend for="">{--ADMIN_CHANGE_FORCED_CAMPAIGN_COSTS_ID--}</legend>
+               <label for="">{--ADMIN_CHANGE_FORCED_CAMPAIGN_COSTS_ID--}</label>
                {%template,ForcedCostsSelectionBox=$content[forced_costs_id]%}
        </td>
 </tr>