diff options
author | zotlabs <mike@macgirvin.com> | 2018-01-11 14:29:00 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-01-11 14:29:00 -0800 |
commit | 6a8c5832201262f62a630890935553d51cff6d90 (patch) | |
tree | f2e61604e0864e4659c38297be2f7bc0a8dff801 /view | |
parent | 468e976a88fe3027dde1a56b116e495f7edd7d1a (diff) | |
download | volse-hubzilla-6a8c5832201262f62a630890935553d51cff6d90.tar.gz volse-hubzilla-6a8c5832201262f62a630890935553d51cff6d90.tar.bz2 volse-hubzilla-6a8c5832201262f62a630890935553d51cff6d90.zip |
expose settings for site sellpage and site location
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/admin_site.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index a2a9f3f27..2b4e8c9f9 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -71,6 +71,9 @@ {{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_input.tpl" field=$location}} + {{include file="field_input.tpl" field=$sellpage}} + <div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div> <h3>{{$corporate}}</h3> |