diff options
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/share.js | 3 |
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">'; |