Lines 188-193
Link Here
|
188 |
<h3>Contents of <em>[% shelf.shelfname | html %]</em></h3> |
188 |
<h3>Contents of <em>[% shelf.shelfname | html %]</em></h3> |
189 |
<div class="pages">[% pagination_bar | $raw %]</div> |
189 |
<div class="pages">[% pagination_bar | $raw %]</div> |
190 |
<form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post"> |
190 |
<form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post"> |
|
|
191 |
[% INCLUDE 'csrf-token.inc' %] |
191 |
<input type="hidden" name="op" value="remove_biblios" /> |
192 |
<input type="hidden" name="op" value="remove_biblios" /> |
192 |
<input type="hidden" name="referer" value="view" /> |
193 |
<input type="hidden" name="referer" value="view" /> |
193 |
<input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" /> |
194 |
<input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" /> |
Lines 316-321
Link Here
|
316 |
[% IF op == 'add_form' OR op == 'edit_form' %] |
317 |
[% IF op == 'add_form' OR op == 'edit_form' %] |
317 |
|
318 |
|
318 |
<form method="post" action="/cgi-bin/koha/virtualshelves/shelves.pl" class="validated"> |
319 |
<form method="post" action="/cgi-bin/koha/virtualshelves/shelves.pl" class="validated"> |
|
|
320 |
[% INCLUDE 'csrf-token.inc' %] |
319 |
<fieldset class="rows"> |
321 |
<fieldset class="rows"> |
320 |
|
322 |
|
321 |
[% IF op == 'add_form' %] |
323 |
[% IF op == 'add_form' %] |
Lines 450-455
Link Here
|
450 |
<div class="modal" id="addToList" tabindex="-1" role="dialog" aria-labelledby="addToListLabel"> |
452 |
<div class="modal" id="addToList" tabindex="-1" role="dialog" aria-labelledby="addToListLabel"> |
451 |
<div class="modal-dialog" role="document"> |
453 |
<div class="modal-dialog" role="document"> |
452 |
<form action="/cgi-bin/koha/virtualshelves/shelves.pl" method="post"> |
454 |
<form action="/cgi-bin/koha/virtualshelves/shelves.pl" method="post"> |
|
|
455 |
[% INCLUDE 'csrf-token.inc' %] |
453 |
<div class="modal-content"> |
456 |
<div class="modal-content"> |
454 |
<div class="modal-header"> |
457 |
<div class="modal-header"> |
455 |
<button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> |
458 |
<button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> |