]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_delete_user_subids_row.tpl
Fixes for display problems with labeled input fields
[mailer.git] / templates / de / html / admin / admin_delete_user_subids_row.tpl
1 <tr>
2         <td align="center" class="bottom right {%template,ColorSwitch%}">
3                 <strong>$content[id]</strong>
4                 <input type="hidden" name="id[$content[id]]" value="1" />
5         </td>
6
7         <td align="center" class="bottom right {%template,ColorSwitch%}">
8                 <label for="subid[$content[id]]">{--SUBID_VALUE--}</label>
9                 $content[subid]
10         </td>
11
12         <td align="center" class="bottom {%template,ColorSwitch%}">
13                 $content[subid_added]
14         </td>
15 </tr>