]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_surfbar_edit_action_form.tpl
Fix for missing array elements
[mailer.git] / templates / de / html / member / member_surfbar_edit_action_form.tpl
index f0708cbedbedc277462c06ac883b1788caf3a7f7..68cc5f942eb5815ac61e83b290d0961470ff4a70 100644 (file)
@@ -1,6 +1,7 @@
+<div align="center">
 <form accept-charset="utf-8" id="edit" action="{%url=modules.php?module=login&amp;what=surfbar_list%}" method="post" onsubmit="return SubmitForm()" onreset="return ResetForm()">
 <div class="member_table dashed" style="width:600px;margin-top:10px">
-       <div class="member_title2 bottom" style="padding-top:5px;padding-bottom:5px">
+       <div class="member_title bottom" style="padding-top:5px;padding-bottom:5px">
                <strong>URL in Surfbar editieren:</strong>
        </div>
 
@@ -18,9 +19,9 @@
                Aufrufe begrenzen auf: <input type="text" class="member_normal" id="limit" name="limit" size="7" maxlength="20" value="$content[views_max]" />
        </div>
 
-       <div class="member_title2 top" style="padding-top:5px;padding-bottom:5px">
+       <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]" />
+               <input type="hidden" name="id" value="$content[url_id]" />
                <input type="hidden" name="action" value="edit" />
                <input type="hidden" name="execute" value="1" />
                <input type="submit" class="member_submit" name="ok" value="{--MEMBER_SURFBAR_ACTION_EDIT_NOW_SUBMIT--}" />
@@ -30,3 +31,4 @@
 <script src="{%url=js.php?js=surfbar_member_edit%}{%ext,version=surfbar%}&amp;views_max=$content[views_max]&amp;limited=$content[limited]"
  type="text/javascript"></script>
 </form>
+</div>