Task #1913 : cosmetic CSS

This commit is contained in:
sparkyx 2021-03-23 19:32:36 +01:00
parent c24c4a3de5
commit 2986417e32
8 changed files with 18 additions and 17 deletions

View file

@ -866,7 +866,7 @@ function check()
$js=sprintf("%s.input('%s','%s');", $this->object_name,
$p_row[$this->table->primary_key], $this->object_name
);
echo HtmlInput::image_click("crayon-mod-b24.png", $js, _("Modifier"));
echo Icon_Action::modify(uniqid(), $js);
echo "</td>";
}
}
@ -879,7 +879,7 @@ function check()
$js=sprintf("%s.remove('%s','%s');", $this->object_name,
$p_row[$this->table->primary_key], $this->object_name
);
echo HtmlInput::image_click("trash-24.gif", $js, _("Effacer"));
echo Icon_Action::trash(uniqid(), $js);
echo "</td>";
}
}