From 0235370ad1d9371f953a79f260ff9f8f284dca99 Mon Sep 17 00:00:00 2001 From: senator Date: Wed, 26 Jan 2011 10:28:50 -0500 Subject: [PATCH] Make myopac subpages' names match what bill had in mind --- Open-ILS/web/templates/default/opac/myopac/_links.tt2 | 4 ++-- .../web/templates/default/opac/myopac/{items_out.tt2 => circs.tt2} | 2 +- .../web/templates/default/opac/myopac/{items_held.tt2 => holds.tt2} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename Open-ILS/web/templates/default/opac/myopac/{items_out.tt2 => circs.tt2} (88%) rename Open-ILS/web/templates/default/opac/myopac/{items_held.tt2 => holds.tt2} (90%) diff --git a/Open-ILS/web/templates/default/opac/myopac/_links.tt2 b/Open-ILS/web/templates/default/opac/myopac/_links.tt2 index 4ab11d4c9d..bbac0ae34b 100644 --- a/Open-ILS/web/templates/default/opac/myopac/_links.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/_links.tt2 @@ -1,8 +1,8 @@ [% pages = [ {url => "main", name => "My Account"}, - {url => "items_out", name => "Items Out"}, - {url => "items_held", name => "Items on Hold"}, + {url => "circs", name => "Items Out"}, + {url => "holds", name => "Items on Hold"}, {url => "fines", name => "Fines"}, {url => "prefs", name => "Account Preferences"}, {url => "bookbags", name => "My Bookbags"} diff --git a/Open-ILS/web/templates/default/opac/myopac/items_out.tt2 b/Open-ILS/web/templates/default/opac/myopac/circs.tt2 similarity index 88% rename from Open-ILS/web/templates/default/opac/myopac/items_out.tt2 rename to Open-ILS/web/templates/default/opac/myopac/circs.tt2 index ca93991b64..9e80139779 100644 --- a/Open-ILS/web/templates/default/opac/myopac/items_out.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/circs.tt2 @@ -8,7 +8,7 @@ [% END %] [% WRAPPER "default/opac/base.tt2" %] -[% INCLUDE "default/opac/myopac/_links.tt2" myopac_page = "items_out" %] +[% INCLUDE "default/opac/myopac/_links.tt2" myopac_page = "circs" %] diff --git a/Open-ILS/web/templates/default/opac/myopac/items_held.tt2 b/Open-ILS/web/templates/default/opac/myopac/holds.tt2 similarity index 90% rename from Open-ILS/web/templates/default/opac/myopac/items_held.tt2 rename to Open-ILS/web/templates/default/opac/myopac/holds.tt2 index 3954298014..4f5aee8bde 100644 --- a/Open-ILS/web/templates/default/opac/myopac/items_held.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/holds.tt2 @@ -8,7 +8,7 @@ [% END %] [% WRAPPER "default/opac/base.tt2" %] -[% INCLUDE "default/opac/myopac/_links.tt2" myopac_page = "items_held" %] +[% INCLUDE "default/opac/myopac/_links.tt2" myopac_page = "holds" %]
-- 2.11.0