phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5469 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5469 - phpcompta/trunk/include
Date: Sat, 5 Oct 2013 19:43:08 +0200 (CEST)

Author: danydb
Date: 2013-10-05 19:43:07 +0200 (Sat, 05 Oct 2013)
New Revision: 5469

Modified:
   phpcompta/trunk/include/opening.inc.php
Log:
do not use fieldset


Modified: phpcompta/trunk/include/opening.inc.php
===================================================================
--- phpcompta/trunk/include/opening.inc.php     2013-10-05 14:30:34 UTC (rev 
5468)
+++ phpcompta/trunk/include/opening.inc.php     2013-10-05 17:43:07 UTC (rev 
5469)
@@ -100,7 +100,8 @@
 if ($sa == '')
 {
        echo '<div class="content">';
-       echo '<fieldset><legend> Etape 1 </legend>';
+        
+       echo '<h1 class="legend"> Etape 1 </h1>';
 
        echo 'Choississez le dossier où sont les soldes à importer';
        $avail = $g_user->get_available_folder();
@@ -130,8 +131,8 @@
        echo HtmlInput::submit('ok', 'Continuer');
 
        echo '</form>';
-       echo '</fieldset>';
        echo '</div>';
+       echo '</div>';
        exit();
 }
 /* --------------------------------------------------
@@ -141,7 +142,7 @@
 if ($sa == 'step2')
 {
        echo '<div class="content">' .
-       '<fieldset><legend>Etape 2</legend>' .
+       '<div><h1 class="legend">Etape 2</h1>' .
        '<h2 class="info">' . dossier::name($_REQUEST['f']) . '</h2>' .
        '<form class="print" method="post">' .
        ' Choississez l\'exercice du dossier ';
@@ -170,7 +171,7 @@
 if ($sa == 'step3')
 {
        echo '<div class="content">' .
-       '<fieldset><legend>Etape 3</legend>' .
+       '<div><h1 class="legend">Etape 3</h1>' .
        '<h2 class="info">' . dossier::name($_REQUEST['f']) . '</h2>' .
        '<form class="print" method="post">' .
        ' Choississez le journal qui contiendra l\'opération d\'ouverture ';
@@ -207,7 +208,7 @@
 if ($sa == 'step4')
 {
        echo '<div class="content">';
-       echo '<fieldset><legend> Dernière étape</legend>';
+       echo '<div><h1 class="legend"> Dernière étape</h1>';
        $cn_target = new Database($_REQUEST['f']);
        $saldo = new Acc_Ledger($cn_target, 0);
        $array = $saldo->get_saldo_exercice($_REQUEST['p_periode']);



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