diff options
author | kondou <kondou@ts.unde.re> | 2013-08-18 17:37:22 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-08-18 17:37:22 +0200 |
commit | 7c296a6cf915da6630422ceb8e253ebf9f004964 (patch) | |
tree | 0b250c2556045574d645235dead6ee89cb44f815 /settings/templates | |
parent | db424cc86b005d2edfcfcf55ee7f5294dfffc8b6 (diff) | |
download | nextcloud-server-7c296a6cf915da6630422ceb8e253ebf9f004964.tar.gz nextcloud-server-7c296a6cf915da6630422ceb8e253ebf9f004964.zip |
Move .errormsg from settings-css to .warning in core. Reusable!
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index b6b731ac9c5..0b76f775fea 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -41,6 +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 class="warning hidden"></div> </div> </div> |