aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings_features.tpl
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2015-01-02 12:10:08 +1100
committerRedMatrix <info@friendica.com>2015-01-02 12:10:08 +1100
commitb54235234fdba83bc4505672e65ad94fbdbccb62 (patch)
treea7e9a9db526d5c25fd58882637fa696a4734960a /view/tpl/settings_features.tpl
parent93b94704878c1b66ee95987de2b24dc39163763a (diff)
parentef6680f7adfeacb0e7614c509e8861f08ff066e8 (diff)
downloadvolse-hubzilla-b54235234fdba83bc4505672e65ad94fbdbccb62.tar.gz
volse-hubzilla-b54235234fdba83bc4505672e65ad94fbdbccb62.tar.bz2
volse-hubzilla-b54235234fdba83bc4505672e65ad94fbdbccb62.zip
Merge pull request #803 from pafcu/checkboxes
Checkboxyfy settings, style checkboxes as switches in redbasic
Diffstat (limited to 'view/tpl/settings_features.tpl')
-rwxr-xr-xview/tpl/settings_features.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl
index 3291162fa..3ede4c76d 100755
--- a/view/tpl/settings_features.tpl
+++ b/view/tpl/settings_features.tpl
@@ -9,7 +9,7 @@
<h3 class="settings-heading">{{$f.0}}</h3>
{{foreach $f.1 as $fcat}}
- {{include file="{{$field_yesno}}" field=$fcat}}
+ {{include file="field_checkbox.tpl" field=$fcat}}
{{/foreach}}
{{/foreach}}