noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 315/323: Correct bug : Dashboard , zoom actio


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 315/323: Correct bug : Dashboard , zoom action failed
Date: Wed, 14 Mar 2018 17:39:12 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 52cd43d0f776a384401ece070cb1d98288d3d98b
Author: Dany <address@hidden>
Date:   Mon Mar 12 11:42:33 2018 +0100

    Correct bug : Dashboard , zoom action failed
---
 include/template/dashboard.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/template/dashboard.php b/include/template/dashboard.php
index 7a132f7..eda18ed 100644
--- a/include/template/dashboard.php
+++ b/include/template/dashboard.php
@@ -299,7 +299,7 @@ for($i=0;$i<count($last_ledger);$i++):
 </div>
 <div id="last_operation_management_div" class="box">
     <?php 
-     echo 
HtmlInput::title_box(_('Suivi'),"last_operation_management_div",'zoom','onclick="action_show('.dossier::id().')"','n');
+     echo 
HtmlInput::title_box(_('Suivi'),"last_operation_management_div",'zoom','action_show('.dossier::id().')','n');
     ?>
     <?php
     require_once NOALYSS_INCLUDE.'/class/follow_up.class.php';



reply via email to

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