aboutsummaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-09-12 00:57:01 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-09-12 01:02:08 -0400
commit54d4e556fe3302d1e580cb6d4abbfcd5699263a5 (patch)
tree41655ca72f51927036dc3f849e788cc085be5f7b /core/js
parent8f0354bcddb466006689f86369c9e27170ea691b (diff)
downloadnextcloud-server-54d4e556fe3302d1e580cb6d4abbfcd5699263a5.tar.gz
nextcloud-server-54d4e556fe3302d1e580cb6d4abbfcd5699263a5.zip
Add lock and clock icon for sharing
Diffstat (limited to 'core/js')
-rw-r--r--core/js/share.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/js/share.js b/core/js/share.js
index e85c134f825..3fe1f259617 100644
--- a/core/js/share.js
+++ b/core/js/share.js
@@ -132,8 +132,7 @@ OC.Share={
if (link) {
html += '<div id="link">';
html += '<input type="checkbox" name="linkCheckbox" id="linkCheckbox" value="1" /><label for="linkCheckbox">Share with link</label>';
- // TODO Change to lock/unlock icon?
- html += '<a href="#" id="showPassword" style="display:none;"><img class="svg" alt="Password protect" src="'+OC.imagePath('core', 'actions/triangle-n')+'"/></a>';
+ html += '<a href="#" id="showPassword" style="display:none;"><img class="svg" alt="Password protect" src="'+OC.imagePath('core', 'actions/lock')+'"/></a>';
html += '<br />';
html += '<input id="linkText" type="text" readonly="readonly" />';
html += '<div id="linkPass">';