Koha/koha-tmpl/intranet-tmpl/prog/en/modules/tools
Julian Maurice 27770b7c8f Bug 16238: Use .prop() instead of .attr() for 'checked'
According to https://jquery.com/upgrade-guide/1.9/#attr-versus-prop-
.attr() is no longer correct to access the checked state of a checkbox.

This patch do the following replacements:
  .attr('checked')               =>  .prop('checked')
  .attr('checked, '')            =>  .prop('checked', false)
  .attr('checked, 'checked')     =>  .prop('checked', true)
  .attr('checked', boolValue)    =>  .prop('checked', boolValue)
  .removeAttr('checked')         =>  .prop('checked', false)
  .attr('checked') == 'checked'  =>  .is(':checked')

Signed-off-by: Marc Véron <veron@veron.ch>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-04-29 14:18:24 +00:00
..
automatic_item_modification_by_age.tt Bug 16193: Typo in Automatic item modifications by age 2016-04-07 00:00:44 +00:00
batch_delete_records.tt Bug 16238: Use .prop() instead of .attr() for 'checked' 2016-04-29 14:18:24 +00:00
batch_record_modification.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
batchMod-del.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
batchMod-edit.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
batchMod.tt
cleanborrowers.tt Bug 10612 - Add ability to delete patrons with batch patron deletion tool 2016-04-01 19:52:13 +00:00
csv-profiles.tt Bug 15413: Adding colons where appropriate 2016-03-25 21:50:56 +00:00
export.tt Bug 15413: Adding colons where appropriate 2016-03-25 21:50:56 +00:00
holidays.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
import_borrowers.tt Bug 15840: Catch errors if userid already exists when importing patrons 2016-03-21 21:24:00 +00:00
inventory.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
koha-news.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
letter.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
manage-marc-import.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
marc_modification_templates.tt Bug 15868: Ask for confirmation when deleting a MMT action 2016-03-22 00:15:42 +00:00
modborrowers.tt Bug 16238: Use .prop() instead of .attr() for 'checked' 2016-04-29 14:18:24 +00:00
overduerules.tt
picture-upload.tt Bug 15635: Koha::Patron::Images - Remove PutPatronImage 2016-03-04 12:53:00 +00:00
quotes-upload.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
quotes.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
scheduler.tt
showdiffmarc.tt
stage-marc-import.tt Bug 16052: Putting buttons from after MARC records have been staged into a toolbar 2016-03-23 20:52:13 +00:00
tools-home.tt Bug 14686: Add Upload to Tools menu 2016-04-27 16:14:17 +00:00
upload-images.tt
upload.tt Bug 14686: Add Upload to Tools menu 2016-04-27 16:14:17 +00:00
viewlog.tt