From: Dan Scott Date: Tue, 20 Dec 2011 16:42:17 +0000 (-0500) Subject: Remove top-level templates_custom directory X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=aa4b09bbf6c33991f9dcac15a664b3ae1cb90840;p=contrib%2FConifer.git Remove top-level templates_custom directory This top-level directory and version of advanced.tt2 slipped into commit c9cdea869b5 and was noticed by Bill Erickson. It should not be here. Send it into oblivion. Signed-off-by: Dan Scott Signed-off-by: Bill Erickson --- diff --git a/templates_custom/opac/advanced.tt2 b/templates_custom/opac/advanced.tt2 deleted file mode 100644 index 7114390337..0000000000 --- a/templates_custom/opac/advanced.tt2 +++ /dev/null @@ -1,41 +0,0 @@ -[%- PROCESS "opac/parts/header.tt2"; - WRAPPER "opac/parts/base.tt2"; - INCLUDE "opac/parts/topnav.tt2"; - ctx.page_title = l("Advanced Search"); - pane = CGI.param("pane") || "advanced"; - loc = CGI.param("loc"); --%] -
-
- [% l('Search the Catalog') %] - [% l('Basic Search') %] -
- - - -
-
-
-
- [% IF pane == 'advanced' %] - [% INCLUDE "opac/parts/advanced/search.tt2" %] - [% ELSIF pane == 'numeric' %] - [% INCLUDE "opac/parts/advanced/numeric.tt2" %] - [% ELSIF pane == 'expert' %] - [% INCLUDE "opac/parts/advanced/expert.tt2" %] - [% END %] -
-
-
-
-[% END %]