From 2e1e118a0342df3145b33b5f77d4f702e7272a39 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 12 Mar 2013 09:08:14 -0400 Subject: [PATCH 1/1] ACQ inline copy display UI repairs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * Callnumber => Call Number * Replace the potentially vague "✓ Expand" link with the more explicit "Expand All" Thanks to kmlussier for the suggestions. Signed-off-by: Bill Erickson Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/src/templates/acq/common/li_table.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/acq/common/li_table.tt2 b/Open-ILS/src/templates/acq/common/li_table.tt2 index 914d03a888..8e1c20933a 100644 --- a/Open-ILS/src/templates/acq/common/li_table.tt2 +++ b/Open-ILS/src/templates/acq/common/li_table.tt2 @@ -76,7 +76,7 @@ [% l('Expand') %] + href='javascript:;'>[% l('Expand All') %] [% l('Items') %] [% l('Notes') %] @@ -176,7 +176,7 @@ [% l('Branch') %] [% l('Barcode') %] - [% l('Callnumber') %] + [% l('Call Number') %] [% l('Fund') %] [% l('Copy Location') %] [% l('Circ Modifier') %] -- 2.43.2