aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings_features.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-04-08 20:05:30 -0700
committerzotlabs <mike@macgirvin.com>2018-04-08 20:05:30 -0700
commite0255c0dc45d8c670b865087336b4807d831e0fb (patch)
tree3e68745fcf1d6b7ed1e2a92ee7fa4f39acf4baf4 /view/tpl/settings_features.tpl
parent6ce3ca1ce02a535938812372ece9377242c2eaa4 (diff)
downloadvolse-hubzilla-e0255c0dc45d8c670b865087336b4807d831e0fb.tar.gz
volse-hubzilla-e0255c0dc45d8c670b865087336b4807d831e0fb.tar.bz2
volse-hubzilla-e0255c0dc45d8c670b865087336b4807d831e0fb.zip
first cut of feature/techlevel merge
Diffstat (limited to 'view/tpl/settings_features.tpl')
-rwxr-xr-xview/tpl/settings_features.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl
index f8c162e17..0b65e2524 100755
--- a/view/tpl/settings_features.tpl
+++ b/view/tpl/settings_features.tpl
@@ -4,6 +4,13 @@
</div>
<form action="settings/features" method="post" autocomplete="off">
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
+ {{if ! $techlock}}
+ <div class="section-content-tools-wrapper">
+ {{include file="field_select.tpl" field=$techlevel}}
+ </div>
+ {{else}}
+ <input type="hidden" name="techlevel" value="{{$techlevel.2}}" />
+ {{/if}}
<div class="panel-group" id="settings" role="tablist" aria-multiselectable="true">
{{foreach $features as $g => $f}}
<div class="panel">