Bugzilla – Attachment 56892 Details for
Bug 16123
Display budget hierarchy in the budget dropdown menu used when placing a new order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16123: Remove bold formatting from first level fund
Bug-16123-Remove-bold-formatting-from-first-level-.patch (text/plain), 2.44 KB, created by
Katrin Fischer
on 2016-10-26 23:20:44 UTC
(
hide
)
Description:
Bug 16123: Remove bold formatting from first level fund
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-10-26 23:20:44 UTC
Size:
2.44 KB
patch
obsolete
>From 876f4926de6fe730949d7da8de211fe8a0bd815f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 27 Oct 2016 01:19:06 +0200 >Subject: [PATCH] Bug 16123: Remove bold formatting from first level fund > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >index ecaf38d..80e330b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -506,16 +506,16 @@ $(document).ready(function() > [% IF ( budget_loo.b_sel ) %] > [% active_count = 0 #select no other fund %] > <option value="[% budget_loo.b_id %]" selected="selected" data-sort1-authcat="[% budget_loo.b_sort1_authcat %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat %]" >- style="[% IF ( budget_loo.b_level == 0 ) %]font-weight:bold;[% END %] padding-left:[% budget_loo.b_level %]em;" >+ style="padding-left:[% budget_loo.b_level %]em;" > > > [% ELSIF active_count==1 && budget_loo.b_active %] > <option value="[% budget_loo.b_id %]" selected="selected" data-sort1-authcat="[% budget_loo.b_sort1_authcat %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat %]" >- style="[% IF ( budget_loo.b_level == 0 ) %]font-weight:bold;[% END %] padding-left:[% budget_loo.b_level %]em;" >+ style="padding-left:[% budget_loo.b_level %]em;" > > > [% ELSE %] > [% bdgclass=budget_loo.b_active? "": "b_inactive" %] > <option value="[% budget_loo.b_id %]" class="[% bdgclass %]" data-sort1-authcat="[% budget_loo.b_sort1_authcat %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat %]" >- style="[% IF ( budget_loo.b_level == 0 ) %]font-weight:bold;[% END %] padding-left:[% budget_loo.b_level %]em;" >+ style="padding-left:[% budget_loo.b_level %]em;" > > > [% END %] > [% budget_loo.b_txt %][% IF !budget_loo.b_active %] (inactive)[% END %] >-- >2.7.4
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 16123
:
50436
|
51933
|
56303
|
56406
|
56407
|
56890
|
56891
| 56892