From 5b9358603da5ca26186778eb0de0dbd3a976b916 Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@biblibre.com>
Date: Fri, 13 Jul 2012 09:21:09 +0200
Subject: [PATCH] Bug 8385: FIX spaces to make tt_valid.t happy

must be apply after Bug 8407

Updated with last modification for Bug 8407
---
 .../en/modules/admin/searchengine/solr/indexes.tt  |   12 ++++++------
 1 files changed, 6 insertions(+), 6 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..d57c601 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,12 +129,12 @@
                   [% IF ( index.mandatory ) %]
                     <input type="hidden" name="type" value="[% index.type %]" />
                   [% END %]
-                  <select name="type"[% IF ( index.mandatory ) %] disabled="disabled"[% END %]>
-                    <option [% IF ( index.type == 'str' ) %] selected="selected"[% END %] value="str">String</option>
-                    <option [% IF ( index.type == 'ste' ) %] selected="selected"[% END %] value="ste">Simple Text</option>
-                    <option [% IF ( index.type == 'txt' ) %] selected="selected"[% END %] value="txt">Text</option>
-                    <option [% IF ( index.type == 'int' ) %] selected="selected"[% END %] value="int">Integer</option>
-                    <option [% IF ( index.type == 'date') %] selected="selected"[% END %] value="date">Date</option>
+                  <select name="type"[% IF ( index.mandatory ) %]disabled="disabled"[% END %]>
+                    <option [% IF ( index.type == 'str' ) %]selected="selected"[% END %] value="str">String</option>
+                    <option [% IF ( index.type == 'ste' ) %]selected="selected"[% END %] value="ste">Simple Text</option>
+                    <option [% IF ( index.type == 'txt' ) %]selected="selected"[% END %] value="txt">Text</option>
+                    <option [% IF ( index.type == 'int' ) %]selected="selected"[% END %] value="int">Integer</option>
+                    <option [% IF ( index.type == 'date') %]selected="selected"[% END %] value="date">Date</option>
                   </select>
                 </td>
                 <td>
-- 
1.7.7.3