diff options
author | friendica <info@friendica.com> | 2013-08-08 22:38:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-08 22:38:11 -0700 |
commit | 2dfd9dce058bf829c0bdeb54e473bca762c14311 (patch) | |
tree | bfe7ab9b383303bb3e512cbb105fa24c59d4c6c2 /view | |
parent | 3fe5a1c6b68a87f2c40f7aeba5bd401183709ad2 (diff) | |
parent | ea6f5d429da097278bf65587b28e382b5e3e87be (diff) | |
download | volse-hubzilla-2dfd9dce058bf829c0bdeb54e473bca762c14311.tar.gz volse-hubzilla-2dfd9dce058bf829c0bdeb54e473bca762c14311.tar.bz2 volse-hubzilla-2dfd9dce058bf829c0bdeb54e473bca762c14311.zip |
Merge pull request #90 from beardy-unixer/master
Add access policy to admin panel.
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 546175899..76dae6ea1 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -54,6 +54,7 @@ <h3>{{$registration}}</h3> {{include file="field_input.tpl" field=$register_text}} {{include file="field_select.tpl" field=$register_policy}} + {{include file="field_select.tpl" field=$access_policy}} <div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div> |