https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25279 --- Comment #7 from Josef Moravec <josef.moravec@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.