]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/smarty3/theme_settings.tpl
8235f1f4b3c873247d97c8c1cbfbb499a74326ee
[friendica.git] / view / theme / quattro / smarty3 / theme_settings.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}} <script src="{{$baseurl}}/view/theme/quattro/jquery.tools.min.js"></script>
6  
7 {{include file="field_select.tpl" field=$color}}
8
9 {{include file="field_select.tpl" field=$align}}
10
11
12 <div class="field">
13     <label for="id_{{$pfs.0}}">{{$pfs.1}}</label>
14     <input type="range" class="inputRange" id="id_{{$pfs.0}}" name="{{$pfs.0}}" value="{{$pfs.2}}" min="10" max="22" step="1"  />
15     <span class="field_help"></span>
16 </div>
17
18
19 <div class="field">
20     <label for="id_{{$tfs.0}}">{{$tfs.1}}</label>
21     <input type="range" class="inputRange" id="id_{{$tfs.0}}" name="{{$tfs.0}}" value="{{$tfs.2}}" min="10" max="22" step="1"  />
22     <span class="field_help"></span>
23 </div>
24
25
26
27
28
29 <div class="settings-submit-wrapper">
30         <input type="submit" value="{{$submit}}" class="settings-submit" name="quattro-settings-submit" />
31 </div>
32
33 <script>
34     
35     $(".inputRange").rangeinput();
36 </script>