Task #4359 : Multiecran
This commit is contained in:
parent
3794344a49
commit
dc4e553bcf
3 changed files with 10 additions and 3 deletions
|
|
@ -23,6 +23,8 @@ include("user_menu.php");
|
|||
include_once ("constant.php");
|
||||
include_once("jrn.php");
|
||||
include_once("user_common.php");
|
||||
include_once("class_widget.php");
|
||||
|
||||
|
||||
html_page_start($_SESSION['use_theme']);
|
||||
if ( ! isset ( $_SESSION['g_dossier'] ) ) {
|
||||
|
|
@ -63,3 +65,4 @@ ShowMenuCompta($_SESSION['g_dossier']);
|
|||
}
|
||||
echo '</DIV>';
|
||||
|
||||
?>
|
||||
|
|
@ -112,7 +112,7 @@ define ("FICHE_TYPE_ADM_TAX",14);
|
|||
|
||||
define ("JS_SEARCH_POSTE","<SCRIPT language=\"javascript\">function SearchPoste(p_sessid,p_ctl,p_jrn)
|
||||
{
|
||||
var win=window.open('poste_search.php?p_jrn='+p_jrn+'p_ctl='+p_ctl+'&PHPSESSID='+p_sessid,'Cherche','toolbar=no,width=600,height=600,scrollbars=yes,resizable=yes');
|
||||
var win=window.open('poste_search.php?p_jrn='+p_jrn+'&p_ctl='+p_ctl+'&PHPSESSID='+p_sessid,'Cherche','toolbar=no,width=600,height=600,scrollbars=yes,resizable=yes');
|
||||
}
|
||||
function SearchPosteFilter(p_sessid,p_ctl,p_filter,jrn)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -428,8 +428,12 @@ function u_ShowMenuRecherche($p_cn,$p_jrn,$p_sessid,$p_array=null)
|
|||
$r.='<TD><input type="text" name="s_internal" value="'.$p_s_internal.'"></td>';
|
||||
$r.= "</TR>";
|
||||
|
||||
$r.='<TR>'.InputType("numéro de poste","js_search_poste","poste",$p_poste);
|
||||
|
||||
// $r.='<TR>'.InputType("numéro de poste","js_search_poste","poste",$p_poste);
|
||||
$W=new widget("js_search_poste");
|
||||
$W->label="Numéro de poste";
|
||||
$W->name="poste";
|
||||
$W->value=$p_poste;
|
||||
$r.="<TR>".$W->IOValue();
|
||||
|
||||
$r.= "<TR>";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue