phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4848 - in phpcompta/trunk: html include include/templat


From: phpcompta-dev
Subject: [Phpcompta-dev] r4848 - in phpcompta/trunk: html include include/template
Date: Mon, 28 May 2012 03:13:57 +0200 (CEST)

Author: danydb
Date: 2012-05-28 03:13:57 +0200 (Mon, 28 May 2012)
New Revision: 4848

Modified:
   phpcompta/trunk/html/style.css
   phpcompta/trunk/include/category_card.inc.php
   phpcompta/trunk/include/class_follow_up.php
   phpcompta/trunk/include/template/detail-action.php
Log:
cosmetic : third name in action 

Modified: phpcompta/trunk/html/style.css
===================================================================
--- phpcompta/trunk/html/style.css      2012-05-28 00:54:43 UTC (rev 4847)
+++ phpcompta/trunk/html/style.css      2012-05-28 01:13:57 UTC (rev 4848)
@@ -866,8 +866,8 @@
 
 }
 div.gest_name {
-       float:right;
-       margin-right:150;
+       float:left;
+       margin-left:150;
        margin-top:15
 }
 h2.gest_name {
@@ -876,6 +876,7 @@
                border-top:1px solid  #b4bbc2;
                border-right:1px solid  #b4bbc2;
        padding: 5px;
+       width: 30%;
 }
 body.op_detail_frame,div.op_detail_frame  {
   background-color:#e4e7ed;

Modified: phpcompta/trunk/include/category_card.inc.php
===================================================================
--- phpcompta/trunk/include/category_card.inc.php       2012-05-28 00:54:43 UTC 
(rev 4847)
+++ phpcompta/trunk/include/category_card.inc.php       2012-05-28 01:13:57 UTC 
(rev 4848)
@@ -71,11 +71,8 @@
                   'H',"mtitle","mtitle",$def,' ');
 echo '</div>';
 echo '<div>';
-echo '<div class="gest_name">';
-echo '<h2 class="gest_name">'.$f->get_quick_code()." 
".$f->strAttribut(ATTR_DEF_NAME).'</h2>';
-echo '</div>';
-echo '</div>';
 
+
 //---------------------------------------------------------------------------
 // Show Detail of a card and category
 //---------------------------------------------------------------------------

Modified: phpcompta/trunk/include/class_follow_up.php
===================================================================
--- phpcompta/trunk/include/class_follow_up.php 2012-05-28 00:54:43 UTC (rev 
4847)
+++ phpcompta/trunk/include/class_follow_up.php 2012-05-28 01:13:57 UTC (rev 
4848)
@@ -163,7 +163,8 @@
                                );
 
                // List opération liées
-               $operation=$this->db->get_array("select 
ago_id,j.jr_id,j.jr_internal,j.jr_comment from jrn as j join 
action_gestion_operation as ago on (j.jr_id=ago.jr_id)");
+               $operation=$this->db->get_array("select 
ago_id,j.jr_id,j.jr_internal,j.jr_comment from jrn as j join 
action_gestion_operation as ago on (j.jr_id=ago.jr_id)
+                       where ag_id=$1",array($this->ag_id));
                $iconcerned=new IConcerned('operation');
         // state
         // Retrieve the value

Modified: phpcompta/trunk/include/template/detail-action.php
===================================================================
--- phpcompta/trunk/include/template/detail-action.php  2012-05-28 00:54:43 UTC 
(rev 4847)
+++ phpcompta/trunk/include/template/detail-action.php  2012-05-28 01:13:57 UTC 
(rev 4848)
@@ -1,3 +1,4 @@
+
 <fieldset>
   <legend>
 <?=_('Informations générales')?>
@@ -6,9 +7,10 @@
     <?echo $retour;
     ?>
   </div>
+<h2 class="gest_name"><?php echo $sp->input();   ?></h2>
 <div style="float:left;width:30%">
-<em> <strong><?php echo $sp->input();   ?></strong></em>
 
+
         <table >
                         <tr>
             <TD>



---
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]