Extension ext-user (sub-id tracking) continued:
[mailer.git] / templates / de / html / admin / admin_edit_points_data_row.tpl
index c357f479f42521b2e5929f17eb4c4e89cbb39429..81da17b8a971af34a00f53c467176f4d397286d0 100644 (file)
@@ -5,20 +5,20 @@
                <div class="tiny">({%pipe,translatePointsSubject=$content[subject]%})</div>
        </td>
        <td class="{%template,ColorSwitch%}">
-               {--ADMIN_POINTS_ACCOUNT_COLUMN_NAME--}<br />
+               <legend for="column_name">{--ADMIN_POINTS_ACCOUNT_COLUMN_NAME</legend>
                <strong>{%pipe,translatePointsAccountType=$content[column_name]%}</strong>
        </td>
 </tr>
 
 <tr>
        <td class="{%template,ColorSwitch%}">
-               {--ADMIN_CHANGE_POINTS_LOCKED_MODE--}<br />
+               <legend for="locked_mode[$content[id]]">{--ADMIN_CHANGE_POINTS_LOCKED_MODE</legend>
                <select name="locked_mode[$content[id]]" class="form_select" size="1">
                        {%pipe,generatePointsLockedModeOptions=$content[locked_mode]%}
                </select>
        </td>
        <td class="{%template,ColorSwitch%}">
-               {--ADMIN_CHANGE_POINTS_PAYMENT_METHOD--}<br />
+               <legend for="payment_method[$content[id]]">{--ADMIN_CHANGE_POINTS_PAYMENT_METHOD</legend>
                <select name="payment_method[$content[id]]" class="form_select" size="1">
                        {%pipe,generatePointsPaymentMethodOptions=$content[payment_method]%}
                </select>
 
 <tr>
        <td class="bottom {%template,ColorSwitch%}">
-               {--ADMIN_CHANGE_POINTS_NOTIFY_RECIPIENT--}<br />
+               <legend for="notify_recipient[$content[id]]">{--ADMIN_CHANGE_POINTS_NOTIFY_RECIPIENT</legend>
                <select name="notify_recipient[$content[id]]" class="form_select" size="1">
                        {%pipe,generatePointsNotifyRecipientOptions=$content[notify_recipient]%}
                </select>
        </td>
        <td class="bottom {%template,ColorSwitch%}">
-               {--ADMIN_POINTS_ACCOUNT_PROVIDER--}<br />
+               <legend for="account_provider">{--ADMIN_POINTS_ACCOUNT_PROVIDER</legend>
                <strong>{%pipe,translatePointsAccountProvider=$content[account_provider]%}</strong>
        </td>
 </tr>