From b608ef1f64057ae8f12c55a3f288eac6277fd281 Mon Sep 17 00:00:00 2001 From: llaffont <llaffont@git-test.afi-sa.fr> Date: Fri, 4 Oct 2013 09:07:30 +0000 Subject: [PATCH] =?UTF-8?q?Recherche=20g=C3=A9ographique:=20le=20texte=20"?= =?UTF-8?q?dans=20ce=20territoire"=20au=20dessous=20du=20champ=20de=20rech?= =?UTF-8?q?erche=20est=20maintenant=20plac=C3=A9=20dans=20le=20titre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/modules/opac/views/scripts/bib/zoneview.phtml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/application/modules/opac/views/scripts/bib/zoneview.phtml b/application/modules/opac/views/scripts/bib/zoneview.phtml index 5722c28a822..8900245b07d 100644 --- a/application/modules/opac/views/scripts/bib/zoneview.phtml +++ b/application/modules/opac/views/scripts/bib/zoneview.phtml @@ -1,6 +1,6 @@ <div id="bib_zoneview_recherche"> - <?php $this->openBoite("Rechercher un livre, un disque, une vidéo")?> + <?php $this->openBoite("Rechercher un livre, un disque, une vidéo dans ce territoire")?> <form id="recherche" style="text-align: left;" name="recherche" method="post" action="<?php echo $this->url(['controller'=>'recherche', 'action'=>'simple', @@ -8,8 +8,6 @@ <input type="field" style="width: 250px;" value="" name="expressionRecherche" id="expressionRecherche" /> <input class="submit" type="submit" value="" name="button"/> <?php echo $this->_("Le territoire contient %s notices", $_SESSION["selection_bib"]["nb_notices"]) ?> - <br/> - <?php echo $this->_('Dans ce territoire.') ?> </form> </div> -- GitLab