diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-29 16:25:27 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-29 16:25:27 -0700 |
commit | fd915138322b920036a2a21c56fdfb6a56749303 (patch) | |
tree | 4a2db27ad854ed0751e2db9e9afd56310537361a /view/tpl | |
parent | 4fcfcc81172ebdfa4a27d3bca94bffe97356f600 (diff) | |
download | volse-hubzilla-fd915138322b920036a2a21c56fdfb6a56749303.tar.gz volse-hubzilla-fd915138322b920036a2a21c56fdfb6a56749303.tar.bz2 volse-hubzilla-fd915138322b920036a2a21c56fdfb6a56749303.zip |
more deprecate server_role
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/admin_account_edit.tpl | 5 | ||||
-rwxr-xr-x | view/tpl/settings_account.tpl | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/view/tpl/admin_account_edit.tpl b/view/tpl/admin_account_edit.tpl index 82d137de4..239d9084a 100644 --- a/view/tpl/admin_account_edit.tpl +++ b/view/tpl/admin_account_edit.tpl @@ -8,12 +8,7 @@ {{include file="field_password.tpl" field=$pass1}} {{include file="field_password.tpl" field=$pass2}} - -{{if $z_server_role == 'pro'}} {{include file="field_select.tpl" field=$account_level}} -{{else}} -<input type="hidden" name="account_level" value="{{$account_level.2}}" /> -{{/if}} {{include file="field_select.tpl" field=$account_language}} {{include file="field_input.tpl" field=$service_class}} diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl index b7fdfb9a9..dd1d0d0c9 100755 --- a/view/tpl/settings_account.tpl +++ b/view/tpl/settings_account.tpl @@ -12,7 +12,7 @@ {{include file="field_password.tpl" field=$password1}} {{include file="field_password.tpl" field=$password2}} - {{if $z_server_role == 'pro' && ! $techlock}} + {{if ! $techlock}} {{include file="field_select.tpl" field=$techlevel}} {{else}} <input type="hidden" name="techlevel" value="{{$techlevel.2}}" /> |