412: réécriture ODS

This commit is contained in:
Dany De Bontridder 2011-11-02 19:04:26 +00:00
parent a809fd6666
commit 281b6e7482
6 changed files with 199 additions and 164 deletions

View file

@ -44,6 +44,13 @@ function update_predef(p_type,p_direct)
}
);
}
/**
*@brief update ctl id =jrn_name with the value of p_jrn
*/
function update_name()
{
$('jrn_name').innerHTML=$('p_jrn').options[$('p_jrn').selectedIndex].innerHTML;
}
/**
* @brief update the field predef
*/