Lines 582-589
Link Here
|
582 |
); |
582 |
); |
583 |
$('td:eq(5) ul', nRow).append('<li><a href="' |
583 |
$('td:eq(5) ul', nRow).append('<li><a href="' |
584 |
+ diff_url.format( [% import_batch_id | html %], aData['import_record_id'], item.candidate_match_id, item.record_type) + '">' + _("View") + '</a></li>'); |
584 |
+ diff_url.format( [% import_batch_id | html %], aData['import_record_id'], item.candidate_match_id, item.record_type) + '">' + _("View") + '</a></li>'); |
|
|
585 |
checked = ""; |
585 |
}); |
586 |
}); |
586 |
checked = ""; |
|
|
587 |
if( !any_checked ){ checked = 'checked="checked"'; } |
587 |
if( !any_checked ){ checked = 'checked="checked"'; } |
588 |
$('td:eq(4) ul', nRow).prepend('<li><label><input type="radio" data-import_record_id="'+aData['import_record_id']+'" class="chosen" name="import_record_id_'+aData['import_record_id']+'_match" value="none" ' + checked + disabled + ' > Ignore matches</label></li>'); |
588 |
$('td:eq(4) ul', nRow).prepend('<li><label><input type="radio" data-import_record_id="'+aData['import_record_id']+'" class="chosen" name="import_record_id_'+aData['import_record_id']+'_match" value="none" ' + checked + disabled + ' > Ignore matches</label></li>'); |
589 |
$('td:eq(5) ul', nRow).prepend('<li> </li>'); |
589 |
$('td:eq(5) ul', nRow).prepend('<li> </li>'); |
590 |
- |
|
|