noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 22/27: Ajout fonction pour calculer pourcent


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 22/27: Ajout fonction pour calculer pourcentage répartition clef
Date: Thu, 02 Oct 2014 14:23:17 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 01ecfb86fd2d542a59ac41bed53078b3c0e3b021
Author: Dany De Bontridder <address@hidden>
Date:   Thu Sep 18 15:14:24 2014 +0200

    Ajout fonction pour calculer pourcentage répartition clef
---
 include/template/anc_key_input.php |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/include/template/anc_key_input.php 
b/include/template/anc_key_input.php
index 9a098ff..470dc6f 100644
--- a/include/template/anc_key_input.php
+++ b/include/template/anc_key_input.php
@@ -125,7 +125,8 @@
                         <td class="num">
                         <?php
                         $inum_percent=new INum('percent[]');
-                        $inum_percent->value=$percent;
+                        $inum_percent->javascript=' 
onchange="format_number(this,2);anc_key_compute_table();"';
+                        $inum_percent->value=sprintf("%.2f",$percent);
                         echo $inum_percent->input();
                         ?>
                     </td>
@@ -138,8 +139,8 @@
                         <td style="width: auto" colspan="<?php echo 
count($plan)+1;?>">
                             <?php echo _('Total')?>
                         </td>
-                        <td id="total_key" class="num">
-                            <?php echo $tot_key;?>
+                        <td  class="num">
+                            <span id="total_key"><?php echo 
nb($tot_key);?></span>%
                         </td>
                     </tr>
                 </tfoot>



reply via email to

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