View | Details | Raw Unified | Return to bug 9744
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (+11 lines)
Lines 2280-2282 div#acqui_order_supplierlist > div.supplier > div.baskets { Link Here
2280
.contents .r {
2280
.contents .r {
2281
    display: inline;
2281
    display: inline;
2282
}
2282
}
2283
2284
#BudgetsAndFundsWrapper {
2285
    display: block;
2286
    float: left;
2287
    width: auto;
2288
}
2289
2290
#acqui_acqui_home_order {
2291
    margin-right: 50px;
2292
    min-width: 780px;
2293
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-2 / +5 lines)
Lines 75-81 $(document).ready(function() { Link Here
75
75
76
</div>
76
</div>
77
77
78
<div class="yui-u">
78
<div class="yui-u" id="BudgetsAndFundsWrapper">
79
79
80
        [% IF ( loop_budget ) %]
80
        [% IF ( loop_budget ) %]
81
81
Lines 91-96 $(document).ready(function() { Link Here
91
        <thead>
91
        <thead>
92
        <tr>
92
        <tr>
93
            <th>Fund</th>
93
            <th>Fund</th>
94
	    <th>Fund name</th>
94
            <th>Owner</th>
95
            <th>Owner</th>
95
            <th>Library</th>
96
            <th>Library</th>
96
            <th>Amount</th>
97
            <th>Amount</th>
Lines 104-109 $(document).ready(function() { Link Here
104
            <th>Total</th>
105
            <th>Total</th>
105
            <th>&nbsp;</th>
106
            <th>&nbsp;</th>
106
            <th>&nbsp;</th>
107
            <th>&nbsp;</th>
108
            <th>&nbsp;</th>
107
            <th align="right" ><span class="bu_active" style="display : none;">[% total %]</span><span class="bu_inactive" >[% total_active %]</span></th>
109
            <th align="right" ><span class="bu_active" style="display : none;">[% total %]</span><span class="bu_inactive" >[% total_active %]</span></th>
108
            <th align="right" ><span class="bu_active" style="display : none;">[% totordered %]</span><span class="bu_inactive" >[% totordered_active %]</span></th>
110
            <th align="right" ><span class="bu_active" style="display : none;">[% totordered %]</span><span class="bu_inactive" >[% totordered_active %]</span></th>
109
            <th align="right" ><span class="bu_active" style="display : none;">[% totspent %]</span><span class="bu_inactive" >[% totspent_active %]</span></th>
111
            <th align="right" ><span class="bu_active" style="display : none;">[% totspent %]</span><span class="bu_inactive" >[% totspent_active %]</span></th>
Lines 119-124 $(document).ready(function() { Link Here
119
                <tr class="highlight">
121
                <tr class="highlight">
120
            [% END %]
122
            [% END %]
121
                <td align="center">[% loop_budge.budget_code %]</td>
123
                <td align="center">[% loop_budge.budget_code %]</td>
124
                <td>[% loop_budge.budget_name %]</td>
122
                <td align="center">[% loop_budge.budget_owner %]</td>
125
                <td align="center">[% loop_budge.budget_owner %]</td>
123
                <td align="center">[% loop_budge.budget_branchname %]</td>
126
                <td align="center">[% loop_budge.budget_branchname %]</td>
124
                <td align="right" >[% loop_budge.budget_amount %]</td>
127
                <td align="right" >[% loop_budge.budget_amount %]</td>
Lines 133-138 $(document).ready(function() { Link Here
133
                <tr class="highlight" id = "b_inactive" style="display : none;">
136
                <tr class="highlight" id = "b_inactive" style="display : none;">
134
            [% END %]
137
            [% END %]
135
            <td align="center" >[% loop_budge.budget_code %]</td>
138
            <td align="center" >[% loop_budge.budget_code %]</td>
139
                <td>[% loop_budge.budget_name %]</td>
136
                <td align="center">[% loop_budge.budget_owner %]</td>
140
                <td align="center">[% loop_budge.budget_owner %]</td>
137
                <td align="center">[% loop_budge.budget_branchname %]</td>
141
                <td align="center">[% loop_budge.budget_branchname %]</td>
138
                <td align="right" >[% loop_budge.budget_amount %]</td>
142
                <td align="right" >[% loop_budge.budget_amount %]</td>
139
- 

Return to bug 9744