Task #1153 - Boite de dialogue modale
#1153 Dialog box : implement alert + confirm_form
This commit is contained in:
parent
8888381f6f
commit
404aeebdb6
32 changed files with 284 additions and 249 deletions
|
|
@ -60,7 +60,7 @@ $a_stat=$cn->get_array("select s_value,s_status from document_state order by 1")
|
|||
<?php endfor;?>
|
||||
</table>
|
||||
<h2>Ajout d'un état</h2>
|
||||
<form method="post" onsubmit="return confirm ('Vous confirmez ?'); ">
|
||||
<form method="post" onsubmit="return confirm_form(this,'Vous confirmez ?'); ">
|
||||
<p>
|
||||
Nom de l'état <?php $value=new IText("s_value",""); echo $value->input()?>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue