]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_surfbar_edit_action_form.tpl
More rewrites to configuration:
[mailer.git] / templates / de / html / member / member_surfbar_edit_action_form.tpl
1 <div align="center">
2 {%form,formIdEdit,formMethodPost=modules.php?module=login&amp;what=list_surfbar%}
3 <div class="table3 dashed" style="margin-top:10px">
4         <div class="table_header bottom" style="padding-top:5px;padding-bottom:5px">
5                 <strong>{--MEMBER_SURFBAR_EDIT_URL_TITLE--}</strong>
6         </div>
7
8         <fieldset id="url_data">
9                 <legend>{--MEMBER_SURFBAR_EDIT_URL_LEGEND--}</legend>
10                 <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
11                         <label class="member_label" for="url">{--MEMBER_EDIT_SURFBAR_CHANGE_URL--}</label><br />
12                         <input type="text" class="form_field" name="url" size="20" maxlength="255" value="$content[url]" />
13                 </div>
14
15                 <div class="member_input" style="padding-top:5px;padding-bottom:5px">
16                         <label class="member_label" for="limited">{--MEMBER_SURFBAR_URL_LIMITED--}</label><br />
17                         <input type="radio" id="limited_no" onfocus="return FocusLimitedNo()" name="limited" value="N"$content[limited_no] /> {--NO--}
18                         <input type="radio" id="limited_yes" onfocus="return FocusLimitedYes()" name="limited" value="Y"$content[limited_yes] /> {--YES--}
19                 </div>
20
21                 <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
22                         <label class="member_label" for="limit">{--MEMBER_SURFBAR_URL_ENTER_LIMIT--}</label><br />
23                         <input type="text" class="form_field" id="limit" name="limit" size="7" maxlength="20" value="$content[url_views_max]" />
24                 </div>
25
26                 <div class="member_input" style="padding-top:5px;padding-bottom:5px" align="center">
27                         <label class="member_label" for="package">{--MEMBER_SURFBAR_URL_SELECT_PACKAGE--}</label>
28                         {%pipe,generateMemberSurfbarPackageSelectionBox%}
29                 </div>
30         </fieldset>
31
32         <div class="table_header top" style="padding-top:5px;padding-bottom:5px">
33                 <input type="hidden" name="url_id" value="$content[url_id]" />
34                 <input type="hidden" name="action" value="edit" />
35                 <input type="hidden" name="execute" value="1" />
36                 <input type="reset" class="form_reset" id="reset" value="{--CLEAR_FORM--}" />
37                 <input type="submit" class="form_submit" name="ok" value="{--MEMBER_SURFBAR_ACTION_EDIT_NOW_SUBMIT--}" />
38         </div>
39 </div>
40
41 <script type="text/javascript"
42  src="{%url=js.php?js=surfbar_member_edit%}{%ext,version=surfbar%}&amp;url_views_max=$content[url_views_max]&amp;limited=$content[limited]"></script>
43
44 {%form_close%}
45 </div>