aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-04 15:42:51 -0800
committerfriendica <info@friendica.com>2014-01-04 15:42:51 -0800
commitdaa7ee12750feba7db405646386202be6d2ca2f6 (patch)
tree6fc9f90798b0416f2c7fe54197ca7231bd3b66d0 /view
parent1742bb1bb4efe371eaa5758ef4e18ff722cb891e (diff)
downloadvolse-hubzilla-daa7ee12750feba7db405646386202be6d2ca2f6.tar.gz
volse-hubzilla-daa7ee12750feba7db405646386202be6d2ca2f6.tar.bz2
volse-hubzilla-daa7ee12750feba7db405646386202be6d2ca2f6.zip
make plink href visible
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/conv_item.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index 4108108b2..50a243ff4 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -72,10 +72,10 @@
<i class="icon-retweet item-tool" title="{{$item.share.0}}" onclick="jotShare({{$item.id}}); return false"></i>
{{/if}}
{{if $item.plink}}
- <i class="icon-external-link item-tool" onclick="window.location.href='{{$item.plink.href}}'; return false;" title="{{$item.plink.title}}"></i>
+ <a href="{{$item.plink.href}}" title="{{$item.plink.title}}" ><i class="icon-external-link item-tool"></i></a>
{{/if}}
{{if $item.edpost}}
- <i class="editpost icon-pencil item-tool" onclick="window.location.href='{{$item.edpost.0}}'; return false;" title="{{$item.edpost.1}}"></i>
+ <a href="{{$item.edpost.0}}" title="{{$item.edpost.1}}"><i class="editpost icon-pencil item-tool"></i></a>
{{/if}}
{{if $item.star}}
<i id="starred-{{$item.id}}" onclick="dostar({{$item.id}}); return false;" class="star-item item-tool {{$item.star.isstarred}}" title="{{$item.star.toggle}}"></i>