]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_user_subids_row.tpl
Rewrote a lot parts to extract 'payments' table (+ handling) into own extension:
[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" />
5         </td>
6         <td align="center" class="bottom right {%template,ColorSwitch%}">
7                 <label for="subid[$content[id]]">{--ADMIN_CHANGE_USER_SUBID--}</label>
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>