Bugzilla – Attachment 55891 Details for
Bug 5670
Housebound Readers Module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5670: [QA Followup] More "required" messages.
Bug-5670-QA-Followup-More-required-messages.patch (text/plain), 2.58 KB, created by
Alex Sassmannshausen
on 2016-09-28 15:40:38 UTC
(
hide
)
Description:
Bug 5670: [QA Followup] More "required" messages.
Filename:
MIME Type:
Creator:
Alex Sassmannshausen
Created:
2016-09-28 15:40:38 UTC
Size:
2.58 KB
patch
obsolete
>From 4e8a221469721790b6249142414ddb7cb4906c91 Mon Sep 17 00:00:00 2001 >From: Alex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com> >Date: Wed, 28 Sep 2016 16:54:53 +0200 >Subject: [PATCH] Bug 5670: [QA Followup] More "required" messages. > >* koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt: Mark > houseboundvisit fields as required. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt >index 185b371..ab928ec 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt >@@ -215,18 +215,20 @@ > <li> > <label for="date" class="required">Date: </label> > [% IF ( visit ) %] >- <input type="text" id="date" class="datepicker" >+ <input type="text" id="date" class="datepicker required" > value="[% visit.appointment_date | $KohaDates %]" > name="date" size="20" required="required"/> > [% ELSE %] >- <input type="text" id="date" class="datepicker" >+ <input type="text" id="date" class="datepicker required" > value="" name="date" size="20" required="required"/> > [% END %] >+ <span class="required">Required</span> > <div class="hint">[% INCLUDE 'date-format.inc' %]</div> > </li> > <li> >- <label for="segment">Time:</label> >- <select id="segment" name="segment" required="required"> >+ <label for="segment" class="required">Time:</label> >+ <select id="segment" name="segment" required="required" >+ class="required"> > <option value="">Select a time</option> > [% IF ( visit ) %] > [% IF ( visit.day_segment == 'morning' ) %] >@@ -256,6 +258,7 @@ > <option value="evening">Evening</option> > [% END %] > </select> >+ <span class="required">Required</span> > </li> > <li> > <label for="chooser" class="required"> Chooser:</label> >-- >2.9.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 5670
:
3038
|
22162
|
22163
|
22164
|
22165
|
26816
|
27288
|
50930
|
51377
|
51875
|
54384
|
54385
|
55326
|
55334
|
55335
|
55336
|
55734
|
55735
|
55736
|
55737
|
55738
|
55739
|
55865
|
55866
|
55867
|
55890
|
55891
|
56298
|
56299
|
56300
|
56301
|
56302
|
56308
|
56337
|
56341
|
56346
|
56347
|
56348
|
56349
|
56350
|
56351
|
56352
|
56353
|
56354
|
56355
|
56356
|
56357
|
56358
|
56359
|
56360
|
56361
|
56362
|
56363
|
56364
|
56365
|
56366
|
56367
|
56368
|
56369
|
56580
|
56581
|
56582
|
56583
|
56584
|
56585
|
56586
|
56587
|
56588
|
56589
|
56590
|
56591
|
56592
|
56593
|
56594
|
56595
|
56596
|
56597
|
56598
|
56599
|
56600
|
56601
|
56602
|
56603
|
56604
|
56605
|
56606