[Koha-bugs] [Bug 25279] Make the cities list use the API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 30 14:02:54 CEST 2020


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

--- Comment #7 from Josef Moravec <josef.moravec at gmail.com> ---
Comment on attachment 103803
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103803
Bug 25279: Use the API to list cities

Review of attachment 103803:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=25279&attachment=103803)
-----------------------------------------------------------------

Looks great, only one little issue (see below)

::: koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt
@@ +196,5 @@
> +                    },
> +                    {
> +                        "data": function( row, type, val, meta ) {
> +
> +                            var result = '<a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/cities.pl?op=add_form&cityid='+ row.id +'"><i class="fa fa-pencil"></i> Edit</a>';

The button label is not translatable

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


More information about the Koha-bugs mailing list