phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r262 - trunk/coprop/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r262 - trunk/coprop/include/template
Date: Thu, 5 Jan 2012 22:07:26 +0100 (CET)

Author: danydb
Date: 2012-01-05 22:07:26 +0100 (Thu, 05 Jan 2012)
New Revision: 262

Modified:
   trunk/coprop/include/template/key_detail.php
Log:
Key without decimal

Modified: trunk/coprop/include/template/key_detail.php
===================================================================
--- trunk/coprop/include/template/key_detail.php        2012-01-05 16:55:37 UTC 
(rev 261)
+++ trunk/coprop/include/template/key_detail.php        2012-01-05 21:07:26 UTC 
(rev 262)
@@ -42,13 +42,13 @@
         </tr>
         <tr>
             <td>
-                Total tantième 
+                Total tantième
             </td>
                 <td>
                     <?=$tantieme->input()?>
                 </td>
        </tr>
-       
+
 </table>
 Description
 <?=$note->input()?>
@@ -68,7 +68,8 @@
                <td>
                        <?
                        $num=new INum('part'.$alot[$i]['f_id']);
-                       $num->value=round($alot[$i]['l_part']);
+                       $num->javascript='onchange="format_number(this,0);"';
+                       $num->value=round($alot[$i]['l_part'],0);
                        echo $num->input();
                        ?>
                </td>




reply via email to

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