Lines 132-138
Link Here
|
132 |
[% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items || |
132 |
[% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items || |
133 |
CAN_user_serials_create_subscription ) %] |
133 |
CAN_user_serials_create_subscription ) %] |
134 |
<div class="btn-group"> |
134 |
<div class="btn-group"> |
135 |
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown"><i class="icon-plus"></i> New <span class="caret"></span></button> |
135 |
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New <span class="caret"></span></button> |
136 |
<ul class="dropdown-menu"> |
136 |
<ul class="dropdown-menu"> |
137 |
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %] |
137 |
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %] |
138 |
<li><a id="newbiblio" href="/cgi-bin/koha/cataloguing/addbiblio.pl">New record</a></li> |
138 |
<li><a id="newbiblio" href="/cgi-bin/koha/cataloguing/addbiblio.pl">New record</a></li> |
Lines 157-163
CAN_user_serials_create_subscription ) %]
Link Here
|
157 |
|
157 |
|
158 |
[% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items || CAN_user_tools_items_batchmod || CAN_user_tools_items_batchdel ) or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %] |
158 |
[% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items || CAN_user_tools_items_batchmod || CAN_user_tools_items_batchdel ) or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %] |
159 |
<div class="btn-group"> |
159 |
<div class="btn-group"> |
160 |
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown"><i class="icon-pencil"></i> Edit <span class="caret"></span></button> |
160 |
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown"><i class="fa fa-pencil"></i> Edit <span class="caret"></span></button> |
161 |
<ul class="dropdown-menu"> |
161 |
<ul class="dropdown-menu"> |
162 |
[% IF CAN_user_editcatalogue_edit_catalogue or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %] |
162 |
[% IF CAN_user_editcatalogue_edit_catalogue or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %] |
163 |
<li><a id="editbiblio" href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% biblionumber %]&frameworkcode=[% current_framework %]&op=">Edit record</a></li> |
163 |
<li><a id="editbiblio" href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% biblionumber %]&frameworkcode=[% current_framework %]&op=">Edit record</a></li> |
Lines 214-220
CAN_user_serials_create_subscription ) %]
Link Here
|
214 |
[% END %] |
214 |
[% END %] |
215 |
|
215 |
|
216 |
<div class="btn-group"> |
216 |
<div class="btn-group"> |
217 |
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown"><i class="icon-download-alt"></i> Save <span class="caret"></span></button> |
217 |
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown"><i class="fa fa-download-alt"></i> Save <span class="caret"></span></button> |
218 |
<ul class="dropdown-menu"> |
218 |
<ul class="dropdown-menu"> |
219 |
<li><a href="/cgi-bin/koha/catalogue/export.pl?format=bibtex&op=export&bib=[% biblionumber %]">BIBTEX</a></li> |
219 |
<li><a href="/cgi-bin/koha/catalogue/export.pl?format=bibtex&op=export&bib=[% biblionumber %]">BIBTEX</a></li> |
220 |
<li><a href="/cgi-bin/koha/catalogue/export.pl?format=dc&op=export&bib=[% biblionumber %]">Dublin Core (XML)</a></li> |
220 |
<li><a href="/cgi-bin/koha/catalogue/export.pl?format=dc&op=export&bib=[% biblionumber %]">Dublin Core (XML)</a></li> |
Lines 236-254
CAN_user_serials_create_subscription ) %]
Link Here
|
236 |
</ul> |
236 |
</ul> |
237 |
</div> |
237 |
</div> |
238 |
[% ELSIF ( virtualshelves ) %] |
238 |
[% ELSIF ( virtualshelves ) %] |
239 |
<div class="btn-group"><a id="addtoshelf" class="btn btn-small"><i class="icon-list"></i> Add to list</a> </div> |
239 |
<div class="btn-group"><a id="addtoshelf" class="btn btn-small"><i class="fa fa-list"></i> Add to list</a> </div> |
240 |
[% ELSIF ( intranetbookbag ) %] |
240 |
[% ELSIF ( intranetbookbag ) %] |
241 |
<div class="btn-group"><a id="addtocart" class="btn btn-small"><i class="icon-shopping-cart"></i> Add to cart</a> </div> |
241 |
<div class="btn-group"><a id="addtocart" class="btn btn-small"><i class="fa fa-shopping-cart"></i> Add to cart</a> </div> |
242 |
[% END %] |
242 |
[% END %] |
243 |
|
243 |
|
244 |
<div class="btn-group"><a id="printbiblio" class="btn btn-small"><i class="icon-print"></i> Print</a></div> |
244 |
<div class="btn-group"><a id="printbiblio" class="btn btn-small"><i class="fa fa-print"></i> Print</a></div> |
245 |
|
245 |
|
246 |
[% IF ( CAN_user_reserveforothers ) %] |
246 |
[% IF ( CAN_user_reserveforothers ) %] |
247 |
[% UNLESS ( norequests ) %] |
247 |
[% UNLESS ( norequests ) %] |
248 |
[% IF ( holdfor ) %] |
248 |
[% IF ( holdfor ) %] |
249 |
<div class="btn-group"> |
249 |
<div class="btn-group"> |
250 |
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown"> |
250 |
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown"> |
251 |
<i class="icon-hold"></i> |
251 |
<i class="fa fa-hold"></i> |
252 |
Place hold |
252 |
Place hold |
253 |
<span class="caret"></span> |
253 |
<span class="caret"></span> |
254 |
</button> |
254 |
</button> |
Lines 258-264
CAN_user_serials_create_subscription ) %]
Link Here
|
258 |
</ul> |
258 |
</ul> |
259 |
</div> |
259 |
</div> |
260 |
[% ELSE %] |
260 |
[% ELSE %] |
261 |
<div class="btn-group"><a id="placehold" class="btn btn-small" href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblionumber %]"><i class="icon-hold"></i> Place hold</a></div> |
261 |
<div class="btn-group"><a id="placehold" class="btn btn-small" href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblionumber %]"><i class="fa fa-hold"></i> Place hold</a></div> |
262 |
[% END %] |
262 |
[% END %] |
263 |
[% END %] |
263 |
[% END %] |
264 |
[% END %] |
264 |
[% END %] |