From f8f9b7932135b53931bc040afc8303b11827864e Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 3 Aug 2011 10:43:20 -0400 Subject: [PATCH] More template moving from 'web' to 'src'. These are the templates that have been added since the initial Great Migration from Open-ILS/web/templates to Open-ILS/src/templates. Signed-off-by: Bill Erickson --- .../templates/default/conify/global/cat/authority/browse_axis.tt2 | 0 .../conify/global/cat/authority/browse_axis_authority_field_map.tt2 | 0 .../templates/default/conify/global/cat/authority/control_set.tt2 | 0 .../default/conify/global/cat/authority/control_set_authority_field.tt2 | 0 .../default/conify/global/cat/authority/control_set_bib_field.tt2 | 0 .../templates/default/conify/global/cat/authority/thesaurus.tt2 | 0 .../{web => src}/templates/default/conify/global/vandelay/match_set.tt2 | 0 .../templates/default/conify/global/vandelay/match_set_tree.tt2 | 0 Open-ILS/{web => src}/templates/default/opac/cnbrowse.tt2 | 0 Open-ILS/{web => src}/templates/default/opac/parts/advanced/expert.tt2 | 0 Open-ILS/{web => src}/templates/default/opac/parts/advanced/numeric.tt2 | 0 .../{web => src}/templates/default/opac/parts/hold_error_messages.tt2 | 0 Open-ILS/{web => src}/templates/default/opac/parts/record/cnbrowse.tt2 | 0 Open-ILS/{web => src}/templates/default/opac/parts/record/summaryplus.tt2 | 0 Open-ILS/{web => src}/templates/default/vandelay/inc/import_errors.tt2 | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename Open-ILS/{web => src}/templates/default/conify/global/cat/authority/browse_axis.tt2 (100%) rename Open-ILS/{web => src}/templates/default/conify/global/cat/authority/browse_axis_authority_field_map.tt2 (100%) rename Open-ILS/{web => src}/templates/default/conify/global/cat/authority/control_set.tt2 (100%) rename Open-ILS/{web => src}/templates/default/conify/global/cat/authority/control_set_authority_field.tt2 (100%) rename Open-ILS/{web => src}/templates/default/conify/global/cat/authority/control_set_bib_field.tt2 (100%) rename Open-ILS/{web => src}/templates/default/conify/global/cat/authority/thesaurus.tt2 (100%) rename Open-ILS/{web => src}/templates/default/conify/global/vandelay/match_set.tt2 (100%) rename Open-ILS/{web => src}/templates/default/conify/global/vandelay/match_set_tree.tt2 (100%) rename Open-ILS/{web => src}/templates/default/opac/cnbrowse.tt2 (100%) rename Open-ILS/{web => src}/templates/default/opac/parts/advanced/expert.tt2 (100%) rename Open-ILS/{web => src}/templates/default/opac/parts/advanced/numeric.tt2 (100%) rename Open-ILS/{web => src}/templates/default/opac/parts/hold_error_messages.tt2 (100%) rename Open-ILS/{web => src}/templates/default/opac/parts/record/cnbrowse.tt2 (100%) rename Open-ILS/{web => src}/templates/default/opac/parts/record/summaryplus.tt2 (100%) rename Open-ILS/{web => src}/templates/default/vandelay/inc/import_errors.tt2 (100%) diff --git a/Open-ILS/web/templates/default/conify/global/cat/authority/browse_axis.tt2 b/Open-ILS/src/templates/default/conify/global/cat/authority/browse_axis.tt2 similarity index 100% rename from Open-ILS/web/templates/default/conify/global/cat/authority/browse_axis.tt2 rename to Open-ILS/src/templates/default/conify/global/cat/authority/browse_axis.tt2 diff --git a/Open-ILS/web/templates/default/conify/global/cat/authority/browse_axis_authority_field_map.tt2 b/Open-ILS/src/templates/default/conify/global/cat/authority/browse_axis_authority_field_map.tt2 similarity index 100% rename from Open-ILS/web/templates/default/conify/global/cat/authority/browse_axis_authority_field_map.tt2 rename to Open-ILS/src/templates/default/conify/global/cat/authority/browse_axis_authority_field_map.tt2 diff --git a/Open-ILS/web/templates/default/conify/global/cat/authority/control_set.tt2 b/Open-ILS/src/templates/default/conify/global/cat/authority/control_set.tt2 similarity index 100% rename from Open-ILS/web/templates/default/conify/global/cat/authority/control_set.tt2 rename to Open-ILS/src/templates/default/conify/global/cat/authority/control_set.tt2 diff --git a/Open-ILS/web/templates/default/conify/global/cat/authority/control_set_authority_field.tt2 b/Open-ILS/src/templates/default/conify/global/cat/authority/control_set_authority_field.tt2 similarity index 100% rename from Open-ILS/web/templates/default/conify/global/cat/authority/control_set_authority_field.tt2 rename to Open-ILS/src/templates/default/conify/global/cat/authority/control_set_authority_field.tt2 diff --git a/Open-ILS/web/templates/default/conify/global/cat/authority/control_set_bib_field.tt2 b/Open-ILS/src/templates/default/conify/global/cat/authority/control_set_bib_field.tt2 similarity index 100% rename from Open-ILS/web/templates/default/conify/global/cat/authority/control_set_bib_field.tt2 rename to Open-ILS/src/templates/default/conify/global/cat/authority/control_set_bib_field.tt2 diff --git a/Open-ILS/web/templates/default/conify/global/cat/authority/thesaurus.tt2 b/Open-ILS/src/templates/default/conify/global/cat/authority/thesaurus.tt2 similarity index 100% rename from Open-ILS/web/templates/default/conify/global/cat/authority/thesaurus.tt2 rename to Open-ILS/src/templates/default/conify/global/cat/authority/thesaurus.tt2 diff --git a/Open-ILS/web/templates/default/conify/global/vandelay/match_set.tt2 b/Open-ILS/src/templates/default/conify/global/vandelay/match_set.tt2 similarity index 100% rename from Open-ILS/web/templates/default/conify/global/vandelay/match_set.tt2 rename to Open-ILS/src/templates/default/conify/global/vandelay/match_set.tt2 diff --git a/Open-ILS/web/templates/default/conify/global/vandelay/match_set_tree.tt2 b/Open-ILS/src/templates/default/conify/global/vandelay/match_set_tree.tt2 similarity index 100% rename from Open-ILS/web/templates/default/conify/global/vandelay/match_set_tree.tt2 rename to Open-ILS/src/templates/default/conify/global/vandelay/match_set_tree.tt2 diff --git a/Open-ILS/web/templates/default/opac/cnbrowse.tt2 b/Open-ILS/src/templates/default/opac/cnbrowse.tt2 similarity index 100% rename from Open-ILS/web/templates/default/opac/cnbrowse.tt2 rename to Open-ILS/src/templates/default/opac/cnbrowse.tt2 diff --git a/Open-ILS/web/templates/default/opac/parts/advanced/expert.tt2 b/Open-ILS/src/templates/default/opac/parts/advanced/expert.tt2 similarity index 100% rename from Open-ILS/web/templates/default/opac/parts/advanced/expert.tt2 rename to Open-ILS/src/templates/default/opac/parts/advanced/expert.tt2 diff --git a/Open-ILS/web/templates/default/opac/parts/advanced/numeric.tt2 b/Open-ILS/src/templates/default/opac/parts/advanced/numeric.tt2 similarity index 100% rename from Open-ILS/web/templates/default/opac/parts/advanced/numeric.tt2 rename to Open-ILS/src/templates/default/opac/parts/advanced/numeric.tt2 diff --git a/Open-ILS/web/templates/default/opac/parts/hold_error_messages.tt2 b/Open-ILS/src/templates/default/opac/parts/hold_error_messages.tt2 similarity index 100% rename from Open-ILS/web/templates/default/opac/parts/hold_error_messages.tt2 rename to Open-ILS/src/templates/default/opac/parts/hold_error_messages.tt2 diff --git a/Open-ILS/web/templates/default/opac/parts/record/cnbrowse.tt2 b/Open-ILS/src/templates/default/opac/parts/record/cnbrowse.tt2 similarity index 100% rename from Open-ILS/web/templates/default/opac/parts/record/cnbrowse.tt2 rename to Open-ILS/src/templates/default/opac/parts/record/cnbrowse.tt2 diff --git a/Open-ILS/web/templates/default/opac/parts/record/summaryplus.tt2 b/Open-ILS/src/templates/default/opac/parts/record/summaryplus.tt2 similarity index 100% rename from Open-ILS/web/templates/default/opac/parts/record/summaryplus.tt2 rename to Open-ILS/src/templates/default/opac/parts/record/summaryplus.tt2 diff --git a/Open-ILS/web/templates/default/vandelay/inc/import_errors.tt2 b/Open-ILS/src/templates/default/vandelay/inc/import_errors.tt2 similarity index 100% rename from Open-ILS/web/templates/default/vandelay/inc/import_errors.tt2 rename to Open-ILS/src/templates/default/vandelay/inc/import_errors.tt2 -- 2.11.0