aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot.tpl
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-03-17 07:08:48 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-03-17 07:08:48 +0100
commitf4f5095e19badcc85453182b86bff97f57228257 (patch)
treeaf391e8f809c3ab7ae183c72a364ba09fd16702e /view/jot.tpl
parent0c16d033efd4ee878ab94318e7980d373ad3994d (diff)
parentb3050d3bc8fc812f0579982e1c866ab07499e0a8 (diff)
downloadvolse-hubzilla-f4f5095e19badcc85453182b86bff97f57228257.tar.gz
volse-hubzilla-f4f5095e19badcc85453182b86bff97f57228257.tar.bz2
volse-hubzilla-f4f5095e19badcc85453182b86bff97f57228257.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/jot.tpl')
-rw-r--r--view/jot.tpl8
1 files changed, 7 insertions, 1 deletions
diff --git a/view/jot.tpl b/view/jot.tpl
index 68139ddc0..fd85b9267 100644
--- a/view/jot.tpl
+++ b/view/jot.tpl
@@ -26,7 +26,13 @@
<img id="profile-link" src="images/link-icon.gif" alt="$weblink" title="$weblink" ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink();" />
</div>
<div id="profile-youtube-wrapper" style="display: $visitor;" >
- <img id="profile-video" src="images/youtube_icon.gif" alt="$youtube" title="$youtube" onclick="jotGetVideo();" />
+ <img id="profile-youtube" src="images/youtube_icon.gif" alt="$youtube" title="$youtube" onclick="jotGetVideo();" />
+ </div>
+ <div id="profile-video-wrapper" style="display: $visitor;" >
+ <img id="profile-video" src="images/video.gif" alt="$video" title="$video" onclick="jotVideoURL();" />
+ </div>
+ <div id="profile-audio-wrapper" style="display: $visitor;" >
+ <img id="profile-audio" src="images/audio.gif" alt="$audio" title="$audio" onclick="jotAudioURL();" />
</div>
<div id="profile-location-wrapper" style="display: $visitor;" >
<img id="profile-location" src="images/globe.gif" alt="$setloc" title="$setloc" onclick="jotGetLocation();" />