aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-01-14 10:29:48 +0100
committerMario <mario@mariovavti.com>2019-01-14 10:29:48 +0100
commita8a5d2fc4efcc3c38bbde7b5044f5ea38a0f9e89 (patch)
tree2877d29113b1c5c047ad5197c73b1c6d7d32b798 /view
parent90f6abfa7c31e278aab45bfaee5b79695e795b69 (diff)
parentf5e571ba40a7d3b98158af61b1ab649980bb8e27 (diff)
downloadvolse-hubzilla-a8a5d2fc4efcc3c38bbde7b5044f5ea38a0f9e89.tar.gz
volse-hubzilla-a8a5d2fc4efcc3c38bbde7b5044f5ea38a0f9e89.tar.bz2
volse-hubzilla-a8a5d2fc4efcc3c38bbde7b5044f5ea38a0f9e89.zip
Merge branch 'patch-20190113c' into 'dev'
Hooks to allow addons to add "extras" to privacy group settings edit page. See merge request hubzilla/core!1469
Diffstat (limited to 'view')
-rw-r--r--view/tpl/privacy_groups.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/privacy_groups.tpl b/view/tpl/privacy_groups.tpl
index b4e27ef2c..327a15aee 100644
--- a/view/tpl/privacy_groups.tpl
+++ b/view/tpl/privacy_groups.tpl
@@ -8,6 +8,7 @@
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
{{include file="field_input.tpl" field=$gname}}
{{include file="field_checkbox.tpl" field=$public}}
+ {{$pgrp_extras}}
<button type="submit" name="submit" class="btn btn-sm btn-primary float-right">{{$submit}}</button>
</form>
</div>