]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_user_subids.tpl
Extension ext-user (sub-id tracking) continued:
[mailer.git] / templates / de / html / admin / admin_edit_user_subids.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_user_subid%}&amp;userid={%get,bigintval=userid%}&amp;do=edit_user_subids" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="800">
4 <tr>
5         <td align="center" colspan="3" class="table_header">
6                 <strong>{--ADMIN_EDIT_USER_SUBID_TITLE--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
11         <td class="header_column bottom right" align="center"><strong>{--SUBID_VALUE--}</strong></td>
12         <td class="header_column bottom" align="center"><strong>{--SUBID_ADDED--}</strong></td>
13 </tr>
14 $content
15 <tr>
16         <td class="table_footer" colspan="3">
17                 <input type="hidden" name="userid" value="{%get,bigintval=userid%}" />
18                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
19                 <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_CHANGE_USER_SUBID_SUBMIT--}" />
20         </td>
21 </tr>
22 </table>
23 </form>
24 </div>