cosmetic
This commit is contained in:
parent
675c5e9488
commit
90bd1a19b0
3 changed files with 3 additions and 3 deletions
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -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:'📜');
|
||||
echo \Dossier::hidden();
|
||||
$todo = new \Todo_List($cn);
|
||||
$array = $todo->load_all();
|
||||
|
|
|
|||
|
|
@ -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>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue