From 5128e2292078dfaf30103384a0848be26dea574d Mon Sep 17 00:00:00 2001 From: gfawcett Date: Tue, 29 Mar 2011 00:56:06 +0000 Subject: [PATCH] mark old 'physical' templates so they wont' be i18n'ed I know, I should probably just delete them. For now, just changed their extensions to '.xhtml_' so the i18nizer won't discover them. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/branches/i18n@1288 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/templates/phys/{checkout.xhtml => checkout.xhtml_} | 0 .../templates/phys/{circlist_for_term.xhtml => circlist_for_term.xhtml_} | 0 conifer/templates/phys/{circlist_index.xhtml => circlist_index.xhtml_} | 0 conifer/templates/phys/{index.xhtml => index.xhtml_} | 0 conifer/templates/phys/{mark_arrived.xhtml => mark_arrived.xhtml_} | 0 .../phys/{mark_arrived_choose.xhtml => mark_arrived_choose.xhtml_} | 0 .../phys/{mark_arrived_outcome.xhtml => mark_arrived_outcome.xhtml_} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename conifer/templates/phys/{checkout.xhtml => checkout.xhtml_} (100%) rename conifer/templates/phys/{circlist_for_term.xhtml => circlist_for_term.xhtml_} (100%) rename conifer/templates/phys/{circlist_index.xhtml => circlist_index.xhtml_} (100%) rename conifer/templates/phys/{index.xhtml => index.xhtml_} (100%) rename conifer/templates/phys/{mark_arrived.xhtml => mark_arrived.xhtml_} (100%) rename conifer/templates/phys/{mark_arrived_choose.xhtml => mark_arrived_choose.xhtml_} (100%) rename conifer/templates/phys/{mark_arrived_outcome.xhtml => mark_arrived_outcome.xhtml_} (100%) diff --git a/conifer/templates/phys/checkout.xhtml b/conifer/templates/phys/checkout.xhtml_ similarity index 100% rename from conifer/templates/phys/checkout.xhtml rename to conifer/templates/phys/checkout.xhtml_ diff --git a/conifer/templates/phys/circlist_for_term.xhtml b/conifer/templates/phys/circlist_for_term.xhtml_ similarity index 100% rename from conifer/templates/phys/circlist_for_term.xhtml rename to conifer/templates/phys/circlist_for_term.xhtml_ diff --git a/conifer/templates/phys/circlist_index.xhtml b/conifer/templates/phys/circlist_index.xhtml_ similarity index 100% rename from conifer/templates/phys/circlist_index.xhtml rename to conifer/templates/phys/circlist_index.xhtml_ diff --git a/conifer/templates/phys/index.xhtml b/conifer/templates/phys/index.xhtml_ similarity index 100% rename from conifer/templates/phys/index.xhtml rename to conifer/templates/phys/index.xhtml_ diff --git a/conifer/templates/phys/mark_arrived.xhtml b/conifer/templates/phys/mark_arrived.xhtml_ similarity index 100% rename from conifer/templates/phys/mark_arrived.xhtml rename to conifer/templates/phys/mark_arrived.xhtml_ diff --git a/conifer/templates/phys/mark_arrived_choose.xhtml b/conifer/templates/phys/mark_arrived_choose.xhtml_ similarity index 100% rename from conifer/templates/phys/mark_arrived_choose.xhtml rename to conifer/templates/phys/mark_arrived_choose.xhtml_ diff --git a/conifer/templates/phys/mark_arrived_outcome.xhtml b/conifer/templates/phys/mark_arrived_outcome.xhtml_ similarity index 100% rename from conifer/templates/phys/mark_arrived_outcome.xhtml rename to conifer/templates/phys/mark_arrived_outcome.xhtml_ -- 2.11.0