[open-ils-commits] [GIT] Evergreen ILS branch rel_3_3 updated. a4d2370d5443db59416ce8b8b4240cc816c3d983
Evergreen Git
git at git.evergreen-ils.org
Fri May 1 13:53:06 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_3 has been updated
via a4d2370d5443db59416ce8b8b4240cc816c3d983 (commit)
from 646472d0fa9fbdc27f18a23656f7a635085e700a (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 a4d2370d5443db59416ce8b8b4240cc816c3d983
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 b694d6bc6c..f8b8e74dc5 100644
--- a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2
+++ b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2
@@ -100,7 +100,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