From 8b1f9ca5d3aa6a2537b128bb1ffe72824ed7a7bb Mon Sep 17 00:00:00 2001 From: William Rockwood Date: Tue, 19 Mar 2013 14:09:44 -0400 Subject: [PATCH] Padding and spacing changes on holds/hold_history - Re-imagineered the holds and hold history display - Padding, alignment, spacing. - Needs more work. A lot more work. Signed-off-by: William Rockwood --- css/tadl.css | 1 + templates_tadlskin/opac/myopac/hold_history.tt2 | 4 +-- templates_tadlskin/opac/myopac/holds.tt2 | 36 ++++++++++++++++--------- 3 files changed, 26 insertions(+), 15 deletions(-) diff --git a/css/tadl.css b/css/tadl.css index 9a1fca8458..ea2a6120f8 100644 --- a/css/tadl.css +++ b/css/tadl.css @@ -1086,6 +1086,7 @@ div.result_place_hold { text-transform:uppercase; font-size: 10px; padding-right:10px; + width:940px; } #acct_checked_main_header td, diff --git a/templates_tadlskin/opac/myopac/hold_history.tt2 b/templates_tadlskin/opac/myopac/hold_history.tt2 index c781853f9f..d5114af4ce 100644 --- a/templates_tadlskin/opac/myopac/hold_history.tt2 +++ b/templates_tadlskin/opac/myopac/hold_history.tt2 @@ -39,10 +39,10 @@ [% l('No holds found.') %] [% ELSE %] - +
- + [% IF ahr.expire_time; date.format(ctx.parse_datetime(ahr.expire_time), DATE_FORMAT); END %] + - - - -- 2.11.0
[% l('Title') %] [% l('Title') %] [% l('Author') %] [% l('Format') %] + +
[% l(ahr.frozen == 'f' ? 'Active' : 'Suspended') %] +
+
[% PROCESS get_hold_status hold=hold; %]
+ Edit