]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_surfbar_delete_action_form.tpl
Now we have a listing here
[mailer.git] / templates / de / html / member / member_surfbar_delete_action_form.tpl
index a4bb2507d11d6f876bc2ac6c57e51f1e1102b968..3ac8e3d6ae3b05a30f80a3ffaacfd859e0857460 100644 (file)
@@ -1,6 +1,6 @@
-<form accept-charset="utf-8" id="delete" action="{%url=modules.php?module=login&amp;what=surfbar_list%}" method="post">
-<div class="member_table dashed" style="width:600px;margin-top:10px">
-       <div class="member_title bottom" style="padding-top:5px;padding-bottom:5px">
+<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 class="table_header bottom" style="padding-top:5px;padding-bottom:5px">
                <strong>URL in Surfbar l&ouml;schen:</strong>
        </div>
 
        </div>
 
        <div class="member_input" style="padding-top:5px;padding-bottom:5px">
-               Gesamtaufrufe: <strong>$content[views_total]</strong>
+               Gesamtaufrufe: <strong>{%pipe,translateComma=$content[url_views_total]%}</strong>
        </div>
 
        <div class="member_input" style="padding-top:5px;padding-bottom:5px">
-               Aufrufe begrenzt auf: <strong>$content[views_max]</strong> (0=Unbegrenzt)
+               Aufrufe begrenzt auf: <strong>{%pipe,translateComma=$content[url_views_max]%}</strong> (0=Unbegrenzt)
        </div>
 
-       <div class="member_title top" style="padding-top:5px;padding-bottom:5px">
-               <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
-               <input type="hidden" name="id" value="$content[id]" />
+       <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="member_submit" name="ok" value="{--MEMBER_SURFBAR_ACTION_DELETE_NOW_SUBMIT--}" />
+               <input type="submit" class="form_submit" name="ok" value="{--MEMBER_SURFBAR_ACTION_DELETE_NOW_SUBMIT--}" />
        </div>
 </div>
 </form>
 
-<div class="member_note">
+<div class="notice">
        <strong>Hinweis:</strong> Irt&uuml;mlich gel&ouml;schte URLs k&ouml;nnen nur
        durch unsere Administratoren wiederhergestellt werden.
 </div>