diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-08 20:05:30 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-08 20:05:30 -0700 |
commit | e0255c0dc45d8c670b865087336b4807d831e0fb (patch) | |
tree | 3e68745fcf1d6b7ed1e2a92ee7fa4f39acf4baf4 /view/tpl/settings_features.tpl | |
parent | 6ce3ca1ce02a535938812372ece9377242c2eaa4 (diff) | |
download | volse-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-x | view/tpl/settings_features.tpl | 7 |
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"> |