phpcompta-dev
[Top][All Lists]
Advanced

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

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


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

Author: danydb
Date: 2012-10-01 20:56:07 +0200 (Mon, 01 Oct 2012)
New Revision: 5124

Modified:
   phpcompta/tags/rel650/html/ajax_ledger.php
   phpcompta/tags/rel650/include/template/ledger_detail_ach.php
   phpcompta/tags/rel650/include/template/ledger_detail_fin.php
   phpcompta/tags/rel650/include/template/ledger_detail_ven.php
Log:
0000733: Impression op?\195?\169ration depuis POP ME OUT

Modified: phpcompta/tags/rel650/html/ajax_ledger.php
===================================================================
--- phpcompta/tags/rel650/html/ajax_ledger.php  2012-10-01 18:47:56 UTC (rev 
5123)
+++ phpcompta/tags/rel650/html/ajax_ledger.php  2012-10-01 18:56:07 UTC (rev 
5124)
@@ -221,7 +221,7 @@
                        echo "<div>";
 
                }
-               echo "<h2>Document</h2>";
+               echo "<h1 class=\"legend\">Document</h1>";
         if ( $access=='W')
         {
             echo '<FORM METHOD="POST" ENCTYPE="multipart/form-data" 
id="form_file">';
@@ -278,7 +278,7 @@
                        echo "<div>";
 
                }
-               echo "<h2>Document</h2>";
+               echo "<h1 class=\"legend\">Document</h1>";
         echo '<div class="op_detail_frame">';
         $x='';
         if ($access=='W')

Modified: phpcompta/tags/rel650/include/template/ledger_detail_ach.php
===================================================================
--- phpcompta/tags/rel650/include/template/ledger_detail_ach.php        
2012-10-01 18:47:56 UTC (rev 5123)
+++ phpcompta/tags/rel650/include/template/ledger_detail_ach.php        
2012-10-01 18:56:07 UTC (rev 5124)
@@ -97,8 +97,8 @@
                                </tr>
 
 </table>
-
-<fieldset><legend><?=_('Détail')?></legend>
+<div class="myfieldset">
+       <h1 class="legend"><?=_('Détail')?></h1>
 <table class="result">
 <?
   bcscale(2);
@@ -216,12 +216,11 @@
 </table>
 
 
-</fieldset>
-<fieldset>
-<legend>
-<?=_('Ecritures comptables')?>
-</legend>
+</div>
+       <div class="myfieldset">
+       <h1 class="legend"><?=_('Ecritures comptables')?></h1>
 
+
 <?
   /* if it is not in a popup, the details are hidden */
   if ( $div != 'popup') {
@@ -284,7 +283,7 @@
 ?>
 </table>
 </div>
-</fieldset>
+</div>
 
 <?
 require_once('ledger_detail_bottom.php');

Modified: phpcompta/tags/rel650/include/template/ledger_detail_fin.php
===================================================================
--- phpcompta/tags/rel650/include/template/ledger_detail_fin.php        
2012-10-01 18:47:56 UTC (rev 5123)
+++ phpcompta/tags/rel650/include/template/ledger_detail_fin.php        
2012-10-01 18:56:07 UTC (rev 5124)
@@ -88,14 +88,14 @@
 </table>
 
 </td>
-<fieldset>
-<legend>
+<div class="myfieldset">
+       <h1 class="legend">
 <?=_('Détail')?>
 <?
   $detail=new Acc_Misc($cn,$obj->jr_id);
 $detail->get();
 ?>
-</legend>
+</h1>
 <table class="result">
 <tr>
 <?
@@ -168,7 +168,7 @@
   }
 ?>
 </table>
-</fieldset>
+</div>
 <?
 require_once('ledger_detail_bottom.php');
 ?>

Modified: phpcompta/tags/rel650/include/template/ledger_detail_ven.php
===================================================================
--- phpcompta/tags/rel650/include/template/ledger_detail_ven.php        
2012-10-01 18:47:56 UTC (rev 5123)
+++ phpcompta/tags/rel650/include/template/ledger_detail_ven.php        
2012-10-01 18:56:07 UTC (rev 5124)
@@ -97,8 +97,10 @@
 </td>
 </tr>
 </table>
-
-<fieldset><legend><?=_('Détail')?></legend>
+<div class="myfieldset">
+       <h1 class="legend">
+<?=_('Détail')?>
+       </h1>
 <table class="result">
 <?
   bcscale(2);
@@ -212,13 +214,12 @@
 </td>
 </tr>
 </table>
-
-</fieldset>
-<fieldset>
-<legend>
+</div>
+<div class="myfieldset">
+       <h1 class="legend">
 <?=_('Ecritures comptables')?>
-</legend>
-<?
+       </h1>
+       <?
   /* if it is not in a popup, the details are hidden */
   if ( $div != 'popup') {
     $ib=new IButton ("a".$div);
@@ -281,7 +282,7 @@
 ?>
 </table>
 </div>
-</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]