Bugzilla – Attachment 10916 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.49 KB, created by
Mason James
on 2012-07-18 02:54:30 UTC
(
hide
)
Description:
Bug 8385: FIX spaces to make tt_valid.t happy
Filename:
MIME Type:
Creator:
Mason James
Created:
2012-07-18 02:54:30 UTC
Size:
2.49 KB
patch
obsolete
>From 8afaef20ce7972352df76cc529c14b6760cefef4 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 >Content-Type: text/plain; charset="utf-8" >http://koha-community.org > >must be apply after Bug 8407 >Updated with last modification for Bug 8407 > >Signed-off-by: Mason James <mtj@kohaaloha.com> >--- > .../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.2.5
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