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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (+11 lines)
Lines 2548-2550 a.disabled { Link Here
2548
.modal-header .closebtn{margin-top:2px;}
2548
.modal-header .closebtn{margin-top:2px;}
2549
.closebtn{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.closebtn:hover{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);}
2549
.closebtn{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.closebtn:hover{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);}
2550
button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
2550
button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
2551
2552
#BudgetsAndFundsWrapper {
2553
    display: block;
2554
    float: left;
2555
    width: auto;
2556
}
2557
2558
#acqui_acqui_home_order {
2559
    margin-right: 50px;
2560
    min-width: 780px;
2561
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-2 / +5 lines)
Lines 91-97 $(document).ready(function() { Link Here
91
91
92
</div>
92
</div>
93
93
94
<div class="yui-u">
94
<div class="yui-u" id="BudgetsAndFundsWrapper">
95
95
96
        [% IF ( loop_budget ) %]
96
        [% IF ( loop_budget ) %]
97
97
Lines 107-112 $(document).ready(function() { Link Here
107
        <thead>
107
        <thead>
108
        <tr>
108
        <tr>
109
            <th>Fund</th>
109
            <th>Fund</th>
110
            <th>Fund name</th>
110
            <th>Owner</th>
111
            <th>Owner</th>
111
            <th>Library</th>
112
            <th>Library</th>
112
            <th>Amount</th>
113
            <th>Amount</th>
Lines 120-125 $(document).ready(function() { Link Here
120
            <th>Total</th>
121
            <th>Total</th>
121
            <th>&nbsp;</th>
122
            <th>&nbsp;</th>
122
            <th>&nbsp;</th>
123
            <th>&nbsp;</th>
124
            <th>&nbsp;</th>
123
            <th align="right" ><span class="bu_active" style="display : none;">[% total %]</span><span class="bu_inactive" >[% total_active %]</span></th>
125
            <th align="right" ><span class="bu_active" style="display : none;">[% total %]</span><span class="bu_inactive" >[% total_active %]</span></th>
124
            <th align="right" ><span class="bu_active" style="display : none;">[% totordered %]</span><span class="bu_inactive" >[% totordered_active %]</span></th>
126
            <th align="right" ><span class="bu_active" style="display : none;">[% totordered %]</span><span class="bu_inactive" >[% totordered_active %]</span></th>
125
            <th align="right" ><span class="bu_active" style="display : none;">[% totspent %]</span><span class="bu_inactive" >[% totspent_active %]</span></th>
127
            <th align="right" ><span class="bu_active" style="display : none;">[% totspent %]</span><span class="bu_inactive" >[% totspent_active %]</span></th>
Lines 135-140 $(document).ready(function() { Link Here
135
                <tr class="highlight">
137
                <tr class="highlight">
136
            [% END %]
138
            [% END %]
137
                <td align="center">[% loop_budge.budget_code %]</td>
139
                <td align="center">[% loop_budge.budget_code %]</td>
140
                <td>[% loop_budge.budget_name %]</td>
138
                <td align="center">[% loop_budge.budget_owner %]</td>
141
                <td align="center">[% loop_budge.budget_owner %]</td>
139
                <td align="center">[% loop_budge.budget_branchname %]</td>
142
                <td align="center">[% loop_budge.budget_branchname %]</td>
140
                <td align="right" >[% loop_budge.budget_amount %]</td>
143
                <td align="right" >[% loop_budge.budget_amount %]</td>
Lines 149-154 $(document).ready(function() { Link Here
149
                <tr class="highlight" id = "b_inactive" style="display : none;">
152
                <tr class="highlight" id = "b_inactive" style="display : none;">
150
            [% END %]
153
            [% END %]
151
            <td align="center" >[% loop_budge.budget_code %]</td>
154
            <td align="center" >[% loop_budge.budget_code %]</td>
155
                <td>[% loop_budge.budget_name %]</td>
152
                <td align="center">[% loop_budge.budget_owner %]</td>
156
                <td align="center">[% loop_budge.budget_owner %]</td>
153
                <td align="center">[% loop_budge.budget_branchname %]</td>
157
                <td align="center">[% loop_budge.budget_branchname %]</td>
154
                <td align="right" >[% loop_budge.budget_amount %]</td>
158
                <td align="right" >[% loop_budge.budget_amount %]</td>
155
- 

Return to bug 9549