Re: [Koha-devel] Fwd: Streamlining frontend development in Koha

2014-11-21 Thread Tomas Cohen Arazi
To avoid breaking phrases we currently use placeholders like here: (from koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc) var RENEWALS_REMAINING = _("%s of %s renewals remaining"); and then using like this: (from koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js) RENEWALS_REMAINING.format( oO

[Koha-devel] Fwd: Streamlining frontend development in Koha

2014-11-21 Thread Jesse
I've been working on Rancor, a professional MARC editor for Koha sponsored by ByWater and DGI, for the past year or so. As Rancor has a lot more client-side complexity than many other parts of the staff interface, I've run into some major frustrations. I have a proposed solution for them, and would