diff options
author | redmatrix <mike@macgirvin.com> | 2016-08-23 23:00:24 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-08-23 23:00:24 -0700 |
commit | 238621ee926e43625a8b15fb9faf996fb45149b3 (patch) | |
tree | 956e1089df21189aebba8d30b63a01774db9890c /view/tpl/admin_site.tpl | |
parent | 206054678ba70fae851c40bf79871ad9a042ca2f (diff) | |
download | volse-hubzilla-238621ee926e43625a8b15fb9faf996fb45149b3.tar.gz volse-hubzilla-238621ee926e43625a8b15fb9faf996fb45149b3.tar.bz2 volse-hubzilla-238621ee926e43625a8b15fb9faf996fb45149b3.zip |
allow changing the server role - as well as configuring any of the three options during installation
Diffstat (limited to 'view/tpl/admin_site.tpl')
-rwxr-xr-x | view/tpl/admin_site.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 6b8729ee6..d810e69f7 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -41,6 +41,7 @@ <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> {{include file="field_input.tpl" field=$sitename}} + {{include file="field_select.tpl" field=$server_role}} {{include file="field_textarea.tpl" field=$banner}} {{include file="field_textarea.tpl" field=$admininfo}} {{include file="field_select.tpl" field=$language}} |