noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 18/21: Add a constant BUTTONADD


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 18/21: Add a constant BUTTONADD
Date: Wed, 19 Aug 2015 22:59:33 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 4d9145932ad853ee00aa57a87244909dbfceb76a
Author: Dany De Bontridder <address@hidden>
Date:   Tue Aug 18 10:19:33 2015 +0200

    Add a constant BUTTONADD
---
 include/constant.php                |    1 +
 include/template/folder_display.php |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/constant.php b/include/constant.php
index bc9a31d..bcef3a7 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -70,6 +70,7 @@ $g_captcha=false;
 $g_failed="<span style=\"font-size:18px;color:red\">&#x2716;</span>";
 $g_succeed="<span style=\"font-size:18px;color:green\">&#x2713;</span>";
 define ('SMALLX','&#x2D5D;');
+define ('BUTTONADD',"&#10010;");
 
 /* uncomment for development */
 
diff --git a/include/template/folder_display.php 
b/include/template/folder_display.php
index 2805458..fb33899 100644
--- a/include/template/folder_display.php
+++ b/include/template/folder_display.php
@@ -46,7 +46,7 @@ for ($i=0;$i<$nb_dossier;$i++):
     <tr id="row_db_<?php echo $a_dossier[$i]['dos_id'];?>" class="<?php echo 
$class?>">
         <td>
             <?php
-                echo HtmlInput::button('add_folder','&#10010;',  " 
onclick=\"folder_add({$user_id},{$a_dossier[$i]['dos_id']});\"", ' 
smallbutton');
+                echo HtmlInput::button('add_folder',BUTTONADD,  " 
onclick=\"folder_add({$user_id},{$a_dossier[$i]['dos_id']});\"", ' 
smallbutton');
             ?>
          
         </td>



reply via email to

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