https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25118
--- Comment #3 from Katrin Fischer <[email protected]> --- { "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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
