Extension ext-user (sub-id tracking) continued:
[mailer.git] / templates / de / html / admin / admin_edit_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" /></strong>
5         </td>
6         <td align="center" class="bottom right {%template,ColorSwitch%}">
7                 <legend for="subid[$content[id]]">{--ADMIN_CHANGE_USER_SUBID--}</legend>
8                 <input type="text" class="form_field" name="subid[$content[id]]" size="20" maxlength="255" value="$content[subid]" />
9         </td>
10         <td align="center" class="bottom {%template,ColorSwitch%}">
11                 $content[subid_added]
12         </td>
13 </tr>