https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16939 --- Comment #2 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- Comment on attachment 53484 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53484 Bug 16939: Making all 'add to basket' actions buttons
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -442,7 +442,7 @@ </td> <td><span title="[% batch_lis.staged_date %]">[% batch_lis.staged_date | $KohaDates with_hours => 1 %]</span></td> <td>[% batch_lis.num_records %]</td> - <td><a href="[% batch_lis.scriptname %]?import_batch_id=[% batch_lis.import_batch_id %]&basketno=[% basketno %]&booksellerid=[% booksellerid %]">Add orders</a></td> + <td><a href="[% batch_lis.scriptname %]?import_batch_id=[% batch_lis.import_batch_id %]&basketno=[% basketno %]&booksellerid=[% booksellerid %]" class="btn btn-mini"><i clas="fa fa-plus"></i> Add orders</a></td> </tr>
There is a typo in "clas" in "fa fa-plus" -- You are receiving this mail because: You are watching all bug changes.