summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-10-30 11:11:37 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-10-30 11:11:37 +0100
commita05ea0fb1eac58e313b1acde1d15356539490c4e (patch)
treec7edd3dc2a003a3f59b41e70698fdaecaadf6d9e /apps/files_sharing/templates
parentf000edb63619d31745bee0fed460fcf84256ab3d (diff)
downloadnextcloud-server-a05ea0fb1eac58e313b1acde1d15356539490c4e.tar.gz
nextcloud-server-a05ea0fb1eac58e313b1acde1d15356539490c4e.zip
remove unneeded icons from input fields to not distract from submit button, fix #18940
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/authenticate.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php
index 769b7929144..72adf0d1674 100644
--- a/apps/files_sharing/templates/authenticate.php
+++ b/apps/files_sharing/templates/authenticate.php
@@ -18,7 +18,6 @@
placeholder="<?php p($l->t('Password')); ?>" value=""
autocomplete="off" autocapitalize="off" autocorrect="off"
autofocus />
- <img class="svg" id="password-icon" src="<?php print_unescaped(image_path('', 'actions/password.svg')); ?>" alt=""/>
<input type="submit" value=""
class="svg icon-confirm input-button-inline" />
</p>