2017-12-01 06:40:55 +01:00
|
|
|
|
2018-02-07 16:23:19 +01:00
|
|
|
<div id="adminpage">
|
|
|
|
<h1>{{$title}}</h1>
|
2017-12-01 06:40:55 +01:00
|
|
|
|
2018-02-07 16:23:19 +01:00
|
|
|
<form action="admin/features" method="post" autocomplete="off">
|
|
|
|
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
2017-12-01 06:40:55 +01:00
|
|
|
|
2018-02-07 16:23:19 +01: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 22:57:13 +02:00
|
|
|
<div class="settings-block">
|
2018-02-07 16:23:19 +01:00
|
|
|
{{include file="field_yesno.tpl" field=$fcat.0}}
|
|
|
|
{{include file="field_yesno.tpl" field=$fcat.1}}
|
2018-07-10 22:57:13 +02:00
|
|
|
</div>
|
2018-02-07 16:23:19 +01:00
|
|
|
{{/foreach}}
|
2017-12-01 06:40:55 +01:00
|
|
|
|
2018-02-07 16:23:19 +01:00
|
|
|
<div class="settings-submit-wrapper" >
|
2018-12-14 04:28:12 +01:00
|
|
|
<input type="submit" name="submit" class="settings-features-submit" value="{{$submit}}" />
|
2018-02-07 16:23:19 +01:00
|
|
|
</div>
|
2017-12-01 06:40:55 +01:00
|
|
|
</div>
|
2018-02-07 16:23:19 +01:00
|
|
|
{{/foreach}}
|
2017-12-01 06:40:55 +01:00
|
|
|
|
2018-02-07 16:23:19 +01:00
|
|
|
</form>
|
|
|
|
</div>
|