[Koha-bugs] [Bug 28132] Remove "this" from button descriptions on basket summary page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 14 11:50:00 CEST 2021


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #3 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Willing to fix the basketgroup view at the same time?

koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt:                  
         <div class="btn-group"><a href="[% script_name | url
%]?op=reopen&basketgroupid=[% basketgroupid | uri %]&booksellerid=[%
booksellerid | uri %]&mode=singlebg" class="btn btn-default"
id="reopenbutton"><i class="fa fa-download"></i> Reopen this basket
group</a></div>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt:                  
         <div class="btn-group"><a href="[% script_name | url
%]?op=export&basketgroupid=[% basketgroupid | uri %]&booksellerid=[%
booksellerid | uri %]" class="btn btn-default" id="exportbutton"><i class="fa
fa-download"></i> Export this basket group as CSV</a></div>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt:                  
         <div class="btn-group"><a href="[% script_name | url
%]?op=print&basketgroupid=[% basketgroupid | uri %]&booksellerid=[%
booksellerid | uri %]" class="btn btn-default" id="printbutton"><i class="fa
fa-download"></i> Print this basket group in PDF</a></div>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt:                  
                                     <li><a
href="/cgi-bin/koha/acqui/basket.pl?op=close&basketno=[% basket.basketno | uri
%]&booksellerid=[% basket.booksellerid | uri %]"><i class="fa
fa-times-circle"></i> Close this basket</a></li>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list