task #0000847: Correction des actions prédéfinies

This commit is contained in:
Dany De Bontridder 2013-05-20 22:36:25 +00:00
parent 5665bc7978
commit 05bcbb4832
9 changed files with 500 additions and 137 deletions

View file

@ -32,8 +32,8 @@ echo HtmlInput::anchor_close('mod_predf_op');
echo h2info('Modification du nom');
echo '
<form method="get" onsubmit="save_predf_op(this);return false;">';
$name = new IText('predf_name');
<form method="POST" onsubmit="save_predf_op(this);return false;">';
$name = new IText('opd_name');
$name->value = $op->od_name;
$name->size = 60;
echo "Nom =" . $name->input();