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

Binary file not shown.

After

Width:  |  Height:  |  Size: 686 B

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>";
}
}

View file

@ -20,7 +20,6 @@
// Copyright (2016) Author Dany De Bontridder <dany@alchimerys.be>
ini_set('disable_functions', 'exit,die,header');
//@description:Test the class manage_table_sql and javascript
$_GET=array (
);
$_POST=array (