From f5a84eeb7348ab7d41bb579f147d72439ee3061d Mon Sep 17 00:00:00 2001 From: Olivier Mayer Date: Thu, 26 Mar 2015 01:30:13 +0900 Subject: [PATCH] update --- lib/Alchemy/Phrasea/Controller/Prod/Query.php | 4 +- templates/web/prod/index.html.twig | 234 ++- www/skins/prod/000000/prodcolor.css | 52 +- www/skins/prod/959595/prodcolor.css | 1294 ++++++++++------- 4 files changed, 1049 insertions(+), 535 deletions(-) diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Query.php b/lib/Alchemy/Phrasea/Controller/Prod/Query.php index c67bb0416a..958428fd41 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Query.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Query.php @@ -160,7 +160,7 @@ class Query implements ControllerProviderInterface $explain .= '
' . $result->getDuration() . ' s
dans index ' . $result->getIndexes(); $explain .= ""; - $infoResult = '' .$app->trans('%total% reponses', ['%total%' => ''.$result->getTotal().'']) . ''; + $infoResult = '' .$app->trans('%total% reponses', ['%total%' => ''.$result->getTotal().'']) . '
' . $app->trans('%number% documents
selectionnes', ['%number%' => '']).'
'; $json['infos'] = $infoResult; $json['navigation'] = $string; @@ -234,4 +234,4 @@ class Query implements ControllerProviderInterface ]) ]); } -} +} \ No newline at end of file diff --git a/templates/web/prod/index.html.twig b/templates/web/prod/index.html.twig index 33e63c2e95..844b04b9ee 100644 --- a/templates/web/prod/index.html.twig +++ b/templates/web/prod/index.html.twig @@ -96,6 +96,10 @@