diff --git a/html/js/todo_list.js b/html/js/todo_list.js index 426da8736..0db70f25e 100644 --- a/html/js/todo_list.js +++ b/html/js/todo_list.js @@ -53,7 +53,7 @@ function todo_list_show(p_id) todo_div.style.top = (posY + offsetY) + 'px'; - todo_div.style.left = (posX + offsetX - 200) + 'px'; + todo_div.style.left = (posX + offsetX + 20) + 'px'; var answer = req.responseXML; var tl_id = answer.getElementsByTagName('tl_id'); diff --git a/include/widget/todo_list/todo_list.php b/include/widget/todo_list/todo_list.php index 2434a013b..15d7a4998 100644 --- a/include/widget/todo_list/todo_list.php +++ b/include/widget/todo_list/todo_list.php @@ -40,7 +40,7 @@ class Todo_List extends Widget { global $cn; echo '
'; - echo \HtmlInput::title_box(_('Pense-BĂȘte'), "todo_listg_div", 'zoom', "zoom_todo()", 'n'); + echo \HtmlInput::title_box(_('Pense-BĂȘte'), "todo_listg_div", 'zoom', "zoom_todo()", 'n',raw:'📜'); echo \Dossier::hidden(); $todo = new \Todo_List($cn); $array = $todo->load_all(); diff --git a/include/widget/widget.php b/include/widget/widget.php index b21f26127..8c4dc4ef8 100644 --- a/include/widget/widget.php +++ b/include/widget/widget.php @@ -180,7 +180,7 @@ where use_login=$1 order by uw.uw_order echo h2(_("Un instant, on charge :-)"),' class="title" '); - print '
'; + print '
'; print '
'; print '
'; print '
';