Mailer project continued (heavy refactoring):
[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>URL in Surfbar l&ouml;schen:</strong>
6         </div>
7
8         <div class="member_input" style="padding-top:5px;padding-bottom:5px">
9                 Gebuchte URL: <strong>$content[url]</strong>
10         </div>
11
12         <div class="member_input" style="padding-top:5px;padding-bottom:5px">
13                 Angemeldet: <strong>$content[url_registered]</strong>
14         </div>
15
16         <div class="member_input" style="padding-top:5px;padding-bottom:5px">
17                 Gesamtaufrufe: <strong>{%pipe,translateComma=$content[url_views_total]%}</strong>
18         </div>
19
20         <div class="member_input" style="padding-top:5px;padding-bottom:5px">
21                 Aufrufe begrenzt auf: <strong>{%pipe,translateComma=$content[url_views_max]%}</strong> (0=Unbegrenzt)
22         </div>
23
24         <div class="table_header top" style="padding-top:5px;padding-bottom:5px">
25                 <input type="hidden" name="url_id" value="$content[url_id]" />
26                 <input type="hidden" name="action" value="delete" />
27                 <input type="hidden" name="execute" value="1" />
28                 <input type="submit" class="form_delete" name="ok" value="{--MEMBER_SURFBAR_ACTION_DELETE_NOW_SUBMIT--}" />
29         </div>
30 </div>
31 {%form_close%}
32
33 <div class="notice">
34         <strong>Hinweis:</strong> Irt&uuml;mlich gel&ouml;schte URLs k&ouml;nnen nur
35         durch unsere Administratoren wiederhergestellt werden.
36 </div>
37 </div>