From: William Rockwood Date: Tue, 19 Mar 2013 18:09:44 +0000 (-0400) Subject: Padding and spacing changes on holds/hold_history X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8b1f9ca5d3aa6a2537b128bb1ffe72824ed7a7bb;p=evergreen%2Ftadl.git 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 --- 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 %] + - - -
[% l('Title') %] [% l('Title') %] [% l('Author') %] [% l('Format') %] + +
[% l(ahr.frozen == 'f' ? 'Active' : 'Suspended') %] +
+
[% PROCESS get_hold_status hold=hold; %]
+ Edit