Lines 575-582
Link Here
|
575 |
); |
575 |
); |
576 |
$('td:eq(5) ul', nRow).append('<li><a href="' |
576 |
$('td:eq(5) ul', nRow).append('<li><a href="' |
577 |
+ diff_url.format( [% import_batch_id | html %], aData['import_record_id'], item.candidate_match_id, item.record_type) + '">' + _("View") + '</a></li>'); |
577 |
+ diff_url.format( [% import_batch_id | html %], aData['import_record_id'], item.candidate_match_id, item.record_type) + '">' + _("View") + '</a></li>'); |
|
|
578 |
checked = ""; |
578 |
}); |
579 |
}); |
579 |
checked = ""; |
|
|
580 |
if( !any_checked ){ checked = 'checked="checked"'; } |
580 |
if( !any_checked ){ checked = 'checked="checked"'; } |
581 |
$('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>'); |
581 |
$('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>'); |
582 |
$('td:eq(5) ul', nRow).prepend('<li> </li>'); |
582 |
$('td:eq(5) ul', nRow).prepend('<li> </li>'); |
583 |
- |
|
|