]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix caret on installation page for IE
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 14 Feb 2013 09:58:05 +0000 (10:58 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 14 Feb 2013 09:58:05 +0000 (10:58 +0100)
core/templates/installation.php

index cef979c2ab6b6ac4b60b917c8985668c45e13da1..ae97296abae3150c4123723d8042bc206035d415 100644 (file)
@@ -49,7 +49,7 @@
        </fieldset>
 
        <fieldset id="datadirField">
-               <legend><a id="showAdvanced"><?php echo $l->t( 'Advanced' ); ?> </a></legend>
+               <legend><a id="showAdvanced"><?php echo $l->t( 'Advanced' ); ?> <img class="svg" src="<?php echo image_path('', 'actions/caret.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']); ?>" />