aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings_addons.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-08-03 16:52:51 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-08-03 16:52:51 -0700
commitb737e224b149c1c27775bfc213125eea0ce540b8 (patch)
tree76625d521743a6af375700231a009321ab9d86e8 /view/tpl/settings_addons.tpl
parentdb70c76494997dfda4f850b4ee63ddae2c608bde (diff)
downloadvolse-hubzilla-b737e224b149c1c27775bfc213125eea0ce540b8.tar.gz
volse-hubzilla-b737e224b149c1c27775bfc213125eea0ce540b8.tar.bz2
volse-hubzilla-b737e224b149c1c27775bfc213125eea0ce540b8.zip
more work separating Diaspora from core
Diffstat (limited to 'view/tpl/settings_addons.tpl')
-rwxr-xr-xview/tpl/settings_addons.tpl23
1 files changed, 0 insertions, 23 deletions
diff --git a/view/tpl/settings_addons.tpl b/view/tpl/settings_addons.tpl
index ae8dac3f8..52f8d9d3f 100755
--- a/view/tpl/settings_addons.tpl
+++ b/view/tpl/settings_addons.tpl
@@ -5,29 +5,6 @@
<form action="settings/featured" method="post" autocomplete="off">
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
<div class="panel-group" id="settings" role="tablist">
- {{if $diaspora_enabled}}
- <div class="panel">
- <div class="section-subtitle-wrapper" role="tab" id="dspr-settings">
- <h3>
- <a title="{{$dsprdesc}}" data-toggle="collapse" data-parent="#settings" href="#dspr-settings-content" aria-controls="dspr-settings-content">
- {{$dsprtitle}}
- </a>
- </h3>
- </div>
- <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}}
-
- <div class="settings-submit-wrapper" >
- <button type="submit" name="dspr-submit" class="btn btn-primary" value="{{$dsprsubmit}}">{{$dsprsubmit}}</button>
- </div>
- </div>
- </div>
- </div>
- {{/if}}
{{$settings_addons}}
</div>
</form>