81e0b79398ffd67e0e13f02d7e9f80ae115dc2e5
[mailer.git] / templates / de / html / member / member_list_user_subids.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=subids%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td colspan="3" align="center" class="table_header bottom">
6                         <strong>{--MEMBER_USER_SUBID_EDIT_DELETE_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
11                 <td align="center" class="header_column bottom right" width="160"><strong>{--SUBID_VALUE--}:</strong></td>
12                 <td align="center" class="header_column bottom" width="160"><strong>{--SUBID_ADDED--}:</strong></td>
13         </tr>
14         $content
15         <tr>
16                 <td colspan="3" class="table_footer">
17                         <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
18                         <input type="submit" class="form_submit" name="edit" value="{--MEMBER_ACTION_EDIT_SUBMIT--}" />
19                         <input type="submit" class="form_delete" name="delete" value="{--MEMBER_ACTION_DELETE_SUBMIT--}" />
20                 </td>
21         </tr>
22 </table>
23 </form>
24 </div>