Extension ext-user for sub id tracking continued:
[mailer.git] / templates / de / html / member / member_edit_user_subids_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom">
3                 {--MEMBER_USER_SUBID_ADDED--}:<br />
4                 <input type="hidden" name="id[$content[id]]" value="1" />
5                 <strong>$content[subid_added]</strong>
6         </td>
7         <td class="{%template,ColorSwitch%} bottom">
8                 {--MEMBER_CHANGE_USER_SUBID--}<br />
9                 <input type="text" class="form_field" name="subid[$content[id]]" size="20" maxlength="255" value="$content[subid]" />
10         </td>
11 </tr>