]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_surfbar_delete_action_form.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_surfbar_delete_action_form.tpl
index 3ac8e3d6ae3b05a30f80a3ffaacfd859e0857460..ab4ada669e93a60a375e861edac1fb88f0b4c536 100644 (file)
@@ -1,36 +1,44 @@
-<form accept-charset="UTF-8" id="delete" action="{%url=modules.php?module=login&amp;what=list_surfbar%}" method="post">
-<div class="table dashed" style="width:600px;margin-top:10px">
+<div align="center">
+{%form,formIdDelete,formMethodPost=modules.php?module=login&amp;what=list_surfbar%}
+<div class="table dashed" style="margin-top:10px">
        <div class="table_header bottom" style="padding-top:5px;padding-bottom:5px">
-               <strong>URL in Surfbar l&ouml;schen:</strong>
+               <strong>{--MEMBER_SURFBAR_DELETE_URL_TITLE--}</strong>
        </div>
 
-       <div class="member_input" style="padding-top:5px;padding-bottom:5px">
-               Gebuchte URL: <strong>$content[url]</strong>
-       </div>
+       <fieldset id="url_data">
+               <legend>{--MEMBER_DELETE_SURFBAR_URL_DATA_LEGEND--}</legend>
 
-       <div class="member_input" style="padding-top:5px;padding-bottom:5px">
-               Angemeldet: <strong>$content[url_registered]</strong>
-       </div>
+               <div class="member_input" style="padding-top:5px;padding-bottom:5px">
+                       {--MEMBER_DELETE_SURFBAR_URL--}
+                       <strong>$content[url]</strong>
+               </div>
 
-       <div class="member_input" style="padding-top:5px;padding-bottom:5px">
-               Gesamtaufrufe: <strong>{%pipe,translateComma=$content[url_views_total]%}</strong>
-       </div>
+               <div class="member_input" style="padding-top:5px;padding-bottom:5px">
+                       {--MEMBER_DELETE_SURFBAR_REGISTERED--}
+                       <strong>$content[url_registered]</strong>
+               </div>
 
-       <div class="member_input" style="padding-top:5px;padding-bottom:5px">
-               Aufrufe begrenzt auf: <strong>{%pipe,translateComma=$content[url_views_max]%}</strong> (0=Unbegrenzt)
-       </div>
+               <div class="member_input" style="padding-top:5px;padding-bottom:5px">
+                       {--MEMBER_DELETE_SURFBAR_TOTAL_VIEWS--}
+                       <strong>{%pipe,translateComma=$content[url_views_total]%}</strong>
+               </div>
+
+               <div class="member_input" style="padding-top:5px;padding-bottom:5px">
+                       {--MEMBER_DELETE_SURFBAR_LIMITED--}
+                       <strong>{%pipe,translateComma=$content[url_views_max]%}</strong> (0=Unbegrenzt)
+               </div>
+       </fieldset>
 
        <div class="table_header top" style="padding-top:5px;padding-bottom:5px">
-               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
                <input type="hidden" name="url_id" value="$content[url_id]" />
                <input type="hidden" name="action" value="delete" />
                <input type="hidden" name="execute" value="1" />
-               <input type="submit" class="form_submit" name="ok" value="{--MEMBER_SURFBAR_ACTION_DELETE_NOW_SUBMIT--}" />
+               <input type="submit" class="form_delete" name="ok" value="{--MEMBER_SURFBAR_ACTION_DELETE_NOW_SUBMIT--}" />
        </div>
 </div>
-</form>
+{%form_close%}
 
 <div class="notice">
-       <strong>Hinweis:</strong> Irt&uuml;mlich gel&ouml;schte URLs k&ouml;nnen nur
-       durch unsere Administratoren wiederhergestellt werden.
+       {--MEMBER_SURFBAR_DELETE_URL_NOTICE--}
+</div>
 </div>