From 6da356cd576b7e18aa1c1b85a65e3eba65c097e9 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 Content-Type: text/plain; charset="utf-8" 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" --- .../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.3