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
path: root/core
diff options
context:
space:
mode:
authorRamiro Aparicio <rapariciog@gmail.com>2013-10-24 19:46:52 +0400
committerRamiro Aparicio <rapariciog@gmail.com>2013-10-24 21:21:40 +0400
commit3a81c8e3af29a95eabed902d7223d0b92c546754 (patch)
treef878d2d60079ae05d92c8dae2a78a396e6c5cda5 /core
parent808e9b0f515585f8d2bb18de94eed994d14f3749 (diff)
Changed update message to be more instructive, changed update style to be less aggresive
Fix br tags Improve english messages
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css5
-rw-r--r--core/templates/update.admin.php (renamed from core/templates/update.php)0
-rw-r--r--core/templates/update.user.php8
3 files changed, 13 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 62ee0e56cae..9a62fe165a6 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -441,6 +441,11 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
cursor: default;
}
+#body-login .update {
+ text-align: center;
+ color: #ccc;
+}
+
#body-user .warning, #body-settings .warning {
margin-top: 8px;
padding: 5px;
diff --git a/core/templates/update.php b/core/templates/update.admin.php
index a652d5f195a..a652d5f195a 100644
--- a/core/templates/update.php
+++ b/core/templates/update.admin.php
diff --git a/core/templates/update.user.php b/core/templates/update.user.php
new file mode 100644
index 00000000000..bb93f0fad00
--- /dev/null
+++ b/core/templates/update.user.php
@@ -0,0 +1,8 @@
+<ul>
+ <li class='update'>
+ <?php p($l->t('This ownCloud instance is currently being updated, which may take a while.')) ?><br/><br/>
+ <?php p($l->t('Please reload this page after a short time to continue using ownCloud.')) ?><br/><br/>
+ <?php p($l->t('Contact your system administrator if this message persists or appeared unexpectedly.')) ?><br/><br/>
+ <?php p($l->t('Thank you for your patience.')); ?><br/><br/>
+ </li>
+</ul>