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
_______________________________________________
Phpcompta est un logiciel libre de comptabilité en ligne
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev