Esthetic change icon edit
This commit is contained in:
parent
a5ef1138a4
commit
73d1753d40
3 changed files with 1 additions and 2 deletions
BIN
html/image/crayon-mod-24.png
Normal file
BIN
html/image/crayon-mod-24.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 686 B |
|
|
@ -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>";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue