From 3d0e8cf5064f11a505d0c358ce4d17a437a9f2d3 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 5 Dec 2011 09:32:07 -0500 Subject: [PATCH] Bug 7319 - Improving title and breadcrumbs on acquisitions Z39.50 search pages Changing title and breadcrumbs so that they correctly reflect the curent stage of the process. To test: Add to an order from an external source. When filling out the Z39.50 search form the title and breadcrumbs should read "Order from external sources." After searching they should read "Order from external sources -> Search results" Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Paul Poulain (cherry picked from commit 8a87f15605b23c44a8dac71cd4a3f209add98556) Signed-off-by: Chris Nighswonger --- .../intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt index bbcb973749..66dbc6e287 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt @@ -1,5 +1,5 @@ [% INCLUDE 'doc-head-open.inc' %] -Koha › Acquisitions › Z39.50 Search Results +Koha › Acquisitions › [% IF ( opsearch ) %]Order from external source[% ELSE %]Order from external source › Search results[% END %] [% INCLUDE 'greybox.inc' %] [% INCLUDE 'doc-head-close.inc' %] @@ -63,11 +63,11 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] - +
[% IF ( opsearch ) %] -

Z39.50 Search Points

+

Order from external source

@@ -126,7 +126,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : [% ELSE %] -

Results

+

Search results

[% IF ( breeding_loop ) %] -- 2.39.5