summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates/authenticate.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-01-23 14:04:13 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-01-23 14:04:13 +0100
commitf0c9e8205fdf549f3324c61705896f005e9fe043 (patch)
treec0484d701bf4d9c6f4b136cfbd5d1f338403cd1c /apps/files_sharing/templates/authenticate.php
parent809fb8482dd825d43e3af1e98d902424c406ae0a (diff)
downloadnextcloud-server-f0c9e8205fdf549f3324c61705896f005e9fe043.tar.gz
nextcloud-server-f0c9e8205fdf549f3324c61705896f005e9fe043.zip
remove %webroot from files_sharing app
Diffstat (limited to 'apps/files_sharing/templates/authenticate.php')
-rw-r--r--apps/files_sharing/templates/authenticate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php
index 6b98e6c9f34..928be93fc96 100644
--- a/apps/files_sharing/templates/authenticate.php
+++ b/apps/files_sharing/templates/authenticate.php
@@ -9,7 +9,7 @@
<p class="infield">
<label for="password" class="infield"><?php p($l->t('Password')); ?></label>
<input type="password" name="password" id="password" placeholder="" value="" autofocus />
- <input type="submit" value="" class="svg" />
+ <input type="submit" value="" class="svg icon icon-confirm" />
</p>
</fieldset>
</form>