';
showHtml += "
从 " + createSelectHtml(url.ss) + "
";
showHtml += '
{%trans "copy the following fields"%}:
';
arrCopyFields = options.copyFields.split(',')
showHtml += "
" + createCheckBoxHtml(arrCopyFields,1) + "
";
showHtml += "
{%trans "To your choice in front of the other transaction"%}
";
showHtml += createSubmitButton();
showHtml += "