]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_list_surfbar_form.tpl
Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);
[mailer.git] / templates / de / html / member / member_list_surfbar_form.tpl
1 <td align="center" width="$content[width]%%">
2         {%form,formMethodPost=modules.php?module=login&amp;what=list_surfbar%}
3                 <input type="hidden" name="url_id" value="$content[url_id]" />
4                 <input type="hidden" name="action" value="$content[action]" />
5                 <input type="submit" class="form_submit" name="ok" title="{%pipe,translateMemberSurfbarActionToTitle=$content[action]%}" value="{%pipe,translateMemberSurfbarActionToSubmit=$content[action]%}" />
6         {%form_close%}
7 </td>