merge with rel310C
This commit is contained in:
parent
2bddf09d9c
commit
aefc4b1eb8
77 changed files with 1189 additions and 1205 deletions
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
// Set the focus to the specified field,
|
||||
// and select it if requested by SelectIt
|
||||
|
||||
function GetID(ID) {
|
||||
if (document.all) {
|
||||
return document.all[ID];
|
||||
|
|
@ -92,14 +91,6 @@ function HandleSubmit(e) {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
/*
|
||||
* Open the search screen
|
||||
*/
|
||||
function openRecherche(p_sessid,p_dossier,p_style) {
|
||||
if ( p_style == 'E' ) { p_style="expert";}
|
||||
var w=window.open("recherche.php?gDossier="+p_dossier+"&PHPSESSID="+p_sessid+'&'+p_style,'','statusbar=no,scrollbars=yes,toolbar=no');
|
||||
w.focus();
|
||||
}
|
||||
|
||||
/*!\brief add a row for the CA
|
||||
* \param p_table_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue