From 6f693afe99fdd236484e157ee491c0a6c92a8219 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 11 Feb 2014 23:17:44 +0100 Subject: Add an information message when a feed is empty --- app/views/configure/feed.phtml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/views/configure/feed.phtml') diff --git a/app/views/configure/feed.phtml b/app/views/configure/feed.phtml index 138808a9f..2da04ac2d 100644 --- a/app/views/configure/feed.phtml +++ b/app/views/configure/feed.phtml @@ -7,8 +7,12 @@

flux->name (); ?>

flux->description (); ?> + flux->nbEntries (); ?> + flux->inError ()) { ?>

+ +

@@ -81,7 +85,7 @@
- flux->nbEntries (); ?> +
-- cgit v1.2.3 From 192c0a001d5c9f57955402e4298da80dff68c6bd Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 5 Jun 2014 20:39:17 +0200 Subject: Add some stick buttons --- app/views/configure/categorize.phtml | 10 ++++++---- app/views/configure/feed.phtml | 15 ++++++++++----- app/views/configure/users.phtml | 12 ++++++++---- 3 files changed, 24 insertions(+), 13 deletions(-) (limited to 'app/views/configure/feed.phtml') diff --git a/app/views/configure/categorize.phtml b/app/views/configure/categorize.phtml index c0171d2dc..9bae99b39 100644 --- a/app/views/configure/categorize.phtml +++ b/app/views/configure/categorize.phtml @@ -14,11 +14,13 @@
- +
+ - nbFeed () > 0) { ?> - - + nbFeed () > 0) { ?> + + +
(nbFeed ()); ?>) id () === $this->defaultCategory->id ()) { ?> diff --git a/app/views/configure/feed.phtml b/app/views/configure/feed.phtml index 2da04ac2d..27b0990ff 100644 --- a/app/views/configure/feed.phtml +++ b/app/views/configure/feed.phtml @@ -32,16 +32,21 @@
- - +
+ + +
- - -   +
+ + +
+ +
diff --git a/app/views/configure/users.phtml b/app/views/configure/users.phtml index a018ce6b2..c199ad53d 100644 --- a/app/views/configure/users.phtml +++ b/app/views/configure/users.phtml @@ -20,8 +20,10 @@
- /> - +
+ /> + +
@@ -178,8 +180,10 @@
- - +
+ + +
-- cgit v1.2.3