Bug 6013 : removed z3950 host in label when cataloguing
authorNicolas Morin <nicolas.morin@biblibre.com>
Tue, 5 Apr 2011 09:17:49 +0000 (11:17 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 10 Apr 2011 07:46:27 +0000 (19:46 +1200)
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.

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl

index f0b11f8..1b6f761 100644 (file)
@@ -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 -->