@@ -, +, @@ local cover images (Font Awesome Icons) -Set syspref LocalCoverImages and OPACLocalCoverImages to Allow -A new tab 'Images' appear in bib record detail on Intranet. -Notice about the button upload. -Apply the patch and reload the page. -The button is changed for class=btn btn-mini like the button "edit" used in items in the tab Holdings -Also added the Font Awesome icon upload "fa fa-upload" class. --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -85,7 +85,7 @@ function verify_images() { no_images_msg = '

' + no_images_msg + '

'; [% IF ( CAN_user_tools_upload_local_cover_images ) %] var please_upload = _("Please select the image file to upload. %sUpload%s").format( - "", + " ", ""); no_images_msg += "

" + please_upload + '

'; [% END %] --