Fix : duplicate id (exercice)
This commit is contained in:
parent
3fa0f3b03a
commit
ed9a886bc2
2 changed files with 6 additions and 3 deletions
|
|
@ -3479,9 +3479,12 @@ function progress_bar_check(p_idx, p_taskid)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* In the user's setting box, update the period list with the choosen exercice
|
||||
* @param {int} p_dossier
|
||||
*/
|
||||
function updatePeriodePreference(p_dossier)
|
||||
{
|
||||
var exercice=$('exercice').value;
|
||||
var exercice=$('exercice_setting').value;
|
||||
new Ajax.Updater('setting_period',"ajax_misc.php",{method:"get",parameters:{ "op":"pref_exercice","gDossier":p_dossier,"exercice":exercice}});
|
||||
}
|
||||
|
|
@ -131,7 +131,7 @@ if (isset($_REQUEST['gDossier']) && $_REQUEST['gDossier']<>0)
|
|||
<?=_("Exercice")?>
|
||||
</td>
|
||||
<td>
|
||||
<?=$exercice->select("exercice",$selected_exercice,$js)->input();?>
|
||||
<?=$exercice->select("exercice_setting",$selected_exercice,$js)->input();?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue