[Koha-bugs] [Bug 9294] Move JavaScript out of circulation template

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 13 15:29:42 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9294

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20684|0                           |1
        is obsolete|                            |

--- Comment #18 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 21090
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21090&action=edit
Bug 9294 - Move JavaScript out of circulation template

This patch creates a new js file, js/pages/circulation.js, and begins
the process of moving JavaScript into it from circulation.tt. I have
started the process by focusing on sections which are least dependent on
template variables.

To test, load a patron for checkout who has something checked out.
There should be no JavaScript errors:
 - Tabs should work.
 - Showing and hiding the "Add message" form should work.
 - The "specify due date" datepicker should work.
 - Controls for selecting checkboxes in the checkouts table should work

Signed-off-by: Campbell Reid-Tait <campbellreidtait at gmail.com>

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


More information about the Koha-bugs mailing list