diff options
author | kondou <kondou@ts.unde.re> | 2013-08-18 13:49:34 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-08-18 13:49:34 +0200 |
commit | 9f4bd7cb47af70bfd152a7b3bfb61ecd632fa28d (patch) | |
tree | 85779220946e6b493233ee06401b11c1c6f2018b /settings/templates | |
parent | c741a25eaa64cbee65112ec83f0a4b196885daa3 (diff) | |
download | nextcloud-server-9f4bd7cb47af70bfd152a7b3bfb61ecd632fa28d.tar.gz nextcloud-server-9f4bd7cb47af70bfd152a7b3bfb61ecd632fa28d.zip |
Don't use an alert for displaying app-mgmt-errors
Rather display a dominant div and mark the problematic app in the applist.
Fix #305
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/apps.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index d60fd82f917..b6b731ac9c5 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -41,5 +41,6 @@ print_unescaped($l->t('<span class="licence"></span>-licensed by <span class="author"></span>'));?></p> <input class="enable hidden" type="submit" /> <input class="update hidden" type="submit" value="<?php p($l->t('Update')); ?>" /> + <div class="errormsg hidden"></div> </div> </div> |