From 96cbc3f3bd6d0949a405113a9fc11bd2f6d90f98 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 1 Aug 2012 15:35:21 +0200 Subject: [PATCH] Bug 8385: Dirty patch to make tt_valid.t happy A problem in routine text_replace_tag (tmpl_process3.pl) have to be fixed to prevent this kind of dirty patch :) --- .../en/modules/admin/searchengine/solr/indexes.tt | 48 ++++++++++++++++--- 1 files changed, 40 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/solr/indexes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/solr/indexes.tt index 2ccbe5a..7f5be96 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/solr/indexes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/solr/indexes.tt @@ -129,19 +129,51 @@ [% IF ( index.mandatory ) %] [% END %] - + [% ELSE %] + - + [% IF ( index.sortable ) %] + + [% ELSE %] + + [% END %] - + [% IF ( index.facetable ) %] + + [% ELSE %] + + [% END %]