diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-12-15 21:00:40 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-12-15 21:00:40 +0100 |
commit | 5a59cd9b8cd6e0c00260f47c50e5433b070155d1 (patch) | |
tree | 3dc7ae892b2f6e16874640fb62d9071ac7cd3862 /view | |
parent | ba463afbdcded70b88a48d76276d837a7e78ef0c (diff) | |
download | volse-hubzilla-5a59cd9b8cd6e0c00260f47c50e5433b070155d1.tar.gz volse-hubzilla-5a59cd9b8cd6e0c00260f47c50e5433b070155d1.tar.bz2 volse-hubzilla-5a59cd9b8cd6e0c00260f47c50e5433b070155d1.zip |
Invitation only added to the admin site page. Plus css wrapper class to docu search.
Diffstat (limited to 'view')
-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 4add59a0d..0e65dfa69 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -58,6 +58,7 @@ <h3>{{$registration}}</h3> {{include file="field_input.tpl" field=$register_text}} {{include file="field_select.tpl" field=$register_policy}} + {{include file="field_checkbox.tpl" field=$invite_only}} {{include file="field_select.tpl" field=$access_policy}} {{include file="field_textarea.tpl" field=$allowed_email}} {{include file="field_textarea.tpl" field=$not_allowed_email}} |