Extension ext-user (sub-id tracking) continued:
[mailer.git] / templates / de / html / admin / admin_edit_forced_costs_row.tpl
index 394a7dd741f5020931d864c2d917256e8b77140d..43d37ab64569ff600fd8cebf6bbd0dec8c67582c 100644 (file)
@@ -1,17 +1,17 @@
 <tr>
        <td class="{%template,ColorSwitch%}">
-               {--ADMIN_CHANGE_FORCED_COSTS_PRICE_CLICK--}<br />
+               <legend for="forced_costs_price_click[$content[forced_costs_id]]">{--ADMIN_CHANGE_FORCED_COSTS_PRICE_CLICK--}</legend>
                <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%}">
-               {--ADMIN_CHANGE_FORCED_COSTS_PAYMENT_CLICK--}<br />
+               <legend for="forced_costs_payment_click[$content[forced_costs_id]]">{--ADMIN_CHANGE_FORCED_COSTS_PAYMENT_CLICK--}</legend>
                <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?})
        </td>
 </tr>
 <tr>
        <td class="{%template,ColorSwitch%} bottom">
-               {--ADMIN_CHANGE_FORCED_COSTS_VISIBILITY--}<br />
+               <legend for="forced_costs_visibility[$content[forced_costs_id]]">{--ADMIN_CHANGE_FORCED_COSTS_VISIBILITY--}</legend>
                <select name="forced_costs_visibility[$content[forced_costs_id]]" class="form_select" size="1">
                        {%pipe,generateForcedCostsVisibilityOptions=$content[forced_costs_visibility]%}
                </select>