diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-19 20:52:49 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-19 20:52:49 -0700 |
commit | f9f284ba708c7f135931f87a922e7716a3dabb85 (patch) | |
tree | c5c1d9136125ea6ef8de56d43f4b7ea5dc3ca024 /view/jot.tpl | |
parent | 0ea5e7fc9572caabc97c7a9e5ae3451e956bceef (diff) | |
download | volse-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.tpl | 3 |
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> |