]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_user_subids_row.tpl
Since Wernis API 0.6-BETA SHA256 is the default now
[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
7         <td align="center" class="bottom right {%template,ColorSwitch%}">
8                 <label for="subid[$content[id]]">{--ADMIN_CHANGE_USER_SUBID--}</label>
9                 <input type="text" class="form_field" name="subid[$content[id]]" size="20" maxlength="255" value="$content[subid]" />
10         </td>
11
12         <td align="center" class="bottom {%template,ColorSwitch%}">
13                 $content[subid_added]
14         </td>
15 </tr>