2017-12-01 05:40:55 +00:00
|
|
|
|
2018-02-07 15:23:19 +00:00
|
|
|
<div id="adminpage">
|
|
|
|
<h1>{{$title}}</h1>
|
2017-12-01 05:40:55 +00:00
|
|
|
|
2018-02-07 15:23:19 +00:00
|
|
|
<form action="admin/features" method="post" autocomplete="off">
|
|
|
|
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
2017-12-01 05:40:55 +00:00
|
|
|
|
2018-02-07 15:23:19 +00:00
|
|
|
{{foreach $features as $g => $f}}
|
|
|
|
<h3 class="settings-heading"><a href="javascript:;">{{$f.0}}</a></h3>
|
|
|
|
|
|
|
|
<div class="settings-content-block">
|
|
|
|
{{foreach $f.1 as $fcat}}
|
2018-07-10 20:57:13 +00:00
|
|
|
<div class="settings-block">
|
2018-02-07 15:23:19 +00:00
|
|
|
{{include file="field_yesno.tpl" field=$fcat.0}}
|
|
|
|
{{include file="field_yesno.tpl" field=$fcat.1}}
|
2018-07-10 20:57:13 +00:00
|
|
|
</div>
|
2018-02-07 15:23:19 +00:00
|
|
|
{{/foreach}}
|
2017-12-01 05:40:55 +00:00
|
|
|
|
2018-02-07 15:23:19 +00:00
|
|
|
<div class="settings-submit-wrapper" >
|
2018-12-14 03:28:12 +00:00
|
|
|
<input type="submit" name="submit" class="settings-features-submit" value="{{$submit}}" />
|
2018-02-07 15:23:19 +00:00
|
|
|
</div>
|
2017-12-01 05:40:55 +00:00
|
|
|
</div>
|
2018-02-07 15:23:19 +00:00
|
|
|
{{/foreach}}
|
2017-12-01 05:40:55 +00:00
|
|
|
|
2018-02-07 15:23:19 +00:00
|
|
|
</form>
|
|
|
|
</div>
|