From 53245e5b44e794e25f873c7ce256cf8db3806cd4 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Fri, 3 Jan 2014 12:02:18 -0500 Subject: [PATCH] Minor adjustment to My Account -> Holds's new Notes column Stick with bold/uppercase styling of the rest of the table, and also add the Notes column heading on the left for smaller screens. Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/src/templates/opac/css/style.css.tt2 | 6 +----- Open-ILS/src/templates/opac/myopac/holds.tt2 | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 9be5bff361..33a3bb9c6d 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -886,11 +886,6 @@ table.acct_notes th { border-collapse: collapse; } -.hold_notes { - text-transform: none; - font-weight: normal; -} - .hold_note_title { font-weight: bold; } #acct_checked_main_header td, #acct_holds_main_header td, #acct_checked_hist_header td, #acct_list_header td, #acct_list_header_anon td, #temp_list_holds td { @@ -2007,4 +2002,5 @@ a.preflib_change { table#acct_holds_main_header td:nth-of-type(7):before { content: "[% l('Cancel on') %]"; } table#acct_holds_main_header td:nth-of-type(8):before { content: "[% l('Active') %]"; } table#acct_holds_main_header td:nth-of-type(9):before { content: "[% l('Status') %]"; } + table#acct_holds_main_header td:nth-of-type(10):before { content: "[% l('Notes') %]"; } } diff --git a/Open-ILS/src/templates/opac/myopac/holds.tt2 b/Open-ILS/src/templates/opac/myopac/holds.tt2 index 18eadc2fe4..6be21cd944 100644 --- a/Open-ILS/src/templates/opac/myopac/holds.tt2 +++ b/Open-ILS/src/templates/opac/myopac/holds.tt2 @@ -180,7 +180,7 @@ [% PROCESS get_hold_status hold=hold; %] - + [%- FOREACH pubnote IN ahr.notes; IF pubnote.pub == 't'; %] -- 2.11.0