From: William Rockwood Date: Tue, 19 Mar 2013 16:05:23 +0000 (-0400) Subject: Mostly my account changes (and youth sliders) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6964fc52ac4122342fb51468ca23312e90352c07;p=evergreen%2Ftadl.git Mostly my account changes (and youth sliders) - Redid circs and circ history - Changed sliders on youth homepage - More minor spacing/padding adjustments Signed-off-by: William Rockwood --- diff --git a/templates_tadlskin/opac/myopac/circ_history.tt2 b/templates_tadlskin/opac/myopac/circ_history.tt2 index af1c2d6ed7..2addbb1253 100644 --- a/templates_tadlskin/opac/myopac/circ_history.tt2 +++ b/templates_tadlskin/opac/myopac/circ_history.tt2 @@ -48,48 +48,48 @@ - - - - - [% FOR circ IN ctx.circs; attrs = {marc_xml => circ.marc_xml}; PROCESS get_marc_attrs args=attrs; %] - - + - - - - - + [% END %] diff --git a/templates_tadlskin/opac/myopac/circs.tt2 b/templates_tadlskin/opac/myopac/circs.tt2 index 05edc8d467..54159b28db 100644 --- a/templates_tadlskin/opac/myopac/circs.tt2 +++ b/templates_tadlskin/opac/myopac/circs.tt2 @@ -65,7 +65,8 @@ onclick="var inputs=document.getElementsByTagName('input'); for (i = 0; i < inputs.length; i++) { if (inputs[i].name == 'circ' && !inputs[i].disabled) inputs[i].checked = this.checked;}" /> - - -
+ [% l('Title') %] / [% l('Author') %] + [% l('Checkout Date') %] + [% l('Due Date') %] + [% l('Date Returned') %] +
+
[% attrs.title | html %] + name="[% l('Catalog record') %]">[% attrs.title | html %] [% IF attrs.author %] / [% attrs.author | html %] [% END %] + [% date.format(ctx.parse_datetime(circ.circ.xact_start),DATE_FORMAT); %] + [% date.format(ctx.parse_datetime(circ.circ.due_date),DATE_FORMAT); %] + [% IF circ.circ.checkin_time; date.format(ctx.parse_datetime(circ.circ.checkin_time),DATE_FORMAT); @@ -97,8 +97,8 @@ * [% END; %] [% circ.circ.target_copy.barcode | html %][% circ.circ.target_copy.call_number.label | html %]
+ + Title / @@ -77,15 +78,15 @@ Renews
Left
+ Due Date + +
@@ -96,40 +97,41 @@ [% FOR circ IN ctx.circs; attrs = {marc_xml => circ.marc_xml}; PROCESS get_marc_attrs args=attrs; %] - + - + [% attrs.title | html %] + name="[% l('Catalog record') %]">[% attrs.title | html %] [% IF attrs.author %] / [% attrs.author | html %] [% END %] - + [% circ.circ.renewal_remaining %] [% due_date = ctx.parse_datetime(circ.circ.due_date); due_class = (date.now > date.format(due_date, '%s')) ? 'error' : ''; %] - + [% date.format(due_date, DATE_FORMAT) %] - + + [% IF circ.renewal_response AND circ.renewal_response.textcode != 'SUCCESS' %] diff --git a/templates_tadlskin/opac/parts/homesearch_ys.tt2 b/templates_tadlskin/opac/parts/homesearch_ys.tt2 index 0240b70270..049e3a35e0 100644 --- a/templates_tadlskin/opac/parts/homesearch_ys.tt2 +++ b/templates_tadlskin/opac/parts/homesearch_ys.tt2 @@ -1,6 +1,6 @@ diff --git a/templates_tadlskin/opac/parts/place_hold.tt2 b/templates_tadlskin/opac/parts/place_hold.tt2 index 0e4ef4662f..ab019ce8ac 100644 --- a/templates_tadlskin/opac/parts/place_hold.tt2 +++ b/templates_tadlskin/opac/parts/place_hold.tt2 @@ -43,7 +43,16 @@ -
[% attrs.title_extended | html %]
+ +
+
+ + [% attrs.title | html %]
+ [% attrs.author | html %]
+ [% attrs.phys_desc | html %]
+
+
+
[% IF hdata.parts %] [% IF hdata.parts.size > 0 %]