Cosmetics bug
This commit is contained in:
parent
c389a545e4
commit
db3735e736
3 changed files with 6 additions and 6 deletions
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
function modifyOperation(p_value,p_sessid,p_jrn)
|
||||
{
|
||||
var win=window.open('modify_op.php?action=update&p_jrn='+p_jrn+'&line='+p_value+'&PHPSESSID='+p_sessid,'Modifie','toolbar=no,width=500,height=400,scrollbars=yes,resizable=yes');
|
||||
var win=window.open('modify_op.php?action=update&p_jrn='+p_jrn+'&line='+p_value+'&PHPSESSID='+p_sessid,'','toolbar=no,width=500,height=400,scrollbars=yes,resizable=yes');
|
||||
}
|
||||
function RefreshMe() {
|
||||
window.location.reload();
|
||||
|
|
|
|||
|
|
@ -68,5 +68,5 @@ function HandleSubmit(e) {
|
|||
* Open the search screen
|
||||
*/
|
||||
function openRecherche(p_sessid,p_dossier) {
|
||||
var w=window.open("recherche.php?p_dossier="+p_dossier+"&PHPSESSID="+p_sessid,'','scrollbar=yes,toolbar=no');
|
||||
}
|
||||
var w=window.open("recherche.php?p_dossier="+p_dossier+"&PHPSESSID="+p_sessid,'','statusbar=no,scrollbars=yes,toolbar=no');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
function showfiche(p_sessid,qcode)
|
||||
{
|
||||
var a=window.open('show_fiche.php?PHPSESSID='+p_sessid+'&q='+qcode,'','toolbar=no,width=350,height=450,scrollbar=yes');
|
||||
var a=window.open('show_fiche.php?PHPSESSID='+p_sessid+'&q='+qcode,'','toolbar=no,width=350,height=450,scrollbar=yes,statusbar=no');
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -35,11 +35,11 @@ function showfiche(p_sessid,qcode)
|
|||
*/
|
||||
function SearchCard(p_sessid,type,name,jrn)
|
||||
{
|
||||
var a=window.open('fiche_search.php?p_jrn='+jrn+'&PHPSESSID='+p_sessid+'&type='+type+'&name='+name,'item','toolbar=no,width=350,height=450,scrollbars=yes');
|
||||
var a=window.open('fiche_search.php?p_jrn='+jrn+'&PHPSESSID='+p_sessid+'&type='+type+'&name='+name,'item','toolbar=no,width=350,height=450,scrollbars=yes,statusbar=no');
|
||||
}
|
||||
function NewCard(p_sessid,type,name,jrn)
|
||||
{
|
||||
var a=window.open('fiche_new.php?p_jrn='+jrn+'&PHPSESSID='+p_sessid+'&type='+type+'&name='+name,'item','toolbar=no,width=350,height=450,scrollbars=yes');
|
||||
var a=window.open('fiche_new.php?p_jrn='+jrn+'&PHPSESSID='+p_sessid+'&type='+type+'&name='+name,'item','toolbar=no,width=350,height=450,scrollbars=yes,statusbar=no');
|
||||
}
|
||||
/* SetValue( p_ctl,p_value )
|
||||
/* p_ctl is the name of the control
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue