[Koha-bugs] [Bug 25118] Return claims has some translation issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 13 06:28:09 CEST 2020


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

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
                    {
                        "mDataProp": function ( oObj ) {
                            let delete_html = oObj.resolved_on
                                ? '<li><a href="#"
class="return-claim-tools-delete" data-return-claim-id="' + oObj.id + '"><i
class="fa fa-trash"></i> Delete</a></li>'
                                : "";
                            let resolve_html = ! oObj.resolution
                                ? '<li><a href="#"
class="return-claim-tools-resolve" data-return-claim-id="' + oObj.id + '"><i
class="fa fa-check-square"></i> Resolve</a></li>'
                                : "";

                            return  '<div class="btn-group">'
                                  + ' <button type="button" class="btn
btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">'
                                  + '  Actions <span class="caret"></span>'
                                  + ' </button>'
                                  + ' <ul class="dropdown-menu">'
                                  + '  <li><a href="#"
class="return-claim-tools-editnotes" data-return-claim-id="' + oObj.id + '"><i
class="fa fa-edit"></i> Edit notes</a></li>'
                                  + resolve_html
                                  + delete_html
                                  + ' </ul>'
                                  + ' </div>';
                        }

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


More information about the Koha-bugs mailing list