diff options
author | friendica <info@friendica.com> | 2015-03-03 17:43:13 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-03 17:43:13 -0800 |
commit | df90677f900a1a6ed496628545a8e109700e168b (patch) | |
tree | 0d333f9cad70dadd49b2c10dc50b0da8ba3fdf12 /view/tpl | |
parent | 6d92ac7e58cc3fc65b5452c962c1af12d82a1b13 (diff) | |
download | volse-hubzilla-df90677f900a1a6ed496628545a8e109700e168b.tar.gz volse-hubzilla-df90677f900a1a6ed496628545a8e109700e168b.tar.bz2 volse-hubzilla-df90677f900a1a6ed496628545a8e109700e168b.zip |
add the tag hijacking preference to Diaspora settings
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/settings_addons.tpl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/view/tpl/settings_addons.tpl b/view/tpl/settings_addons.tpl index a18f57658..a41f4802b 100755 --- a/view/tpl/settings_addons.tpl +++ b/view/tpl/settings_addons.tpl @@ -11,7 +11,14 @@ <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="clear"></div> +<label id="dspr-hijack-label" for="dspr-hijack-checkbox">{{$dsprhijack}}</label> +<input id="dspr-hijack-checkbox" type="checkbox" name="dspr_hijack" value="1" ' . {{if $hijacking}} checked="checked" {{/if}} /> +<div class="clear"></div> +</div> + + + <div class="settings-submit-wrapper" ><input type="submit" name="dspr-submit" class="settings-submit" value="{{$dsprsubmit}}" /></div></div></div> {{/if}} {{$settings_addons}} |