]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/theme_settings.tpl
newline at end of header
[friendica.git] / view / theme / quattro / theme_settings.tpl
index 54416cc16ac3088532412034f1c6c5ecef509bdd..b957532cf5ac5a54a2d0133626a3b22d2ad37593 100644 (file)
@@ -4,7 +4,22 @@
 
 {{inc field_select.tpl with $field=$align}}{{endinc}}
 
-<input type="range" name="rage1" value="0" min="-1" max="1" step="0.01"  />
+
+<div class="field">
+    <label for="id_$pfs.0">$pfs.1</label>
+    <input type="range" class="inputRange" id="id_$pfs.0" name="$pfs.0" value="$pfs.2" min="10" max="22" step="1"  />
+    <span class="field_help"></span>
+</div>
+
+
+<div class="field">
+    <label for="id_$tfs.0">$tfs.1</label>
+    <input type="range" class="inputRange" id="id_$tfs.0" name="$tfs.0" value="$tfs.2" min="10" max="22" step="1"  />
+    <span class="field_help"></span>
+</div>
+
+
+
 
 
 <div class="settings-submit-wrapper">
@@ -12,5 +27,6 @@
 </div>
 
 <script>
-    $(":range").rangeinput();
-</script>
\ No newline at end of file
+    
+    $(".inputRange").rangeinput();
+</script>