From 001c425acd3345e363fe36c014f776069dd587dc Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sun, 17 Mar 2013 13:23:09 +0100 Subject: Déplacement de Import/export dans gestion des abonnements + ajout date à côté de Aujourd'hui/Hier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/index/index.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/index/index.phtml') diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml index 7734630ef..0db9dac5b 100644 --- a/app/views/index/index.phtml +++ b/app/views/index/index.phtml @@ -15,10 +15,10 @@ if (isset ($this->entryPaginator)) { isDay (Days::TODAY)) { ?> -
Aujourd'hui
+
Aujourd'hui -
isDay (Days::YESTERDAY)) { ?> -
Hier
+
Hier -
isDay (Days::BEFORE_YESTERDAY)) { ?>
À partir d'avant-hier
-- cgit v1.2.3