]> git.mxchange.org Git - friendica.git/blob - view/templates/settings_features.tpl
Merge remote-tracking branch 'upstream/master'
[friendica.git] / view / templates / settings_features.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <h1>{{$title}}</h1>
7
8
9 <form action="settings/features" method="post" autocomplete="off">
10 <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
11
12 {{foreach $features as $f}}
13 <h3 class="settings-heading">{{$f.0}}</h3>
14
15 {{foreach $f.1 as $fcat}}
16         {{include file="field_yesno.tpl" field=$fcat}}
17 {{/foreach}}
18 {{/foreach}}
19
20 <div class="settings-submit-wrapper" >
21 <input type="submit" name="submit" class="settings-features-submit" value="{{$submit}}" />
22 </div>
23
24 </form>
25