[open-ils-commits] [GIT] Evergreen ILS branch rel_3_5 updated. 58c2e822fd3470bee5364c66118c9170a73615d1
Evergreen Git
git at git.evergreen-ils.org
Fri May 1 13:52:44 EDT 2020
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_5 has been updated
via 58c2e822fd3470bee5364c66118c9170a73615d1 (commit)
from cc5b3e5936dfc0758eb6e4b02a2a9f5816c051b0 (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 58c2e822fd3470bee5364c66118c9170a73615d1
Author: Jason Stephenson <jason at sigio.com>
Date: Thu Mar 19 09:45:18 2020 -0400
LP1787636: Remove right justification in grid view
Align all owning libraries to the left as requested in the bug
description and comments.
Signed-off-by: Jason Stephenson <jason at sigio.com>
Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
diff --git a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2
index 8b77183b20..4223d43318 100644
--- a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2
+++ b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2
@@ -105,7 +105,7 @@
<eg-grid-action handler="transferItems" group="[% l('Transfer') %]"
label="[% l('Items to Previously Marked Destination') %]"></eg-grid-action>
- <eg-grid-field label="[% l('Owning Library') %]" path="owner_label" flex="4" align="right" visible></eg-grid-field>
+ <eg-grid-field label="[% l('Owning Library') %]" path="owner_label" flex="4" visible></eg-grid-field>
<eg-grid-field label="[% l('Call Number') %]" path="call_number.label" visible></eg-grid-field>
<eg-grid-field label="[% l('Location') %]" path="location.name" visible></eg-grid-field>
<eg-grid-field label="[% l('Item #') %]" path="copy_number" flex="1" visible></eg-grid-field>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list