diff options
author | friendica <info@friendica.com> | 2012-11-03 21:38:18 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-03 21:38:18 -0700 |
commit | 9d0f94bb732f795f198b13061f28d24b3095891f (patch) | |
tree | c569ff4d8d140e427dee9d4b4e7aefd113ffe7c0 | |
parent | e5df0f9ce995725adf70df47823ca92bb1396356 (diff) | |
download | volse-hubzilla-9d0f94bb732f795f198b13061f28d24b3095891f.tar.gz volse-hubzilla-9d0f94bb732f795f198b13061f28d24b3095891f.tar.bz2 volse-hubzilla-9d0f94bb732f795f198b13061f28d24b3095891f.zip |
add template
-rw-r--r-- | view/tpl/settings_features.tpl | 16 |
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> + |