
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, rel_3_15 has been updated via 3225979366ded0d76f1e1296cce59107fc81b8ae (commit) from 8c287014ba0539bdb08829ef02f2ef644c803ab5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3225979366ded0d76f1e1296cce59107fc81b8ae Author: Stephanie Leary <stephanie.leary@equinoxoli.org> Date: Thu Apr 17 15:16:32 2025 +0000 LP2104204 OPAC history: Swap cover and checkbox columns Moves the cover column back to its correct location after the checkbox column in the patron's checkout history table. Release-note: Corrects the order of the OPAC checkout history table's cover and checkbox columns Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Susan Morrison <smorrison@georgialibraries.org> Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org> diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history.tt2 index ed454ba3fe..8758ca8217 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history.tt2 @@ -146,11 +146,11 @@ END; row_rec_id = circ.circ.target_copy.call_number.record.id; row_title = circ.ATTRS.title; - PROCESS show_cover; %] <th role="rowheader" scope="row" class="checkbox_column"> <input type="checkbox" name="circ_id" value="[% circ.circ.id %]" [% html_text_attr('aria-label', l('Select [_1]', row_title)) %] /> </th> + [% PROCESS show_cover; %] <td role="cell" mobile-title="[% l('Title') %]"> [% IF circ.circ.target_copy.call_number.id == -1 %] [% circ.circ.target_copy.dummy_title | html %] ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/templates-bootstrap/opac/myopac/circ_history.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Evergreen ILS