This commit is contained in:
sparkyx 2024-08-28 12:34:43 +02:00
parent 675c5e9488
commit 90bd1a19b0
3 changed files with 3 additions and 3 deletions

View file

@ -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');

View file

@ -40,7 +40,7 @@ class Todo_List extends Widget
{
global $cn;
echo '<div class="box widget-box" id="todo_list" >';
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:'&#x1F4DC;');
echo \Dossier::hidden();
$todo = new \Todo_List($cn);
$array = $todo->load_all();

View file

@ -180,7 +180,7 @@ where use_login=$1 order by uw.uw_order
echo h2(_("Un instant, on charge :-)"),' class="title" ');
print '<div style="display:flex;justify-content: flex-start">';
print '<div style="display:flex;justify-content: center">';
print '<div style="margin-top: 50px;margin-left: 20px;">';
print '<div class="loading_msg"></div>';
print '<div class="loading_msg"></div>';