|
Lines 22-29
Link Here
|
| 22 |
<li> |
22 |
<li> |
| 23 |
<label> </label> |
23 |
<label> </label> |
| 24 |
<select name="allow_delete_own" id="allow_delete_own"> |
24 |
<select name="allow_delete_own" id="allow_delete_own"> |
| 25 |
[% IF shelf.allow_delete_own %]<option value="0">Do not allow</option>[% ELSE %]<option value="0" selected="selected">Do not allow</option>[% END %] |
25 |
[% IF shelf and not shelf.allow_delete_own %]<option value="0" selected="selected">Do not allow</option>[% ELSE %]<option value="0">Do not allow</option>[% END %] |
| 26 |
[% IF shelf.allow_delete_own %]<option value="1" selected="selected">Allow</option>[% ELSE %]<option value="1">Allow</option>[% END %] |
26 |
[% IF not shelf or shelf.allow_delete_own %]<option value="1" selected="selected">Allow</option>[% ELSE %]<option value="1">Allow</option>[% END %] |
| 27 |
</select> |
27 |
</select> |
| 28 |
<span>anyone to remove his own contributed entries.</span> |
28 |
<span>anyone to remove his own contributed entries.</span> |
| 29 |
</li> |
29 |
</li> |
|
Lines 168-174
Link Here
|
| 168 |
<a href="/cgi-bin/koha/opac-downloadshelf.pl?shelfnumber=[% shelf.shelfnumber | html %]" class="download" data-toggle="modal" data-target="#modalWin">Download list</a> |
168 |
<a href="/cgi-bin/koha/opac-downloadshelf.pl?shelfnumber=[% shelf.shelfnumber | html %]" class="download" data-toggle="modal" data-target="#modalWin">Download list</a> |
| 169 |
|
169 |
|
| 170 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
170 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
| 171 |
<span class="sendlist"><a href="/cgi-bin/koha/opac-sendshelf.pl?shelfid=[% shelfnumber | html %]" class="send" onclick="open('/cgi-bin/koha/opac-sendshelf.pl?shelfid=[% shelfnumber | html %]','win_form','scrollbars=no,resizable=no,height=300,width=450,top=50,left=100'); return false; ">Send list</a></span> |
171 |
<span class="sendlist"><a href="/cgi-bin/koha/opac-sendshelf.pl?shelfid=[% shelf.shelfnumber | html %]" class="send" onclick="open('/cgi-bin/koha/opac-sendshelf.pl?shelfid=[% shelf.shelfnumber | html %]','win_form','scrollbars=no,resizable=no,height=300,width=450,top=50,left=100'); return false; ">Send list</a></span> |
| 172 |
[% END %] |
172 |
[% END %] |
| 173 |
|
173 |
|
| 174 |
<a class="print-small" target="_blank" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=[% shelf.shelfnumber %]&sortfield=[% sortfield %]&direction=[% direction |uri %]&print=1">Print list</a> |
174 |
<a class="print-small" target="_blank" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=[% shelf.shelfnumber %]&sortfield=[% sortfield %]&direction=[% direction |uri %]&print=1">Print list</a> |
|
Lines 521-527
Link Here
|
| 521 |
[% END %] |
521 |
[% END %] |
| 522 |
|
522 |
|
| 523 |
[% IF itemsloop && can_remove_biblios %] |
523 |
[% IF itemsloop && can_remove_biblios %] |
| 524 |
<input type="hidden" name="op" value="view" /> |
524 |
<input type="hidden" name="op" value="remove_biblios" /> |
| 525 |
<input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" /> |
525 |
<input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" /> |
| 526 |
<input type="hidden" name="modifyshelfcontents" value="1" /> |
526 |
<input type="hidden" name="modifyshelfcontents" value="1" /> |
| 527 |
<input type="submit" value="Remove selected items" id="remove-selected" class="btn btn-danger"/> |
527 |
<input type="submit" value="Remove selected items" id="remove-selected" class="btn btn-danger"/> |