aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-12-16 19:54:07 -0800
committerzotlabs <mike@macgirvin.com>2016-12-16 19:54:07 -0800
commit827d4c5fb094715a65d4559f8c6159eb5d31d5f7 (patch)
treed08d324870f20adeb61f98e6619618b3893bbd7e /view/tpl/jot.tpl
parente46fcc289342d208442c4787495941667b313c10 (diff)
downloadvolse-hubzilla-827d4c5fb094715a65d4559f8c6159eb5d31d5f7.tar.gz
volse-hubzilla-827d4c5fb094715a65d4559f8c6159eb5d31d5f7.tar.bz2
volse-hubzilla-827d4c5fb094715a65d4559f8c6159eb5d31d5f7.zip
use lock colour to indicate that permissions have been set by the software to something you might not expect rather than an exclamation mark. This may not be the best colour in this page context, but it serves the intended purpose. Perhaps orange might be less intrusive and still convey the desired information.
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-xview/tpl/jot.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index a3bfad842..377eef453 100755
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -180,7 +180,7 @@
{{/if}}
{{if $showacl}}
<button id="dbtn-acl" class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" title="{{$permset}}" type="button" data-form_id="profile-jot-form">
- <i id="jot-perms-icon" class="fa fa-{{$lockstate}} jot-icons"></i>{{if $bang}}&nbsp;<i class="fa fa-exclamation jot-icons"></i>{{/if}}
+ <i id="jot-perms-icon" class="fa fa-{{$lockstate}} jot-icons{{if $bang}} jot-lock-warn{{/if}}"></i>
</button>
{{/if}}
<button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" tabindex="3" name="button-submit">{{$share}}</button>