Esthetic change icon edit

This commit is contained in:
Dany De Bontridder 2017-07-24 18:57:14 +02:00
parent a5ef1138a4
commit 73d1753d40
3 changed files with 1 additions and 2 deletions

View file

@ -647,7 +647,7 @@ class Manage_Table_SQL
$js=sprintf("%s.input('%s','%s');", $this->object_name,
$p_row[$this->table->primary_key], $this->object_name
);
echo HtmlInput::image_click("edit.png", $js, _("Modifier"));
echo HtmlInput::image_click("crayon-mod-b24.png", $js, _("Modifier"));
echo "</td>";
}
}