diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-14 14:47:40 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-14 14:47:40 +0100 |
commit | 55c630ea7dad32bb85171c74e7fa8d67e8546dec (patch) | |
tree | baf867d29ac24352173d464a59ce52b998542a92 /apps/files_sharing | |
parent | 0f0baa530391f4ba1ae4dfe60947c2f1cd77d2d6 (diff) | |
download | nextcloud-server-55c630ea7dad32bb85171c74e7fa8d67e8546dec.tar.gz nextcloud-server-55c630ea7dad32bb85171c74e7fa8d67e8546dec.zip |
remove unneeded icon class
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/templates/authenticate.php | 2 | ||||
-rw-r--r-- | apps/files_sharing/templates/public.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php index 19b1fb27630..055329ecabf 100644 --- a/apps/files_sharing/templates/authenticate.php +++ b/apps/files_sharing/templates/authenticate.php @@ -12,7 +12,7 @@ placeholder="" value="" autocomplete="off" autocapitalize="off" autocorrect="off" autofocus /> - <input type="submit" value="" class="svg icon icon-confirm" /> + <input type="submit" value="" class="svg icon-confirm" /> </p> </fieldset> </form> diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 3eb84ce1672..fc8d59e1e89 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -9,7 +9,7 @@ <input type="hidden" name="sharingToken" value="<?php p($_['sharingToken']) ?>" id="sharingToken"> <input type="hidden" name="filename" value="<?php p($_['filename']) ?>" id="filename"> <input type="hidden" name="mimetype" value="<?php p($_['mimetype']) ?>" id="mimetype"> -<header><div id="header" class="icon icon-noise <?php p((isset($_['folder']) ? 'share-folder' : 'share-file')) ?>"> +<header><div id="header" class="icon-noise <?php p((isset($_['folder']) ? 'share-folder' : 'share-file')) ?>"> <a href="<?php print_unescaped(link_to('', 'index.php')); ?>" title="" id="owncloud"><img class="svg" src="<?php print_unescaped(image_path('', 'logo-wide.svg')); ?>" alt="<?php p($theme->getName()); ?>" /></a> <div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div> |