streams/view/tpl/settings_addons.tpl

22 lines
939 B
Smarty
Raw Normal View History

2014-10-10 14:54:12 +00:00
<div class="generic-content-wrapper-styled">
<h1>{{$title}}</h1>
2011-07-06 12:19:03 +00:00
<form action="settings/featured" method="post" autocomplete="off">
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
2011-07-06 12:19:03 +00:00
{{if $diaspora_enabled}}
<div class="settings-block">
<button class="btn btn-default" data-target="#settings-dspr-wrapper" data-toggle="collapse" type="button">{{$dsprtitle}}</button>
<div id="settings-dspr-wrapper" class="collapse well">
<div id="dspr-settings-wrapper">
<label id="dspr-pubcomment-label" for="dspr-pubcomment-checkbox">{{$dsprhelp}}</label>
<input id="dspr-pubcomment-checkbox" type="checkbox" name="dspr_pubcomment" value="1" ' . {{if $pubcomments}} checked="checked" {{/if}} />
</div><div class="clear"></div>
<div class="settings-submit-wrapper" ><input type="submit" name="dspr-submit" class="settings-submit" value="{{$dsprsubmit}}" /></div></div></div>
{{/if}}
{{$settings_addons}}
2011-07-06 12:19:03 +00:00
</form>
2013-09-08 02:15:01 +00:00
</div>