[Koha-bugs] [Bug 16939] Making all 'add to basket' actions buttons

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 19 23:50:59 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16939

--- Comment #2 from Héctor Eduardo Castro Avalos <hector.hecaxmmx at 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.


More information about the Koha-bugs mailing list