syntax error
This commit is contained in:
parent
5bb608a5f2
commit
d1c8f2dc5b
2 changed files with 2 additions and 2 deletions
|
|
@ -124,7 +124,7 @@ if ( $def==1 || $def == 4 ) {
|
|||
echo "<br>Sauvez cette opération comme modèle ?";
|
||||
echo $chk->input('opd_save');
|
||||
echo '<hr>';
|
||||
echo HtmlInput::submit("record",_("Enregistrement"),'onClick="return verify_ca('');"');
|
||||
echo HtmlInput::submit("record",_("Enregistrement"),'onClick="return verify_ca(\'\');"');
|
||||
echo HtmlInput::submit('correct',_("Corriger"));
|
||||
echo '</form>';
|
||||
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ if ( $def==1 || $def == 4 ) {
|
|||
echo _("Sauvez cette opération comme modèle ?");
|
||||
echo $chk->input('opd_save');
|
||||
echo '<hr>';
|
||||
echo HtmlInput::submit("record",_("Enregistrement"),'onClick="return verify_ca('');"');
|
||||
echo HtmlInput::submit("record",_("Enregistrement"),'onClick="return verify_ca(\'\');"');
|
||||
echo HtmlInput::submit('correct',_("Corriger"));
|
||||
echo '</form>';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue