diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-08 11:17:03 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-08 11:17:03 +0200 |
commit | b1a369b49f4e2d69fc3a360e9e0828f54c7e2c5a (patch) | |
tree | 5403f5f5220036ced07a4d1ffc2b8bc938f6ef65 /core | |
parent | 70a4cfd112160384a4e99b944da55975ebd9246f (diff) | |
download | nextcloud-server-b1a369b49f4e2d69fc3a360e9e0828f54c7e2c5a.tar.gz nextcloud-server-b1a369b49f4e2d69fc3a360e9e0828f54c7e2c5a.zip |
quick fix for public links, removed expiration date and styled correctly
Diffstat (limited to 'core')
-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 e2392778bed..1c840f3db5a 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -28,7 +28,7 @@ <p><label for="adminpass"><?php echo $l->t( 'Password' ); ?></label><input type="password" name="adminpass" id="adminpass" value="<?php print OC_Helper::init_var('adminpass'); ?>" /></p> </fieldset> - <a id='showAdvanced'><strong><?php echo $l->t( 'Advanced' ); ?></strong> <img src='<?php echo OC_Helper::imagePath('','drop-arrow.png'); ?>'></img></a> + <a id='showAdvanced'><strong><?php echo $l->t( 'Advanced' ); ?></strong> ▾</a> <fieldset id='datadirField'> <legend><?php echo $l->t( 'Set where to store the data.' ); ?></legend> |