diff options
Diffstat (limited to 'view/tpl/settings_account.tpl')
-rwxr-xr-x | view/tpl/settings_account.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl index 06f47bbe1..4a94bb93d 100755 --- a/view/tpl/settings_account.tpl +++ b/view/tpl/settings_account.tpl @@ -11,6 +11,13 @@ {{include file="field_password.tpl" field=$origpass}} {{include file="field_password.tpl" field=$password1}} {{include file="field_password.tpl" field=$password2}} + + {{if $z_server_role == 'pro'}} + {{include file="field_select.tpl" field=$techlevel}} + {{else}} + <input type="hidden" name="techlevel" value="{{$techlevel.2}}" /> + {{/if}} + <div class="settings-submit-wrapper" > <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button> </div> |