]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_surfbar_edit_action_form.tpl
Extension ext-surfbar continued:
[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                 <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
10                         <label class="member_label" for="url">{--MEMBER_EDIT_SURFBAR_CHANGE_URL--}</legend><br />
11                         <input type="text" class="form_field" name="url" size="20" maxlength="255" value="$content[url]" />
12                 </div>
13
14                 <div class="member_input" style="padding-top:5px;padding-bottom:5px">
15                         <label class="member_label" for="limited">{--MEMBER_SURFBAR_URL_LIMITED--}</legend><br />
16                         <input type="radio" id="limited_no" onfocus="return FocusLimitedNo()" name="limited" value="N"$content[limited_no] /> {--NO--}
17                         <input type="radio" id="limited_yes" onfocus="return FocusLimitedYes()" name="limited" value="Y"$content[limited_yes] /> {--YES--}
18                 </div>
19
20                 <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
21                         <label class="member_label" for="limit">{--MEMBER_SURFBAR_URL_ENTER_LIMIT--}</legend><br />
22                         <input type="text" class="form_field" id="limit" name="limit" size="7" maxlength="20" value="$content[url_views_max]" />
23                 </div>
24
25                 <div class="member_input" style="padding-top:5px;padding-bottom:5px" align="center">
26                         <label class="member_label" for="package">{--MEMBER_SURFBAR_URL_SELECT_PACKAGE--}</legend>
27                         {%pipe,generateMemberSurfbarPackageSelectionBox%}
28                 </div>
29         </fieldset>
30
31         <div class="table_header top" style="padding-top:5px;padding-bottom:5px">
32                 <input type="hidden" name="url_id" value="$content[url_id]" />
33                 <input type="hidden" name="action" value="edit" />
34                 <input type="hidden" name="execute" value="1" />
35                 <input type="reset" class="form_reset" id="reset" value="{--CLEAR_FORM--}" />
36                 <input type="submit" class="form_submit" name="ok" value="{--MEMBER_SURFBAR_ACTION_EDIT_NOW_SUBMIT--}" />
37         </div>
38 </div>
39
40 <script type="text/javascript"
41  src="{%url=js.php?js=surfbar_member_edit%}{%ext,version=surfbar%}&amp;url_views_max=$content[url_views_max]&amp;limited=$content[limited]"></script>
42 <script type="text/javascript">
43 <!--
44 $('#edit').submit(function() {
45         return submitForm();
46 });
47
48 $('#reset').click(function() {
49         return resetForm();
50 });
51 //-->
52 </script>
53
54 {%form_close%}
55 </div>