phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4943 - phpcompta/trunk/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r4943 - phpcompta/trunk/include/template
Date: Tue, 19 Jun 2012 15:26:24 +0200 (CEST)

Author: danydb
Date: 2012-06-19 15:26:24 +0200 (Tue, 19 Jun 2012)
New Revision: 4943

Modified:
   phpcompta/trunk/include/template/user_sec_profile.php
   phpcompta/trunk/include/template/user_sec_repository.php
Log:
0000637: Couleur dans CFGPRO

Modified: phpcompta/trunk/include/template/user_sec_profile.php
===================================================================
--- phpcompta/trunk/include/template/user_sec_profile.php       2012-06-19 
13:21:58 UTC (rev 4942)
+++ phpcompta/trunk/include/template/user_sec_profile.php       2012-06-19 
13:26:24 UTC (rev 4943)
@@ -41,7 +41,10 @@
                                
<?=HtmlInput::hidden('ua_id[]',$array[$i]['ua_id'])?>
                                
<?=HtmlInput::hidden('ap_id[]',$array[$i]['p_id'])?>
                        </td>
-                       <td>
+                        <?
+                            
$color=($array[$i]['ua_right']!='')?"border:lightgreen 2px solid; ":"border:red 
2px solid; ";
+                        ?>
+                       <td <?=$color?>>
                                <?
                                $isel=new ISelect("right[]");
                                $isel->value=$aright_value;

Modified: phpcompta/trunk/include/template/user_sec_repository.php
===================================================================
--- phpcompta/trunk/include/template/user_sec_repository.php    2012-06-19 
13:21:58 UTC (rev 4942)
+++ phpcompta/trunk/include/template/user_sec_repository.php    2012-06-19 
13:26:24 UTC (rev 4943)
@@ -40,7 +40,10 @@
                                
<?=HtmlInput::hidden('ur_id[]',$array[$i]['ur_id'])?>
                                
<?=HtmlInput::hidden('ar_id[]',$array[$i]['r_id'])?>
                        </td>
-                       <td>
+                         <?
+                            
$color=($array[$i]['ur_right']!='')?"border:lightgreen 2px solid; ":"border:red 
2px solid; ";
+                        ?>
+                       <td <?=$color?>>
                                <?
                                $isel=new ISelect("right[]");
                                $isel->value=$aright_value;



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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