noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 22/219: Esthetic change icon edit


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 22/219: Esthetic change icon edit
Date: Mon, 18 Dec 2017 13:22:29 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 73d1753d40464b56ea8bf495b15fbfc357223649
Author: Dany De Bontridder <address@hidden>
Date:   Mon Jul 24 18:57:14 2017 +0200

    Esthetic change icon edit
---
 html/image/crayon-mod-24.png           | Bin 0 -> 686 bytes
 include/lib/manage_table_sql.class.php |   2 +-
 scenario/test_manage_table_sql.php     |   1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/html/image/crayon-mod-24.png b/html/image/crayon-mod-24.png
new file mode 100644
index 0000000..fd3e968
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 0021c55..3c4d68b 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 "</td>";
         }
     }
diff --git a/scenario/test_manage_table_sql.php 
b/scenario/test_manage_table_sql.php
index fe08c5a..608ee06 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 <address@hidden>
  ini_set('disable_functions', 'exit,die,header');
  //@description:Test the class manage_table_sql and javascript
-
  $_GET=array (
 );
 $_POST=array (



reply via email to

[Prev in Thread] Current Thread [Next in Thread]