Bugzilla – Attachment 1989 Details for
Bug 4294
required fields on funds page should be red
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
0007-bug-4294-use-required-class-on-required-fields-on.patch (text/plain), 2.24 KB, created by
Chris Cormack
on 2010-03-02 15:59:00 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2010-03-02 15:59:00 UTC
Size:
2.24 KB
patch
obsolete
>From ed0a0d8fd4482837fb166093b2695dff4c76ddb7 Mon Sep 17 00:00:00 2001 >From: Nicole Engard <nengard@gmail.com> >Date: Tue, 2 Mar 2010 06:01:50 -0500 >Subject: [PATCH] bug 4294 use 'required' class on required fields on funds page >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/modules/admin/aqbudgetperiods.tmpl | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl >index 8599f6b..204574b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl >@@ -145,7 +145,7 @@ > <input type="hidden" name="budget_period_id" value="<!-- TMPL_VAR name="budget_period_id" -->" /> > <ol> > <li> >- <label for="budget_period_startdate">Start date</label> >+ <label class="required" for="budget_period_startdate">Start date</label> > <input type="text" size="10" id="budget_period_startdate" name="budget_period_startdate" value="<!-- TMPL_VAR NAME="budget_period_startdate" -->" /> > <img src="/intranet-tmpl/prog/en/lib/calendar/cal.gif" border="0" id="openCalendarFrom" style="cursor: pointer;" alt="Show start date calendar" /> > <script type="text/javascript"> >@@ -161,7 +161,7 @@ > </li> > <li> > >- <label for="budget_period_enddate">End date</label> >+ <label class="required" for="budget_period_enddate">End date</label> > <input type="text" size="10" id="budget_period_enddate" name="budget_period_enddate" value="<!-- TMPL_VAR NAME="budget_period_enddate" -->" /> > <img src="/intranet-tmpl/prog/en/lib/calendar/cal.gif" border="0" id="openCalendarTo" style="cursor: pointer;" alt="Show end date calendar" /> > >@@ -179,7 +179,7 @@ > <li> > <!-- DESCRIPTION --> > <!-- ############################## --> >- <label for="budget_period_description">Description</label> >+ <label class="required" for="budget_period_description">Description</label> > <input type="text" id="budget_period_description" name="budget_period_description" > size="48" maxlength="80" value="<!-- TMPL_VAR name="budget_period_description" -->" /> > </li> >-- >1.5.6.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 4294
: 1989