22 lines
770 B
PHP
Executable File
22 lines
770 B
PHP
Executable File
<table >
|
|
<tbody>
|
|
<tr>
|
|
<td width="90%"></td>
|
|
<?php if (est_anglophone()) : ?>
|
|
<td width="5%">
|
|
<button id="btn-fermer" class="form-control btn btn-primary" onclick="JAVASCRIPT:fermeFormulaire();">Close</button>
|
|
</td>
|
|
<td width="5%">
|
|
<button id="btn-action" class="form-control btn btn-primary" onclick="JAVASCRIPT:formAjoutTableRef();">Add</button>
|
|
</td>
|
|
<?php else: ?>
|
|
<td width="5%">
|
|
<button id="btn-fermer" class="form-control btn btn-primary" onclick="JAVASCRIPT:fermeFormulaire();">Fermer</button>
|
|
</td>
|
|
<td width="5%">
|
|
<button id="btn-action" class="form-control btn btn-primary" onclick="JAVASCRIPT:formAjoutTableRef();">Ajouter</button>
|
|
</td>
|
|
<?php endif; ?>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|