aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/conv_item.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-08 17:31:49 -0700
committerfriendica <info@friendica.com>2013-10-08 17:31:49 -0700
commitf8d34a2aafafd35858aac3ae19b6a56c67f4c5e9 (patch)
tree5cef76051941f6f8ecf71956e74659c977a4429e /view/tpl/conv_item.tpl
parentc062d7f1d96beb4f9f9754fcd0f9edb973e3a305 (diff)
downloadvolse-hubzilla-f8d34a2aafafd35858aac3ae19b6a56c67f4c5e9.tar.gz
volse-hubzilla-f8d34a2aafafd35858aac3ae19b6a56c67f4c5e9.tar.bz2
volse-hubzilla-f8d34a2aafafd35858aac3ae19b6a56c67f4c5e9.zip
First visit http://fontawesome.io/cheatsheet/, then it's your turn. Please don't leave this for me to fix, because you'll hate it. There are a few icons we'll have to map to something appropriate - such as "matrix"; though there are some interesting options - and you can always dip into unicode if you don't find something appropriate here; though I would suggest that *if* you do this to create an icon-xyz class wrapper to the HTML "i" tag so that it's handled exactly the same.
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-xview/tpl/conv_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index f327b62a9..b5fd9f3b7 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -34,7 +34,7 @@
{{if $item.lock}}<div class="wall-item-lock"><img src="images/lock_icon.gif" class="lockview" alt="{{$item.lock}}" onclick="lockview(event,{{$item.id}});" /></div>
{{else}}<div class="wall-item-lock"></div>{{/if}}
<div class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}}</div>
- {{if $item.verified}}<img src="images/lock_icon.gif" alt="{{$item.verified}}" title="{{$item.verified}}" height="10" width="10" />{{/if}}
+ {{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i>{{/if}}
{{if $item.unverified}}<img src="images/unlock_icon.gif" alt="{{$item.unverified}}" title="{{$item.unverified}}" height="10" width="10" />{{/if}}
</div>
</div>