Bugzilla – Attachment 32790 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 Followup, more 'gracious' UI?
Bug-12958-Followup-more-gracious-UI.patch (text/plain), 1.60 KB, created by
Frédéric Demians
on 2014-10-27 15:12:34 UTC
(
hide
)
Description:
Bug 12958 Followup, more 'gracious' UI?
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2014-10-27 15:12:34 UTC
Size:
1.60 KB
patch
obsolete
>From a666bfbc6a9ace45bbae2acda015bc536e9e00a5 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Mon, 27 Oct 2014 16:18:19 +0100 >Subject: [PATCH] Bug 12958 Followup, more 'gracious' UI? > >Rewording: > > Set this owner to all children funds > >becomes: > > Propagate to children funds > >And put the checkbox on the same line Than Owner: rather than on the >next line. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 12 ++++-------- > 1 file changed, 4 insertions(+), 8 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 d6d23bb..3347656 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -471,16 +471,12 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") > onclick="ownerPopup(); return false;" /> > <input type="button" id="remove_owner" value="Remove owner" > onclick="ownerRemove(); return false;" /> >- </li> > >- [% IF budget_has_children %] >- <li> >- <span class="label"> >- <label for="set_owner_to_children">Set this owner to all children funds:</label> >- </span> >+ [% IF budget_has_children %] > <input type="checkbox" id="set_owner_to_children" name="set_owner_to_children" value="1" /> >- </li> >- [% END %] >+ Propagate to children funds >+ [% END %] >+ </li> > > <li> > <span class="label">Users:</span> >-- >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