phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5122 - in phpcompta/tags/rel650: html include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r5122 - in phpcompta/tags/rel650: html include/template
Date: Mon, 1 Oct 2012 20:47:27 +0200 (CEST)

Author: danydb
Date: 2012-10-01 20:47:26 +0200 (Mon, 01 Oct 2012)
New Revision: 5122

Modified:
   phpcompta/tags/rel650/html/style-color.css
   phpcompta/tags/rel650/html/style-epad.css
   phpcompta/tags/rel650/html/style-light.css
   phpcompta/tags/rel650/html/style-print.css
   phpcompta/tags/rel650/html/style.css
   phpcompta/tags/rel650/include/template/ledger_detail_bottom.php
   phpcompta/tags/rel650/include/template/ledger_detail_misc.php
Log:
0000733: Impression op?\195?\169ration depuis POP ME OUT

Modified: phpcompta/tags/rel650/html/style-color.css
===================================================================
--- phpcompta/tags/rel650/html/style-color.css  2012-10-01 17:57:15 UTC (rev 
5121)
+++ phpcompta/tags/rel650/html/style-color.css  2012-10-01 18:47:26 UTC (rev 
5122)
@@ -1141,4 +1141,11 @@
        margin-left: 45px;
        text-decoration: none;
        font-style: italic;
+}
+div.myfieldset
+{
+       margin-top: 5px;
+       margin-left:5px;
+       margin-right: 5px;
+       border:lightgrey 2px groove;
 }
\ No newline at end of file

Modified: phpcompta/tags/rel650/html/style-epad.css
===================================================================
--- phpcompta/tags/rel650/html/style-epad.css   2012-10-01 17:57:15 UTC (rev 
5121)
+++ phpcompta/tags/rel650/html/style-epad.css   2012-10-01 18:47:26 UTC (rev 
5122)
@@ -1128,4 +1128,11 @@
        margin-left: 45px;
        text-decoration: none;
        font-style: italic;
+}
+div.myfieldset
+{
+       margin-top: 5px;
+       margin-left:5px;
+       margin-right: 5px;
+       border:lightgrey 2px groove;
 }
\ No newline at end of file

Modified: phpcompta/tags/rel650/html/style-light.css
===================================================================
--- phpcompta/tags/rel650/html/style-light.css  2012-10-01 17:57:15 UTC (rev 
5121)
+++ phpcompta/tags/rel650/html/style-light.css  2012-10-01 18:47:26 UTC (rev 
5122)
@@ -1133,4 +1133,11 @@
        margin-left: 45px;
        text-decoration: none;
        font-style: italic;
+}
+div.myfieldset
+{
+       margin-top: 5px;
+       margin-left:5px;
+       margin-right: 5px;
+       border:lightgrey 2px groove;
 }
\ No newline at end of file

Modified: phpcompta/tags/rel650/html/style-print.css
===================================================================
--- phpcompta/tags/rel650/html/style-print.css  2012-10-01 17:57:15 UTC (rev 
5121)
+++ phpcompta/tags/rel650/html/style-print.css  2012-10-01 18:47:26 UTC (rev 
5122)
@@ -280,3 +280,10 @@
        font-style: italic;
 }
 /* </style> */
+div.myfieldset
+{
+       margin-top: 5px;
+       margin-left:5px;
+       margin-right: 5px;
+       border:lightgrey 2px groove;
+}
\ No newline at end of file

Modified: phpcompta/tags/rel650/html/style.css
===================================================================
--- phpcompta/tags/rel650/html/style.css        2012-10-01 17:57:15 UTC (rev 
5121)
+++ phpcompta/tags/rel650/html/style.css        2012-10-01 18:47:26 UTC (rev 
5122)
@@ -546,10 +546,10 @@
        margin:1px;
        background-color: orange;
 }
-h1.legend, legend {
+h1.legend, .legend {
 font-weight: bold;
 font-style: italic;
-font-size: 120% ;
+font-size: 110% ;
 
 }
 fieldset fieldset legend {
@@ -560,8 +560,8 @@
 border: 1px solid blue;
 margin:2px;
 background-color:white;
+border: #0000FF 1px
 
-
 }
 
 
@@ -1106,12 +1106,13 @@
 
 h1.title {
        color: blue;
-       font-size:24px;
+       font-size:18px;
        font-style: italic;
 }
 h2.title {
        color: blue;
-       font-size:16px;
+       font-size:14px;
+       font-weight:bold;
        font-style: italic;
        margin-left: 15px;
 }
@@ -1132,4 +1133,11 @@
        margin-left: 45px;
        text-decoration: none;
        font-style: italic;
-}
\ No newline at end of file
+}
+div.myfieldset
+{
+       margin-top: 5px;
+       margin-left:5px;
+       margin-right: 5px;
+       border:lightgrey 2px groove;
+}

Modified: phpcompta/tags/rel650/include/template/ledger_detail_bottom.php
===================================================================
--- phpcompta/tags/rel650/include/template/ledger_detail_bottom.php     
2012-10-01 17:57:15 UTC (rev 5121)
+++ phpcompta/tags/rel650/include/template/ledger_detail_bottom.php     
2012-10-01 18:47:26 UTC (rev 5122)
@@ -1,7 +1,8 @@
-<fieldset>
-<legend>
+<div class="myfieldset">
+
+<h1 class="legend">
 <? echo _('Rapprochement');?>
-</legend>
+</h1>
 <?
 $oRap=new Acc_Reconciliation($cn);
 $oRap->jr_id=$jr_id;
@@ -36,17 +37,16 @@
   echo '</table>';
 }
 ?>
-</legend>
 <?
 if ( $access=='W') {
      $wConcerned=new IConcerned("rapt".$div);
      $wConcerned->amount_id=$obj->det->jr_montant;
-    echo $wConcerned->input();    
-    
+    echo $wConcerned->input();
+
 }
 
 ?>
-</fieldset>
+</div>
 <?
 
 require_once('template/ledger_detail_file.php');

Modified: phpcompta/tags/rel650/include/template/ledger_detail_misc.php
===================================================================
--- phpcompta/tags/rel650/include/template/ledger_detail_misc.php       
2012-10-01 17:57:15 UTC (rev 5121)
+++ phpcompta/tags/rel650/include/template/ledger_detail_misc.php       
2012-10-01 18:47:26 UTC (rev 5122)
@@ -72,14 +72,12 @@
 </tr>
 </table>
 
-<fieldset>
-<legend>
-<?=_('Détail')?>
+<div class="myfieldset">
+       <h1 class="legend"><?=_('Détail')?></h1>
 <?
   require_once('class_own.php');
   $owner=new Own($cn);
 ?>
-</legend>
 <table class="result">
 <tr>
 <?
@@ -152,7 +150,7 @@
     /* Analytic accountancy */
     if ( $owner->MY_ANALYTIC != "nu" && $div=='popup'){
       if ( preg_match('/^(6|7)/',$q[$e]['j_poste'])) {
-       
+
        echo HtmlInput::hidden("amount_t".$amount_idx,$q[$e]['j_montant']);
        $anc_op=new Anc_Operation($cn);
        $anc_op->j_id=$q[$e]['j_id'];
@@ -168,8 +166,7 @@
   }
 ?>
 </table>
-</fieldset>
-
+</div>
 <?
 require_once('ledger_detail_bottom.php');
 ?>



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