[Koha-patches] [PATCH] Bug 6013 : removed z3950 host in label when cataloguing

Chris Cormack chrisc at catalyst.net.nz
Thu Mar 31 00:08:44 CEST 2011


From: Nicolas Morin <nicolas.morin at biblibre.com>

removed the full host in the label of the z3950
targets: it made for very very long labels, which
were unecessary since we allow librarians to
provide a user friendly name for the host.
---
 .../prog/en/modules/cataloguing/z3950_search.tmpl  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl
index f0b11f8..1b6f761 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl
@@ -110,7 +110,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
             <!-- TMPL_ELSE -->
                 <input type="checkbox" name="id" id="z3950_<!-- TMPL_VAR NAME="id" -->" value="<!-- TMPL_VAR NAME="id" -->" />
             <!-- /TMPL_IF -->
-            <label for="z3950_<!-- TMPL_VAR NAME="id" -->"><!-- TMPL_VAR NAME="name" --> [<!-- TMPL_VAR NAME="host" -->]</label>  
+            <label for="z3950_<!-- TMPL_VAR NAME="id" -->"><!-- TMPL_VAR NAME="name" --></label>  
 
         </p>
     <!-- /TMPL_LOOP -->
-- 
1.7.1



More information about the Koha-patches mailing list