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

--- Comment #2 from Héctor Eduardo Castro Avalos <hector.hecax...@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 %]&amp;basketno=[% basketno 
>%]&amp;booksellerid=[% booksellerid %]">Add orders</a></td>
>+                        <td><a href="[% batch_lis.scriptname 
>%]?import_batch_id=[% batch_lis.import_batch_id %]&amp;basketno=[% basketno 
>%]&amp;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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to