Merged revisions 3217-3223 via svnmerge from
svn+ssh://danydb@svn/svn/phpcompta/branches/rel510 ........ r3217 | danydb | 2010-05-16 13:10:27 +0200 (Sun, 16 May 2010) | 4 lines Update translation Cosmetic javascript bug Fix setup problem ........ r3218 | danydb | 2010-05-16 13:23:11 +0200 (Sun, 16 May 2010) | 1 line create htaccess file properly ........ r3219 | danydb | 2010-05-16 13:25:58 +0200 (Sun, 16 May 2010) | 1 line fix bug installation ........ r3220 | danydb | 2010-05-16 14:02:51 +0200 (Sun, 16 May 2010) | 1 line Fix bug due to the removal of echo_debug ........ r3221 | danydb | 2010-05-16 14:07:03 +0200 (Sun, 16 May 2010) | 1 line fix bug in bilan ........ r3222 | danydb | 2010-05-16 14:32:51 +0200 (Sun, 16 May 2010) | 1 line Cosmetic CSS popup ........ r3223 | danydb | 2010-05-16 14:37:16 +0200 (Sun, 16 May 2010) | 2 lines Javascript bugs ........
This commit is contained in:
parent
965e10bb22
commit
8a51032a7a
8 changed files with 605 additions and 32 deletions
|
|
@ -27,6 +27,9 @@
|
|||
*/
|
||||
function todo_list_show(p_id) {
|
||||
var gDossier=$('gDossier').value;
|
||||
$('add_todo_list').style.top=posY+offsetY;
|
||||
$('add_todo_list').style.left=posX+offsetX;
|
||||
|
||||
try {
|
||||
var action=new Ajax.Request(
|
||||
'todo_list.php',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue