]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_surfbar_delete_action_form.tpl
Hotfix
[mailer.git] / templates / de / html / member / member_surfbar_delete_action_form.tpl
index 939f608c714a75922335434a34c2ea927514b8f0..14f2dabe5f34f309bd04deb28315b0a225e55e85 100644 (file)
@@ -1,6 +1,7 @@
-<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">
+<div align="center">
+<form accept-charset="UTF-8" id="delete" action="{%url=modules.php?module=login&amp;what=list_surfbar%}" method="post">
+<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>
        </div>
 
                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--}" />
+       <div class="table_header top" style="padding-top:5px;padding-bottom:5px">
                <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_delete" 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>
+</div>