diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-14 18:22:45 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-14 18:22:45 +0100 |
commit | bb52271d220c2cc94e6823f39dfcbd5d842daba0 (patch) | |
tree | 9bc5a4b391c6b993fe1224fd463e5a8d1a72d855 /core/templates/installation.php | |
parent | 1edfe874f5a3971a31fe8bc586cdbc56273570e8 (diff) | |
download | nextcloud-server-bb52271d220c2cc94e6823f39dfcbd5d842daba0.tar.gz nextcloud-server-bb52271d220c2cc94e6823f39dfcbd5d842daba0.zip |
exchange bright caret with dark triangle
Diffstat (limited to 'core/templates/installation.php')
-rw-r--r-- | core/templates/installation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index ae97296abae..b3b7cfc4b8b 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -49,7 +49,7 @@ </fieldset> <fieldset id="datadirField"> - <legend><a id="showAdvanced"><?php echo $l->t( 'Advanced' ); ?> <img class="svg" src="<?php echo image_path('', 'actions/caret.svg'); ?>" /></a></legend> + <legend><a id="showAdvanced"><?php echo $l->t( 'Advanced' ); ?> <img class="svg" src="<?php echo image_path('', 'actions/triangle-s.svg'); ?>" /></a></legend> <div id="datadirContent"> <label for="directory"><?php echo $l->t( 'Data folder' ); ?></label> <input type="text" name="directory" id="directory" value="<?php print OC_Helper::init_var('directory', $_['directory']); ?>" /> |