aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/jot.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-06 14:15:49 -0700
committerFriendika <info@friendika.com>2011-06-06 14:15:49 -0700
commita37a952f5b382f1d65575278ca6c43632ef7cfc3 (patch)
tree76b6e8a4d27cbcb4abce955a17b0fa5e075ba150 /view/theme/dispy/jot.tpl
parentf48080335ea7f2f2e9719f3ac2be04760eecd3ae (diff)
parent89fc56723de3be45daaebbadf81f52552c3e4682 (diff)
downloadvolse-hubzilla-a37a952f5b382f1d65575278ca6c43632ef7cfc3.tar.gz
volse-hubzilla-a37a952f5b382f1d65575278ca6c43632ef7cfc3.tar.bz2
volse-hubzilla-a37a952f5b382f1d65575278ca6c43632ef7cfc3.zip
Merge pull request #114 from fabrixxm/dispy
Missing icons in dispy
Diffstat (limited to 'view/theme/dispy/jot.tpl')
-rw-r--r--view/theme/dispy/jot.tpl7
1 files changed, 5 insertions, 2 deletions
diff --git a/view/theme/dispy/jot.tpl b/view/theme/dispy/jot.tpl
index ab121db31..f87b6fbb3 100644
--- a/view/theme/dispy/jot.tpl
+++ b/view/theme/dispy/jot.tpl
@@ -26,8 +26,11 @@
</div>
<div id="profile-upload-wrapper" class="jot-tool" style="display: $visitor;" >
- <div id="wall-image-upload-div" ><a onclick="return false;" id="wall-image-upload" class="icon border camera" title="$upload"></a></div>
- </div>
+ <div id="wall-image-upload-div" ><a onclick="return false;" id="wall-image-upload" class="icon border camera" title="$upload"></a></div>
+ </div>
+ <div id="profile-attach-wrapper" class="jot-tool" style="display: $visitor;" >
+ <div id="wall-file-upload-div" ><a href="#" onclick="return false;" id="wall-file-upload" class="icon border attach" title="$attach"></a></div>
+ </div>
<div id="profile-link-wrapper" class="jot-tool" style="display: $visitor;" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >
<a id="profile-link" class="icon border link" title="$weblink" ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;"></a>
</div>