aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings_features.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-03 21:38:18 -0700
committerfriendica <info@friendica.com>2012-11-03 21:38:18 -0700
commit9d0f94bb732f795f198b13061f28d24b3095891f (patch)
treec569ff4d8d140e427dee9d4b4e7aefd113ffe7c0 /view/tpl/settings_features.tpl
parente5df0f9ce995725adf70df47823ca92bb1396356 (diff)
downloadvolse-hubzilla-9d0f94bb732f795f198b13061f28d24b3095891f.tar.gz
volse-hubzilla-9d0f94bb732f795f198b13061f28d24b3095891f.tar.bz2
volse-hubzilla-9d0f94bb732f795f198b13061f28d24b3095891f.zip
add template
Diffstat (limited to 'view/tpl/settings_features.tpl')
-rw-r--r--view/tpl/settings_features.tpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl
new file mode 100644
index 000000000..23de2c0e3
--- /dev/null
+++ b/view/tpl/settings_features.tpl
@@ -0,0 +1,16 @@
+<h1>$title</h1>
+
+
+<form action="settings/features" method="post" autocomplete="off">
+<input type='hidden' name='form_security_token' value='$form_security_token'>
+
+{{ for $features as $f }}
+ {{ inc field_yesno.tpl with $field=$f }}{{endinc}}
+{{ endfor }}
+
+<div class="settings-submit-wrapper" >
+<input type="submit" name="submit" class="settings-features-submit" value="$submit" />
+</div>
+
+</form>
+