Bug 6013 : removed z3950 host in label when cataloguing
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>
This commit is contained in:
parent
689bc19154
commit
93d8a890c0
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue