Bugzilla – Attachment 32847 Details for
Bug 12958
Set a fund owner to its children
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12958 [Alt. label follow-up] Set a fund owner to a fund hierarchy
Bug-12958-Alt-label-follow-up-Set-a-fund-owner-to-.patch (text/plain), 2.38 KB, created by
Frédéric Demians
on 2014-10-28 15:33:02 UTC
(
hide
)
Description:
Bug 12958 [Alt. label follow-up] Set a fund owner to a fund hierarchy
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2014-10-28 15:33:02 UTC
Size:
2.38 KB
patch
obsolete
>From dbd6490f100a68e1db664a34a39101b14ba32f1b Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 28 Oct 2014 08:49:47 -0400 >Subject: [PATCH] Bug 12958 [Alt. label follow-up] Set a fund owner to a fund > hierarchy > >This alternate follow-up modifies the text of the label to >(hopefully) make it more clear. The markup has been revised someone to >make it more standard, and a warning has been added about overwriting >existing data. > >Signed-off-by: Frederic Demians <f.demians@tamil.fr> > >Looks good. >--- > .../intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >index 0f1d4b2..d0f8bdb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -448,13 +448,13 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") > <li> > <label for="budget_encumb">Warning at (%): </label> > <input type="text" name="budget_encumb" id="budget_encumb" value="[% budget_encumb %]" size="10" /> >- <span style="color:grey">0 to disable</span> >+ <span class="hint">0 to disable</span> > </li> > > <li> > <label for="budget_expend">Warning at (amount): </label> > <input type="text" name="budget_expend" id="budget_expend" value="[% budget_expend %]" size="10" /> >- <span style="color:grey">0 to disable</span> >+ <span class="hint">0 to disable</span> > </li> > > <li> >@@ -475,11 +475,12 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") > </li> > > [% IF budget_has_children %] >- <li> >- <span class="label"> >- <label for="set_owner_to_children">Set this owner to all children funds:</label> >- </span> >- <input type="checkbox" id="set_owner_to_children" name="set_owner_to_children" value="1" /> >+ <li class="radio"> >+ <label> >+ <input type="checkbox" id="set_owner_to_children" name="set_owner_to_children" value="1" /> >+ Update all child funds with this owner >+ </label> >+ <span class="hint">Selecting this option will overwrite existing fund owners, if any</span> > </li> > [% END %] > >-- >2.1.2
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 12958
:
31701
|
32790
|
32791
|
32822
|
32846
|
32847
|
32855
|
32856