From 64638202e24c9a9c1caa90aea9c765209b7c6de7 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 5 Dec 2011 09:32:07 -0500 Subject: [PATCH] [SIGNED-OFF] 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. --- .../prog/en/modules/acqui/z3950_search.tt | 8 ++++---- 1 files 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 bbcb973..66dbc6e 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 ) %] -- 1.7.5.4