]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_surfbar_list_form.tpl
Fix for endless loop
[mailer.git] / templates / de / html / member / member_surfbar_list_form.tpl
index e6ff250b9f926d56d355e71a639677d456e668d0..c39ed666e34f5882966b340a8d3223c73278e230 100644 (file)
@@ -1,7 +1,7 @@
-<td align="center" width="%d%%">
-       <form action="{!URL!}/modules.php?module=login&amp;what=surfbar_list" method="post" style="padding-bottom:0px">
-               <input type="hidden" name="id" value="%s" />
-               <input type="hidden" name="action" value="%s" />
-               <input type="submit" class="member_submit" name="ok" title="{--MEMBER_SURFBAR_ACTION_%s_TITLE--}" value="{--MEMBER_SURFBAR_ACTION_%s_SUBMIT--}" />
+<td align="center" width="$content[width]%%">
+       <form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&amp;what=surfbar_list" method="post" style="padding-bottom:0px">
+               <input type="hidden" name="id" value="$content[id]" />
+               <input type="hidden" name="action" value="$content[action]" />
+               <input type="submit" class="member_submit" name="ok" title="$content[title]" value="$content[submit]" />
        </form>
 </td>