diff options
author | friendica <info@friendica.com> | 2014-01-28 16:16:55 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-28 16:16:55 -0800 |
commit | 8efac0cfd6db063a469ada1db4e5767a5fd975c6 (patch) | |
tree | fe6ebb5ceeeee091e4ab25bf296faea4123be426 /view/tpl | |
parent | 6e22aa25cc941f542a192ef32a2e8ee4f23bb1c1 (diff) | |
download | volse-hubzilla-8efac0cfd6db063a469ada1db4e5767a5fd975c6.tar.gz volse-hubzilla-8efac0cfd6db063a469ada1db4e5767a5fd975c6.tar.bz2 volse-hubzilla-8efac0cfd6db063a469ada1db4e5767a5fd975c6.zip |
fix sql query and provide setting to hide online status
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/settings.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 7b6add231..b1a4f956d 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -22,6 +22,9 @@ <h3 class="settings-heading">{{$h_prv}}</h3> +{{include file="field_checkbox.tpl" field=$hide_presence}} + + <div id="settings-privacy-macros">{{$lbl_pmacro}}</div> <ul> <li><a href="#" onclick="channel_privacy_macro(3); return false" id="settings_pmacro3">{{$pmacro3}}</a></li> |