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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-3 / +2 lines)
Lines 344-350 function placeHold () { Link Here
344
		<div id="privateshelves" class="ui-tabs-panel" style="display:none;">
344
		<div id="privateshelves" class="ui-tabs-panel" style="display:none;">
345
		[% END %]
345
		[% END %]
346
            [% IF ( shelveslooppriv ) %]
346
            [% IF ( shelveslooppriv ) %]
347
			[% pagination_bar %]
347
			<div class="pages">[% pagination_bar %]</div>
348
        		<table>
348
        		<table>
349
        		<tr><th>List Name</th><th>Contents</th><th>Sort by</th><th>Type</th><th>Options</th></tr>
349
        		<tr><th>List Name</th><th>Contents</th><th>Sort by</th><th>Type</th><th>Options</th></tr>
350
                [% FOREACH shelveslooppri IN shelveslooppriv %]
350
                [% FOREACH shelveslooppri IN shelveslooppriv %]
Lines 396-402 function placeHold () { Link Here
396
		<div id="publicshelves" class="ui-tabs-panel" style="display:none;">
396
		<div id="publicshelves" class="ui-tabs-panel" style="display:none;">
397
		[% END %]
397
		[% END %]
398
        [% IF ( shelvesloop ) %]
398
        [% IF ( shelvesloop ) %]
399
		[% pagination_bar %]
399
		<div class="pages">[% pagination_bar %]</div>
400
        <table>
400
        <table>
401
        <tr><th>List Name</th><th>Contents</th><th>Sort By</th><th>Type</th><th>Options</th></tr>
401
        <tr><th>List Name</th><th>Contents</th><th>Sort By</th><th>Type</th><th>Options</th></tr>
402
            [% FOREACH shelvesloo IN shelvesloop %]
402
            [% FOREACH shelvesloo IN shelvesloop %]
403
- 

Return to bug 5498