diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-09 18:50:11 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-09 18:50:11 -0700 |
commit | d08c43d80ceb5fa6c96c328b8b36b59f4bb8e6f6 (patch) | |
tree | f7f9213f58af440f50fe572052aa03e414537a0f /view/tpl/settings_addons.tpl | |
parent | faa7f97c25d40e842d3c09b3d7d5710e81a586c4 (diff) | |
download | volse-hubzilla-d08c43d80ceb5fa6c96c328b8b36b59f4bb8e6f6.tar.gz volse-hubzilla-d08c43d80ceb5fa6c96c328b8b36b59f4bb8e6f6.tar.bz2 volse-hubzilla-d08c43d80ceb5fa6c96c328b8b36b59f4bb8e6f6.zip |
toggle diaspora protocol on a per-channel level in addition to the existing per site setting. Default is enabled if the site setting is enabled.
Diffstat (limited to 'view/tpl/settings_addons.tpl')
-rwxr-xr-x | view/tpl/settings_addons.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/settings_addons.tpl b/view/tpl/settings_addons.tpl index 9297a282a..ae8dac3f8 100755 --- a/view/tpl/settings_addons.tpl +++ b/view/tpl/settings_addons.tpl @@ -17,6 +17,7 @@ <div id="dspr-settings-content" class="panel-collapse collapse" role="tabpanel" aria-labelledby="dspr-settings"> <div class="section-content-tools-wrapper"> + {{include file="field_checkbox.tpl" field=$dspr_allowed}} {{include file="field_checkbox.tpl" field=$pubcomments}} {{include file="field_checkbox.tpl" field=$hijacking}} |