summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-02-16 12:59:24 +0100
committerJoas Schilling <nickvergessen@owncloud.com>2016-02-18 09:55:11 +0100
commit87746e4ae8eb952d0c533d4e223fd2c9eb2a35a0 (patch)
treea881c48fb45519766e0a981b5422aca17d51d2fd /settings/templates
parent4422f9c9ef755ef44385a2ed9e0c42f7d1c459d5 (diff)
downloadnextcloud-server-87746e4ae8eb952d0c533d4e223fd2c9eb2a35a0.tar.gz
nextcloud-server-87746e4ae8eb952d0c533d4e223fd2c9eb2a35a0.zip
Make app updates better visible
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/apps.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index 489062d5191..ef89a5393cd 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -97,6 +97,10 @@ script(
<div class="app-description-toggle-show"><?php p($l->t("Show description …"));?></div>
<div class="app-description-toggle-hide hidden"><?php p($l->t("Hide description …"));?></div>
+ <div class="app-dependencies update hidden">
+ <p><?php p($l->t('This app has an update available.')); ?></p>
+ </div>
+
{{#if missingMinOwnCloudVersion}}
<div class="app-dependencies">
<p><?php p($l->t('This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later.')); ?></p>