17 lines
824 B
PHP
Executable File
17 lines
824 B
PHP
Executable File
<div id="div_vider_messagerie">
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;' >
|
|
<tbody>
|
|
<tr>
|
|
<td width="30%" ><INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="dateLimite" NAME="dateLimite" value="<?= dateLang($_SESSION['p_hier_C']) ?>" required AUTOCOMPLETE="OFF" ></td>
|
|
|
|
|
|
<td align="center"> <input style='font-size:10pt;' type="button" class = "form-control btn btn-primary" value="<?= _("Vider") ?>" onClick="javascript:vidermessagerie();"> </td>
|
|
|
|
<td width="35%"> <input style='font-size:10pt;' class = "form-control btn btn-warning" type="button" value="<?= _("Annuler") ?>" onClick='javascript:$("#btn_pop_vider_messagerie_quit").click();'/> </td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
</div>
|