phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5128 - in phpcompta/tags/rel650/include: . template


From: phpcompta-dev
Subject: [Phpcompta-dev] r5128 - in phpcompta/tags/rel650/include: . template
Date: Mon, 1 Oct 2012 21:23:16 +0200 (CEST)

Author: danydb
Date: 2012-10-01 21:23:16 +0200 (Mon, 01 Oct 2012)
New Revision: 5128

Modified:
   phpcompta/tags/rel650/include/class_acc_ledger_fin.php
   phpcompta/tags/rel650/include/class_acc_ledger_purchase.php
   phpcompta/tags/rel650/include/class_acc_ledger_sold.php
   phpcompta/tags/rel650/include/compta_ods.inc.php
   phpcompta/tags/rel650/include/operation_ods_new.inc.php
   phpcompta/tags/rel650/include/template/form_ledger_detail.php
   phpcompta/tags/rel650/include/template/form_ledger_fin.php
Log:
CSS cosmetic nom de journal en h2.title

Modified: phpcompta/tags/rel650/include/class_acc_ledger_fin.php
===================================================================
--- phpcompta/tags/rel650/include/class_acc_ledger_fin.php      2012-10-01 
19:16:04 UTC (rev 5127)
+++ phpcompta/tags/rel650/include/class_acc_ledger_fin.php      2012-10-01 
19:23:16 UTC (rev 5128)
@@ -459,7 +459,7 @@
                $r.='';
                $r.='<fieldset><legend>Banque, caisse </legend>';
                $r.= '<div id="jrn_name_div">';
-               $r.='<h2 id="jrn_name" style="display:inline">' . 
$this->get_name() . '</h2>';
+               $r.='<h2 class="title" id="jrn_name" style="display:inline">' . 
$this->get_name() . '</h2>';
                $r.= '</div>';
                $r.='<TABLE  width="100%">';
                //  Date

Modified: phpcompta/tags/rel650/include/class_acc_ledger_purchase.php
===================================================================
--- phpcompta/tags/rel650/include/class_acc_ledger_purchase.php 2012-10-01 
19:16:04 UTC (rev 5127)
+++ phpcompta/tags/rel650/include/class_acc_ledger_purchase.php 2012-10-01 
19:23:16 UTC (rev 5128)
@@ -1267,7 +1267,7 @@
         $r.="<fieldset>";
         $r.="<legend>"._('En-tête facture fournisseur')."  </legend>";
                $r.='<div id="jrn_name_div">';
-               $r.='<h2 id="jrn_name">'.$this->get_name().'</h2>';
+               $r.='<h2 class="title"  
id="jrn_name">'.$this->get_name().'</h2>';
                $r.='</div>';
         $r.='<TABLE  width="100%">';
         $r.='<tr>';

Modified: phpcompta/tags/rel650/include/class_acc_ledger_sold.php
===================================================================
--- phpcompta/tags/rel650/include/class_acc_ledger_sold.php     2012-10-01 
19:16:04 UTC (rev 5127)
+++ phpcompta/tags/rel650/include/class_acc_ledger_sold.php     2012-10-01 
19:23:16 UTC (rev 5128)
@@ -664,7 +664,7 @@
         $r.="<fieldset>";
         $r.="<legend>"._('En-tête facture client')."  </legend>";
                $r.='<div id="jrn_name_div">';
-               $r.='<h2 id="jrn_name" style="display:inline">' . 
$this->get_name() . '</h2>';
+               $r.='<h2 class="title"  id="jrn_name" style="display:inline">' 
. $this->get_name() . '</h2>';
                $r.= '</div>';
         $r.='<TABLE  width="100%">';
         $r.='<tr>';

Modified: phpcompta/tags/rel650/include/compta_ods.inc.php
===================================================================
--- phpcompta/tags/rel650/include/compta_ods.inc.php    2012-10-01 19:16:04 UTC 
(rev 5127)
+++ phpcompta/tags/rel650/include/compta_ods.inc.php    2012-10-01 19:23:16 UTC 
(rev 5128)
@@ -96,7 +96,7 @@
                printf('<a class="detail" style="display:inline" 
href="javascript:modifyOperation(%d,%d)">%s</a><hr>', $jr_id, dossier::id(), 
$ledger->internal);
 
                // show feedback
-               echo '<div id="jrn_name_div">'; echo '<h2 id="jrn_name" 
style="display:inline">' . $ledger->get_name() . '</h2>'; echo '</div>';
+               echo '<div id="jrn_name_div">'; echo '<h2 id="jrn_name" 
class="title"  style="display:inline">' . $ledger->get_name() . '</h2>'; echo 
'</div>';
                echo $ledger->confirm($_POST, true);
        }
        catch (Exception $e)

Modified: phpcompta/tags/rel650/include/operation_ods_new.inc.php
===================================================================
--- phpcompta/tags/rel650/include/operation_ods_new.inc.php     2012-10-01 
19:16:04 UTC (rev 5127)
+++ phpcompta/tags/rel650/include/operation_ods_new.inc.php     2012-10-01 
19:23:16 UTC (rev 5128)
@@ -59,7 +59,7 @@
 echo '</form>';
 echo '</div>';
 echo '<div id="jrn_name_div">';
-echo '<h2 id="jrn_name" style="display:inline">' . $ledger->get_name() . 
'</h2>';
+echo '<h2 class="title" id="jrn_name" style="display:inline">' . 
$ledger->get_name() . '</h2>';
 echo '</div>';
 
 // Show the predef operation

Modified: phpcompta/tags/rel650/include/template/form_ledger_detail.php
===================================================================
--- phpcompta/tags/rel650/include/template/form_ledger_detail.php       
2012-10-01 19:16:04 UTC (rev 5127)
+++ phpcompta/tags/rel650/include/template/form_ledger_detail.php       
2012-10-01 19:23:16 UTC (rev 5128)
@@ -5,7 +5,7 @@
 <legend><?=$f_legend ?>
 </legend>
        <div id="jrn_name_div">
-       <h2 id="jrn_name"> <?=$this->get_name()?></h2>
+       <h2 class="title" id="jrn_name"> <?=$this->get_name()?></h2>
 </div>
       <?=_('Date').':'?> <?=$f_date ?> <?=_('Echeance')?> : <?=$f_echeance?>
 <?=$f_periode?><br>

Modified: phpcompta/tags/rel650/include/template/form_ledger_fin.php
===================================================================
--- phpcompta/tags/rel650/include/template/form_ledger_fin.php  2012-10-01 
19:16:04 UTC (rev 5127)
+++ phpcompta/tags/rel650/include/template/form_ledger_fin.php  2012-10-01 
19:23:16 UTC (rev 5128)
@@ -1,6 +1,6 @@
 <fieldset>
        <div id="jrn_name_div">
-       <h2 id="jrn_name"> <?=$this->get_name()?></h2>
+       <h2 class="title" id="jrn_name"> <?=$this->get_name()?></h2>
 </div>
 <legend><?=$f_legend ?> </legend>
 <?



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