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

            Bug ID: 33323
           Summary: Select button in patron search modal is not
                    translatable
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Keywords: Academy
          Severity: minor
          Priority: P5 - low
         Component: I18N/L10N
          Assignee: koha-bugs@lists.koha-community.org
          Reporter: katrin.fisc...@bsz-bw.de
        QA Contact: testo...@bugs.koha-community.org
                CC: frede...@tamil.fr

The modal is used in different places, one example is adding an owner/user to
an acquisition fund. When you search for patrons to add, the select button in
the last table column is not translatable:

It's build with JS and we are missing the right mark-up.

koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc:

                                        action_node += '<a href="#" class="btn
btn-default btn-xs select_user" data-borrowernumber="' + patron_id +
'">Select</a><input type="hidden" id="borrower_data' + patron_id + '"
name="borrower_data'+ patron_id + '" value=\''+JSON.stringify(row)+'\' />';

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to