Add possibility to open notification in JavaScript + new message

Notifications can be opened directly in JavaScript
Class .notification is now id #notification
New message when there is no feed to refresh
See 06abbd02c2 (comments)
This commit is contained in:
Marien Fressinaud
2014-02-13 21:01:12 +01:00
parent c33b13809e
commit 178af19fb0
9 changed files with 75 additions and 30 deletions

View File

@@ -283,8 +283,8 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
} else {
// aucun flux n'a été mis à jour, oups
$notif = array (
'type' => 'bad',
'content' => Minz_Translate::t ('no_feed_actualized')
'type' => 'good',
'content' => Minz_Translate::t ('no_feed_to_refresh')
);
}