From: Jan-Christoph Borchardt Date: Thu, 9 Apr 2015 09:27:24 +0000 (+0200) Subject: add link to installation documentation to setup page X-Git-Tag: v8.1.0alpha1~54^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dd7e519cda569b5f0f175799975a836425446987;p=nextcloud-server.git add link to installation documentation to setup page --- diff --git a/core/css/icons.css b/core/css/icons.css index ecf6b17995d..0f602515883 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -79,6 +79,9 @@ .icon-info { background-image: url('../img/actions/info.svg'); } +.icon-info-white { + background-image: url('../img/actions/info-white.svg'); +} .icon-logout { background-image: url('../img/actions/logout.svg'); diff --git a/core/css/styles.css b/core/css/styles.css index 66f241eaeee..3df2abd49d6 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -459,6 +459,9 @@ input[type="submit"].enabled { vertical-align: bottom; /* adjust position of Advanced dropdown arrow */ margin-left: -4px; } +#body-login .icon-info-white { + padding: 10px; +} /* strengthify wrapper */ #body-login .strengthify-wrapper { diff --git a/core/img/actions/info-white.png b/core/img/actions/info-white.png new file mode 100644 index 00000000000..670d7309c4e Binary files /dev/null and b/core/img/actions/info-white.png differ diff --git a/core/img/actions/info-white.svg b/core/img/actions/info-white.svg new file mode 100644 index 00000000000..d1f9ddb78cf --- /dev/null +++ b/core/img/actions/info-white.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/templates/installation.php b/core/templates/installation.php index 96e6119cad3..911bc05069f 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -28,7 +28,7 @@ script('core', [
- t('Security Warning'));?> + t('Security warning'));?>

t('Your data directory and files are probably accessible from the internet because the .htaccess file does not work.'));?>
t( 'For information how to properly configure your server, please see the documentation.', @@ -150,7 +150,7 @@ script('core', [ 0): ?>

- t('Performance Warning'));?> + t('Performance warning'));?>

t('SQLite will be used as database.'));?>

t('For larger installations we recommend to choose a different database backend.'));?>

t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.')); ?>

@@ -158,4 +158,10 @@ script('core', [
+ +

+ + t('Need help?'));?> + t('See the documentation'));?> ↗ +