Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-02 11:11:47 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-02 21:58:32 +0300
commit4de8f48b06b2ae7261d347ce692b3fef3bdd2e1a (patch)
treefe3d096342094c92b283f30c666c511674223881 /core/templates
parent0c18b4decc83a3f906177443c6cf53ed0c1d14f3 (diff)
Accessibility and design fixes for update and redirect pages
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/update.admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php
index 2ad15117327..e8087b297e9 100644
--- a/core/templates/update.admin.php
+++ b/core/templates/update.admin.php
@@ -34,7 +34,7 @@
<div class="infogroup bold">
<?php p($l->t('Please make sure that the database, the config folder and the data folder have been backed up before proceeding.')) ?>
</div>
- <input class="updateButton" type="button" value="<?php p($l->t('Start update')) ?>">
+ <input class="updateButton primary" type="button" value="<?php p($l->t('Start update')) ?>">
<div class="infogroup">
<em>
<?php p($l->t('To avoid timeouts with larger installations, you can instead run the following command from your installation directory:')) ?>