noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 118/119: Fontello : fix icon-edit


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 118/119: Fontello : fix icon-edit
Date: Mon, 26 Oct 2020 18:27:43 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 8ad5b5656b7926f1075f83842dc3889112875de7
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Oct 22 15:00:09 2020 +0200

    Fontello : fix icon-edit
---
 include/lib/inplace_edit.class.php | 4 ++--
 include/template/detail-action.php | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/lib/inplace_edit.class.php 
b/include/lib/inplace_edit.class.php
index a673447..0d372de 100644
--- a/include/lib/inplace_edit.class.php
+++ b/include/lib/inplace_edit.class.php
@@ -110,7 +110,7 @@ EOF;
         $v=$this->input->get_value();
         $v=(trim($v)=="")?$this->message:$v;
         echo $v,
-                 '<span class="smallicon icon" 
style="margin-left:5px">&#xe812;</span> ',
+                 '<span class="smallicon icon" 
style="margin-left:5px">&#xe80d;</span> ',
                 "
             <script>
             $('{$this->input->id}edit').removeClassName('inplace_edit_input');
@@ -132,7 +132,7 @@ EOF;
         $v=$this->input->get_value();
         $v=(trim($v)=="")?$this->message:$v;
         echo $v;
-        echo'<span class="smallicon icon" 
style="margin-left:5px">&#xe812;</span> ';
+        echo'<span class="smallicon icon" 
style="margin-left:5px">&#xe80d;</span> ';
         echo "</span>";
         echo "
             
diff --git a/include/template/detail-action.php 
b/include/template/detail-action.php
index 9dfad5c..f43d321 100644
--- a/include/template/detail-action.php
+++ b/include/template/detail-action.php
@@ -371,7 +371,7 @@ for ($i=0;$i<sizeof($aAttachedFile);$i++) :
     ?>
         </td>
         <td>
-  <?php if ($p_view != 'READ') : ?>  <span class="icon"  id="<?php echo 
"ac".$aAttachedFile[$i]['d_id'];?>" href="javascript:void(0)" onclick="<?php 
echo $rmDoc;?>">&#xe80d;</span><?php endif;?>
+  <?php if ($p_view != 'READ') : ?>  <span class="icon"  id="<?php echo 
"ac".$aAttachedFile[$i]['d_id'];?>" href="javascript:void(0)" onclick="<?php 
echo $rmDoc;?>">&#xe80f;</span><?php endif;?>
         </td>
   </tr>
   <?php



reply via email to

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