Task #1118 - Partage de notes via le Pense-bête
#1118 : permet le zoom de la todo list corrige bug , colonne manquante
This commit is contained in:
parent
c240473334
commit
c76a6fc2fd
5 changed files with 31 additions and 3 deletions
|
|
@ -713,6 +713,7 @@ class HtmlInput
|
|||
{
|
||||
if ($mod=='close') $r=HtmlInput::anchor_close($div);
|
||||
if ($mod=='hide') $r=HtmlInput::anchor_hide("⨉","$('$div').hide();$p_js");
|
||||
if ($mod=='zoom') $r='<span style="float:right;margin-right:5px">'.HtmlInput::anchor("⬜","",$p_js,' id="close_div" class="input_text" ').'</span>';
|
||||
if ( $mod == 'none') $r="";
|
||||
$r.=h2($name,' class="title" ');
|
||||
return $r;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue