Bugzilla – Attachment 78629 Details for
Bug 13392
New statistics wizard for suggestions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13392: Select a row and a column by default
Bug-13392-Select-a-row-and-a-column-by-default.patch (text/plain), 2.39 KB, created by
Julian Maurice
on 2018-09-13 14:59:26 UTC
(
hide
)
Description:
Bug 13392: Select a row and a column by default
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2018-09-13 14:59:26 UTC
Size:
2.39 KB
patch
obsolete
>From 5d6afba6e4a6a09e2588e9cb41c7615a7f8c3541 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 13 Sep 2018 16:54:32 +0200 >Subject: [PATCH] Bug 13392: Select a row and a column by default > >It prevents users to submit the form without having selected anything >--- > .../prog/en/modules/reports/suggestions_stats.tt | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/suggestions_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/suggestions_stats.tt >index bbd832221a..2f25cb49ae 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/suggestions_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/suggestions_stats.tt >@@ -6,8 +6,8 @@ > [% BLOCK tr %] > <tr> > <td>[% INCLUDE field_label name=name %]</td> >- <td><input type="radio" name="line" value="[% name %]" /></td> >- <td><input type="radio" name="column" value="[% name %]" /></td> >+ <td><input type="radio" name="line" value="[% name %]" [% IF checked == "line" %]checked[% END %] /></td> >+ <td><input type="radio" name="column" value="[% name %]" [% IF checked == "column" %]checked[% END %]/></td> > <td>[% groupby %]</td> > <td>[% filter %]</td> > </tr> >@@ -35,7 +35,7 @@ > <span class="hint">[% INCLUDE 'date-format.inc' %]</span> > [% END %] > >- [% INCLUDE tr groupby=date_groupby filter=date_filter %] >+ [% INCLUDE tr groupby=date_groupby filter=date_filter checked=checked %] > [% END %] > > [% BLOCK select_tr %] >@@ -52,7 +52,7 @@ > [% END %] > [% END %] > >- [% INCLUDE tr filter=select_filter %] >+ [% INCLUDE tr filter=select_filter checked=checked %] > [% END %] > > [% INCLUDE 'doc-head-open.inc' %] >@@ -141,11 +141,11 @@ > [% END %] > [% INCLUDE tr name='copyrightdate' filter=copyrightdate_filter %] > >- [% INCLUDE select_tr name='status' %] >+ [% INCLUDE select_tr name='status' checked='column' %] > [% INCLUDE select_tr name='categorycode' %] > [% INCLUDE select_tr name='sort1' %] > [% INCLUDE select_tr name='sort2' %] >- [% INCLUDE select_tr name='branchcode' %] >+ [% INCLUDE select_tr name='branchcode' checked='line' %] > [% INCLUDE select_tr name='reason' %] > [% INCLUDE select_tr name='itemtype' %] > >-- >2.17.1
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 13392
:
34124
|
34125
|
34135
|
34136
|
34328
|
34329
|
35835
|
35836
|
35837
|
36188
|
36189
|
36190
|
36343
|
36344
|
36345
|
40305
|
40306
|
40307
|
40308
|
48291
|
48292
|
48293
|
48294
|
49088
|
51995
|
51996
|
51997
|
51998
|
51999
|
56110
|
56889
|
60956
|
60957
|
60958
|
60959
|
60960
|
60961
|
60962
|
64459
|
64460
|
64461
|
64462
|
64463
|
64464
|
64465
|
78622
|
78623
|
78624
|
78625
|
78626
|
78627
|
78628
| 78629