diff --git a/html/image/crayon-mod-24.png b/html/image/crayon-mod-24.png new file mode 100644 index 000000000..fd3e968d3 Binary files /dev/null and b/html/image/crayon-mod-24.png differ diff --git a/include/lib/manage_table_sql.class.php b/include/lib/manage_table_sql.class.php index 0021c5549..3c4d68bd5 100644 --- a/include/lib/manage_table_sql.class.php +++ b/include/lib/manage_table_sql.class.php @@ -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 ""; } } diff --git a/scenario/test_manage_table_sql.php b/scenario/test_manage_table_sql.php index fe08c5a6c..608ee0681 100644 --- a/scenario/test_manage_table_sql.php +++ b/scenario/test_manage_table_sql.php @@ -20,7 +20,6 @@ // Copyright (2016) Author Dany De Bontridder ini_set('disable_functions', 'exit,die,header'); //@description:Test the class manage_table_sql and javascript - $_GET=array ( ); $_POST=array (