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

_______________________________________________
Phpcompta  est un logiciel libre de comptabilit&#233; en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to