|
|
@@ -37,7 +37,7 @@
|
|
|
<script>
|
|
|
function selectFormatterInscrit(value, row) {
|
|
|
<?php if(ENVIRONNEMENT == "PROD") { ?>
|
|
|
- if(row.present === ""){
|
|
|
+ if(row.present === "-"){
|
|
|
return '<form method="post" action="/submit.php">\n\
|
|
|
<input type="hidden" name="from" value="event-deinscription">\n\
|
|
|
<input type="hidden" name="texte" value="' + row.prenom + ' ' + row.nom + '">\n\
|
|
|
@@ -46,7 +46,7 @@
|
|
|
<button type="submit" onclick="return confirm(\'Etes-vous certain de vouloir supprimer cet enregistrement ?\')" class="btn btn-outline-danger btn-sm">Désinscrire</button>\n\
|
|
|
</form>';
|
|
|
} else {
|
|
|
- return '<button class="btn btn-outline-secondary btn-sm" disabled="">Validé</button>';
|
|
|
+ return '<button class="btn btn-outline-secondary btn-sm" disabled="">Inscrit</button>';
|
|
|
}
|
|
|
<?php } else { ?>
|
|
|
return '<form method="post" action="/submit.php">\n\
|