Modification du tableau enrichissement
This commit is contained in:
parent
26d4ad4ae0
commit
838c0aeb4a
@ -61,7 +61,8 @@ Vos critères seront enregistrées et une référence vous sera fourni.</p>
|
|||||||
<td><b>Tapez votre référence</b></td>
|
<td><b>Tapez votre référence</b></td>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<form name="commande" method="post" action="<?=$this->url(array('controller'=>'enrichissement', 'action'=>'commande'))?>">
|
<form name="commande" method="post" action="<?=$this->url(array('controller'=>'enrichissement', 'action'=>'commande'))?>">
|
||||||
<input type="hidden" name="id" value="<?=$this->id?>" /><input type="text" name="ref">
|
<input type="hidden" name="id" value="<?=$this->id?>" /><input id="cache" type="text" name="ref">
|
||||||
|
<div id="progress"></div>
|
||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -79,12 +80,12 @@ Vos critères seront enregistrées et une référence vous sera fourni.</p>
|
|||||||
Les informations permettant l'enrichissement seront enregistrées, après la saisie de votre référence.
|
Les informations permettant l'enrichissement seront enregistrées, après la saisie de votre référence.
|
||||||
</div>
|
</div>
|
||||||
<br/>
|
<br/>
|
||||||
<div id="progress" ></div>
|
|
||||||
<script>
|
<script>
|
||||||
$('#dialog').dialog({ buttons: [ {
|
$('#dialog').dialog({ buttons: [ {
|
||||||
text: "Valider",
|
text: "Valider",
|
||||||
click: function() {
|
click: function() {
|
||||||
$('div#progress').html('<br /><center><img src="/themes/default/images/ajax-loader.gif" /></center>');
|
$('div#progress').html('<br /><center><img src="/themes/default/images/ajax_loader.gif" /></center>');
|
||||||
|
$('#cache').css('display', 'none');
|
||||||
$.post(
|
$.post(
|
||||||
$('form[name=commande]').attr('action'),
|
$('form[name=commande]').attr('action'),
|
||||||
$('form[name=commande]').serialize(),
|
$('form[name=commande]').serialize(),
|
||||||
|
Loading…
Reference in New Issue
Block a user