Skip to content
Snippets Groups Projects
Commit b4455eef authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #9836 start send document already sent

parent ac13a8f6
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,9 @@ class MaarchParapheurController
}
}
$html .= '</select><br /><br /><br /><br />';
$html .= '<input type="radio" name="objectSent" id="objectSentNote" value="mail" checked="checked" /><label for="objectSentNote" style="float: none;display: unset;">' . _MAIL_NOTE . '</label><br/>';
$html .= '<input type="radio" name="objectSent" id="objectSentSign" value="attachment" /><label for="objectSentSign" style="float: none;display: unset;">' . _ATTACHMENT_SIGNATURE .'</label><br /><br />';
$html .= '<input type="radio" name="objectSent" id="objectSentNote" value="mail" checked="checked" onclick="$j(\'#labelSendSignedResponse\').hide()"/><label for="objectSentNote" style="float: none;display: unset;">' . _MAIL_NOTE . '</label><br/>';
$html .= '<input type="radio" name="objectSent" id="objectSentSign" value="attachment" onclick="$j(\'#labelSendSignedResponse\').show()" /><label for="objectSentSign" style="float: none;display: unset;">' . _ATTACHMENT_SIGNATURE .'</label><br /><br /><br />';
$html .= '<span id="labelSendSignedResponse" style="display:none"><input type="checkbox" name="sendSignedResponse" id="sendSignedResponse" value="true"><label for="sendSignedResponse" style="float: none;display: unset;">Envoyer aussi les documents déjà signés</label></span><br/><br />';
return $html;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment