Bugzilla – Attachment #4758: Bug 6080: Add id to total line in funds table for
bug #6080
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 6080
Collapse All
|
Expand All
(-)
a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-2 / +1 lines)
Lines 99-105 $(document).ready(function() {
Link Here
99
<th>Avail</th>
99
<th>Avail</th>
100
</tr>
100
</tr>
101
</thead>
101
</thead>
102
<tfoot>
102
<tfoot id="funds_total">
103
<tr>
103
<tr>
104
<th>Total</th>
104
<th>Total</th>
105
<th> </th>
105
<th> </th>
106
-
Return to
bug 6080