Fix problem in import bank (fgetcsv has changed) and add ajax abilities

This commit is contained in:
sparkyx 2007-10-19 23:55:09 +00:00
parent 9714914c1c
commit fa0eb3fbdb
14 changed files with 213 additions and 51 deletions

View file

@ -539,7 +539,7 @@ class widget {
$r=sprintf("$td
<INPUT TYPE=\"button\" onClick=SearchJrn('%s',".dossier::id().",'%s',%s,'%s') value=\"Recherche\">
%s $etd $td
<INPUT TYPE=\"text\" style=\"color:black;background:lightyellow;border:solid 1px grey;\" NAME=\"%s\" VALUE=\"%s\" SIZE=\"8\" readonly>
<INPUT TYPE=\"text\" style=\"color:black;background:lightyellow;border:solid 1px grey;\" NAME=\"%s\" ID=\"%s\" VALUE=\"%s\" SIZE=\"8\" readonly>
$etd",
$l_sessid,
$this->name,
@ -547,6 +547,7 @@ class widget {
$this->extra2,
$this->label,
$this->name,
$this->name,
$this->value
);
} else {