]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_nickname_history.tpl
Continued with ext-blacklist:
[mailer.git] / templates / de / html / admin / admin_list_nickname_history.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_nickname&amp;userid=$content[userid]%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="800">
4 <tr>
5         <td align="center" colspan="5" class="table_header">
6                 <strong>{--ADMIN_LIST_NICKNAME_HISTORY_TITLE--}</strong>
7         </td>
8 </tr>
9
10 <tr>
11         <td class="header_column bottom right" align="center" width="30"><strong>{--ID_SELECT--}</strong></td>
12         <td class="header_column bottom right" align="center"><strong>{--_USERID--}</strong></td>
13         <td class="header_column bottom right" align="center"><strong>{--ADMIN_HISTORY_VALUE--}</strong></td>
14         <td class="header_column bottom right" align="center"><strong>{--ENTRY_ADDED--}</strong></td>
15         <td class="header_column bottom" align="center"><strong>{--ADMIN_HISTORY_ENTRY_LAST_USED--}</strong></td>
16 </tr>
17
18 $content[rows]
19
20 <tr>
21         <td class="table_footer" colspan="5">
22                 <input type="hidden" name="history_id[0]" value="1" />
23                 <input type="hidden" name="history_userid" value="{%get,bigintval=userid%}" />
24                 <input type="submit" class="form_delete" name="do_delete" value="{--ADMIN_ACTION_DELETE_HISTORY_SUBMIT--}" />
25         </td>
26 </tr>
27 </table>
28 {%form_close%}
29 </div>
30
31 <div class="notice">
32         {--ADMIN_LIST_HISTORY_NOTICE--}
33 </div>