2012-09-17 07:29:58 +00:00
|
|
|
<script src="$baseurl/view/theme/quattro/jquery.tools.min.js"></script>
|
|
|
|
|
2012-12-25 19:28:24 +00:00
|
|
|
{{inc field_select.tpl with $field=$color}}{{endinc}}
|
2012-03-30 19:21:14 +00:00
|
|
|
|
2012-12-25 19:28:24 +00:00
|
|
|
{{inc field_select.tpl with $field=$align}}{{endinc}}
|
2012-03-06 08:50:18 +00:00
|
|
|
|
2012-10-01 12:58:05 +00:00
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-09-17 07:29:58 +00:00
|
|
|
|
|
|
|
|
2012-03-30 13:45:23 +00:00
|
|
|
<div class="settings-submit-wrapper">
|
|
|
|
<input type="submit" value="$submit" class="settings-submit" name="quattro-settings-submit" />
|
2012-03-06 08:50:18 +00:00
|
|
|
</div>
|
2012-03-30 13:45:23 +00:00
|
|
|
|
2012-09-17 07:29:58 +00:00
|
|
|
<script>
|
2012-10-01 12:58:05 +00:00
|
|
|
|
|
|
|
$(".inputRange").rangeinput();
|
2012-12-24 14:05:42 +00:00
|
|
|
</script>
|