Correction gestion profil
This commit is contained in:
parent
a0aaeb43ee
commit
69a27b1732
@ -116,7 +116,7 @@ $(function() {
|
||||
var ref = $('input[name=profil]').val();
|
||||
if (ref!='') {
|
||||
$.post(url, { reference: ref, criteres: list.join() }, function(data){
|
||||
if (data!='Erreur'){ window.location.href = './'; }
|
||||
if (data!='Erreur'){ window.location.href = '/'; }
|
||||
}, 'json');
|
||||
}
|
||||
});
|
||||
|
@ -3,10 +3,10 @@
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<th>
|
||||
<td>Référence</td>
|
||||
<td>Action</td>
|
||||
</th>
|
||||
<tr>
|
||||
<th>Référence</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php foreach($this->profils as $profil) {?>
|
||||
|
Loading…
Reference in New Issue
Block a user