From: senator Date: Tue, 16 Mar 2010 14:56:14 +0000 (+0000) Subject: Acq: detail.tt2 -> info.tt2 ("detail" misleadingly suggested lineitem detail) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3cf78d47aff7bdc93b5d107c2e092bef8c26a56f;p=Evergreen.git Acq: detail.tt2 -> info.tt2 ("detail" misleadingly suggested lineitem detail) git-svn-id: svn://svn.open-ils.org/ILS/trunk@15861 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/templates/default/acq/common/detail.tt2 b/Open-ILS/web/templates/default/acq/common/detail.tt2 deleted file mode 100644 index 9284aa65b1..0000000000 --- a/Open-ILS/web/templates/default/acq/common/detail.tt2 +++ /dev/null @@ -1,27 +0,0 @@ -[% which_lc = which | lower %] - diff --git a/Open-ILS/web/templates/default/acq/common/info.tt2 b/Open-ILS/web/templates/default/acq/common/info.tt2 new file mode 100644 index 0000000000..9284aa65b1 --- /dev/null +++ b/Open-ILS/web/templates/default/acq/common/info.tt2 @@ -0,0 +1,27 @@ +[% which_lc = which | lower %] + diff --git a/Open-ILS/web/templates/default/acq/common/li_table.tt2 b/Open-ILS/web/templates/default/acq/common/li_table.tt2 index 554b9fcc12..0600347d3d 100644 --- a/Open-ILS/web/templates/default/acq/common/li_table.tt2 +++ b/Open-ILS/web/templates/default/acq/common/li_table.tt2 @@ -110,8 +110,8 @@ - - [% INCLUDE "default/acq/common/detail.tt2" which = "Lit" %] + + [% INCLUDE "default/acq/common/info.tt2" which = "Lit" %] [% INCLUDE "default/acq/common/notes.tt2" which = "Lit" %] diff --git a/Open-ILS/web/templates/default/acq/lineitem/related.tt2 b/Open-ILS/web/templates/default/acq/lineitem/related.tt2 index 587f9bcef5..8f589a7ae4 100644 --- a/Open-ILS/web/templates/default/acq/lineitem/related.tt2 +++ b/Open-ILS/web/templates/default/acq/lineitem/related.tt2 @@ -12,6 +12,6 @@ Show details -[% INCLUDE "default/acq/common/detail.tt2" which = "Related" %] +[% INCLUDE "default/acq/common/info.tt2" which = "Related" %] [% INCLUDE "default/acq/common/li_table.tt2" %] [% END %]