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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-3 / +2 lines)
Lines 250-256 function yuiToolbar() { Link Here
250
        [% ELSE %]<li><a href="#closed">Closed</a></li>[% END %]
250
        [% ELSE %]<li><a href="#closed">Closed</a></li>[% END %]
251
    </ul>
251
    </ul>
252
    <div id="opened">
252
    <div id="opened">
253
		<table>
253
		<table id="basket_group_opened">
254
			<thead>
254
			<thead>
255
				<tr>
255
				<tr>
256
					<th>Basket Group</th><th colspan="3">Action</th>
256
					<th>Basket Group</th><th colspan="3">Action</th>
Lines 282-288 function yuiToolbar() { Link Here
282
		</table>
282
		</table>
283
    </div>
283
    </div>
284
    <div id="closed">
284
    <div id="closed">
285
		<table>
285
		<table id="basket_group_closed">
286
			<thead>
286
			<thead>
287
				<tr>
287
				<tr>
288
					<th>Basket Group</th><th colspan="3">Action</th>
288
					<th>Basket Group</th><th colspan="3">Action</th>
289
- 

Return to bug 5345