radiantproduction/Vue/Commercial/index.php

61 lines
2.2 KiB
PHP

<legend> <?= _("Liste des commerciaux => Parémtrages") ?> </legend>
<div id="div_entete_apporteur" onkeypress="javascript:ctrlkeypress_rechercher_commercail_type_param(event);">
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:10pt; paddind:0px;">
<tbody>
<tr>
<td width="8%" > <?= _("Type") ?> </td>
<td width="30%">
<SELECT class="form-control" id="codeTypeApporteur" NAME="codeTypeApporteur" autofocus style="font-size:10pt;">
<?php liste_options_consultation($typeapporteurs, ""); ?>
</SELECT>
</td>
<td align='center' width="8%"> <?= _("Nom") ?> </td>
<td> <INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="libelleApporteur" name="libelleApporteur" > </td>
</tr>
<tr>
<td> </td>
<td align='center'> <input class="form-control btn btn-primary" type="button" value="<?= _("Rechercher dans le tyoe...") ?>"
onClick="javascript:rechercher_commercail_type_param();" style="font-size:10pt;"></td>
<td> </td>
<td align='center'> <input class="form-control btn btn-primary" type="button" value="<?= _("Rechercher partout")."..." ?>"
onClick="javascript:rechercher_commercail_type_param_tous();" style="font-size:10pt;"></td>
</tr>
</tbody>
</table>
</div>
<div id="div_detail_apporteur">
</div>
<button class="sr-only" id="btn_exporter" name="btn_exporter" type="button" data-toggle="modal" data-target="#pop_exporter" > </button>
<div class="modal fade" id="pop_exporter" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button id="btn_close_pop" name="btn_close_pop" type="button" class="close" data-dismiss="modal"> <?= _("Fermer") ?> </button>
<h4 class="modal-title"> <?= _("Exporter liste commerciaux...") ?> </h4>
</div>
<div class="modal-body">
<div id="div_export_apporteur">
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal"> <?= _("Fermer") ?> </button>
</div>
</div>
</div>
</div>