]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_surfbar_delete_action_form.tpl
Theoretical working merge of mailid.php and mailid_top.php into mailid.php + a couple...
[mailer.git] / templates / de / html / member / member_surfbar_delete_action_form.tpl
1 <div align="center">
2 {%form,formIdDelete,formMethodPost=modules.php?module=login&amp;what=list_surfbar%}
3 <div class="table dashed" style="margin-top:10px">
4         <div class="table_header bottom" style="padding-top:5px;padding-bottom:5px">
5                 <strong>{--MEMBER_SURFBAR_DELETE_URL_TITLE--}</strong>
6         </div>
7
8         <fieldset id="url_data">
9                 <legend>{--MEMBER_DELETE_SURFBAR_URL_DATA_LEGEND--}</legend>
10
11                 <div class="member_input" style="padding-top:5px;padding-bottom:5px">
12                         {--MEMBER_DELETE_SURFBAR_URL--}
13                         <strong>$content[url]</strong>
14                 </div>
15
16                 <div class="member_input" style="padding-top:5px;padding-bottom:5px">
17                         {--MEMBER_DELETE_SURFBAR_REGISTERED--}
18                         <strong>$content[url_registered]</strong>
19                 </div>
20
21                 <div class="member_input" style="padding-top:5px;padding-bottom:5px">
22                         {--MEMBER_DELETE_SURFBAR_TOTAL_VIEWS--}
23                         <strong>{%pipe,translateComma=$content[url_views_total]%}</strong>
24                 </div>
25
26                 <div class="member_input" style="padding-top:5px;padding-bottom:5px">
27                         {--MEMBER_DELETE_SURFBAR_LIMITED--}
28                         <strong>{%pipe,translateComma=$content[url_views_max]%}</strong> (0=Unbegrenzt)
29                 </div>
30         </fieldset>
31
32         <div class="table_header top" style="padding-top:5px;padding-bottom:5px">
33                 <input type="hidden" name="url_id" value="$content[url_id]" />
34                 <input type="hidden" name="action" value="delete" />
35                 <input type="hidden" name="execute" value="1" />
36                 <input type="submit" class="form_delete" name="ok" value="{--MEMBER_SURFBAR_ACTION_DELETE_NOW_SUBMIT--}" />
37         </div>
38 </div>
39 {%form_close%}
40
41 <div class="notice">
42         {--MEMBER_SURFBAR_DELETE_URL_NOTICE--}
43 </div>
44 </div>