Bugzilla – Attachment 10875 Details for
Bug 8385
searchengine/solr/indexes.tt fails 'prove ./xt/tt_valid.t' test
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8385: FIX spaces to make tt_valid.t happy
Bug-8385-FIX-spaces-to-make-ttvalidt-happy.patch (text/plain), 2.38 KB, created by
Jonathan Druart
on 2012-07-16 15:21:45 UTC
(
hide
)
Description:
Bug 8385: FIX spaces to make tt_valid.t happy
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-07-16 15:21:45 UTC
Size:
2.38 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8385
:
10807
|
10875
|
10916
|
11257