Lines 81-87
Link Here
|
81 |
</div> <!-- /#floating --> |
81 |
</div> <!-- /#floating --> |
82 |
|
82 |
|
83 |
[% IF ( verbose ) %] |
83 |
[% IF ( verbose ) %] |
84 |
<form action="opac-basket.pl" method="get" name="bookbag_form" id="bookbag_form" class="checkboxed"> |
84 |
<form action="opac-basket.pl" method="get" name="bookbag_form" id="bookbag_form"> |
85 |
[% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %] |
85 |
[% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %] |
86 |
<h2> |
86 |
<h2> |
87 |
<input type="checkbox" class="cb" value="[% BIBLIO_RESULT.biblionumber | html %]" name="bib[% BIBLIO_RESULT.biblionumber | html %]" id="bib[% BIBLIO_RESULT.biblionumber | html %]"> |
87 |
<input type="checkbox" class="cb" value="[% BIBLIO_RESULT.biblionumber | html %]" name="bib[% BIBLIO_RESULT.biblionumber | html %]" id="bib[% BIBLIO_RESULT.biblionumber | html %]"> |
Lines 256-262
Link Here
|
256 |
|
256 |
|
257 |
[% ELSE %] |
257 |
[% ELSE %] |
258 |
|
258 |
|
259 |
<form action="/cgi-bin/koha/opac-basket.pl" method="get" name="bookbag_form" id="bookbag_form" class="checkboxed"> |
259 |
<form action="/cgi-bin/koha/opac-basket.pl" method="get" name="bookbag_form" id="bookbag_form"> |
260 |
<table id="itemst" class="table table-bordered table-striped"> |
260 |
<table id="itemst" class="table table-bordered table-striped"> |
261 |
<thead> |
261 |
<thead> |
262 |
<tr> |
262 |
<tr> |
263 |
- |
|
|