@@ -39,31 +39,31 @@ THE SOFTWARE.
3939 <a href =" #"
4040 class =" action"
4141 title =" ${%SelectAll.title}"
42- onclick = " selectAll(this);return false; " >${%SelectAll}</a >
42+ data-action = " select-all " >${%SelectAll}</a >
4343 <a href =" #"
4444 class =" action"
4545 title =" ${%SelectAllMigratable.title}"
46- onclick = " selectAllMigratable(this);return false; " >${%SelectAllMigratable}</a >
46+ data-action = " select-migratable " >${%SelectAllMigratable}</a >
4747 <a href =" #"
4848 class =" action"
4949 title =" ${%SelectAllValid.title}"
50- onclick = " selectAllValid(this);return false; " >${%SelectAllValid}</a >
50+ data-action = " select-all-valid " >${%SelectAllValid}</a >
5151 <a href =" #"
5252 class =" action"
5353 title =" ${%SelectAllInvalid.title}"
54- onclick = " selectAllInvalid(this);return false; " >${%SelectAllInvalid}</a >
54+ data-action = " select-all-invalid " >${%SelectAllInvalid}</a >
5555 </div >
5656 <div class =" action-panel" >
5757 <span class =" yui-button" >
58- <button class =" action-migrate-selected" onclick = " confirmAndMigrateAllSelected(this); "
58+ <button class =" action action -migrate-selected"
5959 data-url =" ${rootURL}/${it.url}/migrateAllSelected"
6060 data-confirm-template =" ${%MigrateAllSelected_confirm}"
6161 data-nothing-selected =" ${%MigrateAllSelected_nothing}" >
6262 ${%MigrateAllSelected}
6363 </button >
6464 </span >
6565 <span class =" yui-button" >
66- <button class =" action-ignore-selected" onclick = " confirmAndIgnoreAllSelected(this); "
66+ <button class =" action action -ignore-selected"
6767 data-url =" ${rootURL}/${it.url}/ignoreAllSelected"
6868 data-confirm-template =" ${%IgnoreAllSelected_confirm}"
6969 data-nothing-selected =" ${%IgnoreMigrateAllSelected_nothing}" >
@@ -187,32 +187,32 @@ THE SOFTWARE.
187187 <a href =" #"
188188 class =" action"
189189 title =" ${%SelectAll.title}"
190- onclick = " selectAll(this);return false; " >${%SelectAll}</a >
190+ data-action = " select-all " >${%SelectAll}</a >
191191 <a href =" #"
192192 class =" action"
193193 title =" ${%SelectAllMigratable.title}"
194- onclick = " selectAllMigratable(this);return false; " >${%SelectAllMigratable}</a >
194+ data-action = " select-migratable " >${%SelectAllMigratable}</a >
195195 <a href =" #"
196196 class =" action"
197197 title =" ${%SelectAllValid.title}"
198- onclick = " selectAllValid(this);return false; " >${%SelectAllValid}</a >
198+ data-action = " select-all-valid " >${%SelectAllValid}</a >
199199 <a href =" #"
200200 class =" action"
201201 title =" ${%SelectAllInvalid.title}"
202- onclick = " selectAllInvalid(this);return false; " >${%SelectAllInvalid}</a >
202+ data-action = " select-all-invalid " >${%SelectAllInvalid}</a >
203203 </div >
204204
205205 <div class =" action-panel" >
206206 <span class =" yui-button" >
207- <button class =" action-migrate-selected" onclick = " confirmAndMigrateAllSelected(this); "
207+ <button class =" action action -migrate-selected"
208208 data-url =" ${rootURL}/${it.url}/migrateAllSelected"
209209 data-confirm-template =" ${%MigrateAllSelected_confirm}"
210210 data-nothing-selected =" ${%MigrateAllSelected_nothing}" >
211211 ${%MigrateAllSelected}
212212 </button >
213213 </span >
214214 <span class =" yui-button" >
215- <button class =" action-ignore-selected" onclick = " confirmAndIgnoreAllSelected(this); "
215+ <button class =" action action -ignore-selected"
216216 data-url =" ${rootURL}/${it.url}/ignoreAllSelected"
217217 data-confirm-template =" ${%IgnoreAllSelected_confirm}"
218218 data-nothing-selected =" ${%IgnoreMigrateAllSelected_nothing}" >
0 commit comments