From: Bill Erickson Date: Wed, 22 Feb 2017 20:14:27 +0000 (-0500) Subject: LP#1615845 Item status view columns aligned X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e6a1e7fdcfc20499f3094111e9039eb3f5d86dfe;p=working%2FEvergreen.git LP#1615845 Item status view columns aligned Removes the redundant TCN value from the item status view so that the columns can once again be vertically aligned. The TCN is visible in the bib summary pane along the top. Signed-off-by: Bill Erickson Signed-off-by: Terran McCanna Signed-off-by: Dan Wells --- diff --git a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 index 5935f870a8..345eb23933 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 @@ -1,10 +1,3 @@ - -
@@ -138,9 +131,6 @@
-
[% l('TCN') %]
-
{{copy.call_number().record().tcn_value()}}
-
[% l('Circulate') %]
{{copy.circulate()}}
@@ -166,9 +156,6 @@
[% l('Age-based Hold Protection') %]
{{copy.age_protect().name()}}
- -
-
[% l('Checkin Workstation') %]
@@ -179,9 +166,7 @@
[% l('Alert Message') %]
-
- {{copy.alert_message()}} -
+
{{copy.alert_message()}}