From 3cf78d47aff7bdc93b5d107c2e092bef8c26a56f Mon Sep 17 00:00:00 2001
From: senator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Tue, 16 Mar 2010 14:56:14 +0000
Subject: [PATCH] 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
---
 Open-ILS/web/templates/default/acq/common/{detail.tt2 => info.tt2} | 0
 Open-ILS/web/templates/default/acq/common/li_table.tt2             | 4 ++--
 Open-ILS/web/templates/default/acq/lineitem/related.tt2            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename Open-ILS/web/templates/default/acq/common/{detail.tt2 => info.tt2} (100%)

diff --git a/Open-ILS/web/templates/default/acq/common/detail.tt2 b/Open-ILS/web/templates/default/acq/common/info.tt2
similarity index 100%
rename from Open-ILS/web/templates/default/acq/common/detail.tt2
rename to Open-ILS/web/templates/default/acq/common/info.tt2
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 @@
         </table>
     </div>
 
-    <!-- Bib record / Lineitem details table -->
-    [% INCLUDE "default/acq/common/detail.tt2" which = "Lit" %]
+    <!-- Bib record / Lineitem info table -->
+    [% INCLUDE "default/acq/common/info.tt2" which = "Lit" %]
 
     <!-- Lineitem notes table -->
     [% 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
     </div>
 </div>
-[% INCLUDE "default/acq/common/detail.tt2" which = "Related" %]
+[% INCLUDE "default/acq/common/info.tt2" which = "Related" %]
 [% INCLUDE "default/acq/common/li_table.tt2" %]
 [% END %]
-- 
2.11.0