Bug : ne peut pas changer exercice dans fenetre detail
This commit is contained in:
parent
be62967704
commit
2c7f045bc3
2 changed files with 5 additions and 5 deletions
|
|
@ -587,7 +587,7 @@ function view_history_account(p_value,dossier)
|
|||
function update_history_account(obj)
|
||||
{
|
||||
try{
|
||||
var querystring="div="+obj.div+"&gDossier="+obj.gDossier+"&pcm_val="+obj.pcm_val+"&ex="+obj.select.options[obj.select.selectedIndex].text;
|
||||
var querystring="l="+obj.div+"&div="+obj.div+"&gDossier="+obj.gDossier+"&pcm_val="+obj.pcm_val+"&ex="+obj.select.options[obj.select.selectedIndex].text;
|
||||
var action=new Ajax.Request(
|
||||
"ajax_history.php",
|
||||
{
|
||||
|
|
@ -644,7 +644,7 @@ var popup={'id':
|
|||
function update_history_card(obj)
|
||||
{
|
||||
try{
|
||||
var querystring="div="+obj.div+"&gDossier="+obj.gDossier+"&f_id="+obj.f_id+"&ex="+obj.select.options[obj.select.selectedIndex].text;
|
||||
var querystring="l="+obj.div+"&div="+obj.div+"&gDossier="+obj.gDossier+"&f_id="+obj.f_id+"&ex="+obj.select.options[obj.select.selectedIndex].text;
|
||||
var action=new Ajax.Request(
|
||||
"ajax_history.php",
|
||||
{
|
||||
|
|
|
|||
|
|
@ -412,7 +412,7 @@ class HtmlInput
|
|||
{
|
||||
$r='';
|
||||
$r.='<div style="float:right;margin-right:2px;margin-top:1px;padding:0">';
|
||||
$r.= '<A id="close_div" HREF="javascript:void(0)" onclick="removeDiv(\''.$div.'\');">Fermer</A>';
|
||||
$r.= '<A id="close_div" class="input_text" HREF="javascript:void(0)" onclick="removeDiv(\''.$div.'\');">Fermer</A>';
|
||||
$r.='</div>';
|
||||
return $r;
|
||||
}
|
||||
|
|
@ -439,7 +439,7 @@ class HtmlInput
|
|||
{
|
||||
$r='';
|
||||
$r.='<div style="float:right;right;margin:2;">';
|
||||
$r.= '<A id="close_div" HREF="javascript:void(0)" onclick="'.$javascript.'">'.$action.'</A>';
|
||||
$r.= '<span id="close_div" class="input_text" HREF="javascript:void(0)" onclick="'.$javascript.'">'.$action.'</span>';
|
||||
$r.='</div>';
|
||||
return $r;
|
||||
}
|
||||
|
|
@ -716,7 +716,7 @@ class HtmlInput
|
|||
static function filter_table($p_table_id,$p_col,$start_row)
|
||||
{
|
||||
$r= "
|
||||
<form style=\"display:inline\">
|
||||
<form style=\"display:inline\" class=\"noprint\">
|
||||
<input id=\"lk_".$p_table_id."\" class=\"input_text\" name=\"filter\" onkeyup=\"filter_table(this, '$p_table_id','$p_col',$start_row )\" type=\"text\">
|
||||
<input type=\"button\" class=\"button\" onclick=\"$('lk_".$p_table_id."').value='';filter_table($('lk_".$p_table_id."'), '$p_table_id','$p_col',$start_row );\" value=\"X\">
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue