aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot.tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-19 20:52:49 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-19 20:52:49 -0700
commitf9f284ba708c7f135931f87a922e7716a3dabb85 (patch)
treec5c1d9136125ea6ef8de56d43f4b7ea5dc3ca024 /view/jot.tpl
parent0ea5e7fc9572caabc97c7a9e5ae3451e956bceef (diff)
downloadvolse-hubzilla-f9f284ba708c7f135931f87a922e7716a3dabb85.tar.gz
volse-hubzilla-f9f284ba708c7f135931f87a922e7716a3dabb85.tar.bz2
volse-hubzilla-f9f284ba708c7f135931f87a922e7716a3dabb85.zip
share youtube videos
Diffstat (limited to 'view/jot.tpl')
-rw-r--r--view/jot.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/jot.tpl b/view/jot.tpl
index 718277210..481ab125b 100644
--- a/view/jot.tpl
+++ b/view/jot.tpl
@@ -21,6 +21,9 @@
<div id="profile-link-wrapper" style="display: $visitor;" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >
<img id="profile-link" src="images/link-icon.gif" alt="Insert web link" title="Insert web link" 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="Insert YouTube video" title="Insert YouTube video" onclick="jotGetVideo();" />
+ </div>
<div id="profile-rotator-wrapper" style="display: $visitor;" >
<img id="profile-rotator" src="images/rotator.gif" alt="Please wait" title="Please wait" style="display: none;" />
</div>