noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/13: Cosmetic : use H2


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/13: Cosmetic : use H2
Date: Wed, 11 Nov 2020 10:23:40 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 56e178d4cb5e85090e8a81b6aa93e8fd91c3ef75
Author: Dany wm De Bontridder <danydb@noalyss.eu>
AuthorDate: Sun Nov 8 22:10:03 2020 +0100

    Cosmetic : use H2
---
 include/impress_gl_comptes.inc.php | 2 +-
 include/impress_poste.inc.php      | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/impress_gl_comptes.inc.php 
b/include/impress_gl_comptes.inc.php
index 3da5d89..2163227 100644
--- a/include/impress_gl_comptes.inc.php
+++ b/include/impress_gl_comptes.inc.php
@@ -172,7 +172,7 @@ if ( isset( $_REQUEST['bt_html'] ) )
 
         echo '<tr >
         <td colspan="8" style="width:auto">
-        <h2 class="info">'. $poste_id['pcm_val'].' '.h($Poste->label).'</h2>
+        <h2 class="">'. $poste_id['pcm_val'].' '.h($Poste->label).'</h2>
         </td>
         </tr>';
 
diff --git a/include/impress_poste.inc.php b/include/impress_poste.inc.php
index 3b9555b..c862300 100644
--- a/include/impress_poste.inc.php
+++ b/include/impress_poste.inc.php
@@ -173,7 +173,7 @@ if ( isset( $_REQUEST['bt_html'] ) )
             $result=$Poste->HtmlTable(null,$_GET['ople']);
             $table=ob_get_clean();
             if ( $result == 0) {
-            echo '<h2 class="info">'.$Poste->id." ".h($Poste->label).'</h2>';
+            echo '<h2 class="">'.$Poste->id." ".h($Poste->label).'</h2>';
             echo $table;
             }
            echo '</div>';
@@ -219,7 +219,7 @@ if ( isset( $_REQUEST['bt_html'] ) )
         if ( ! isset($_REQUEST['oper_detail']) )
         {
             echo '<div class="content">';
-            echo '<h2 class="info"> ' .
+            echo '<h2 class=""> ' .
                 '(' . $fiche->id . ')' .
                 $fiche->getName() . ' ' .
                 ' [ ' . $fiche->get_quick_code() . ' ] ' .
@@ -233,7 +233,7 @@ if ( isset( $_REQUEST['bt_html'] ) )
         {
             // Detail //
             echo '<div class="content">';
-            echo '<h2 class="info"> ' .
+            echo '<h2 class=""> ' .
                 '(' . $fiche->id . ')' .
                 $fiche->getName() . ' ' .
                 ' [ ' . $fiche->get_quick_code() . ' ] ' .
@@ -269,7 +269,7 @@ if ( isset( $_REQUEST['bt_html'] ) )
                 $result=$Poste->HtmlTable(null,$_GET['ople']);
                 $table=ob_get_clean();
                 if ( $result == 0) {
-                echo '<h2 class="info">'.$Poste->id." 
".h($Poste->label).'</h2>';
+                echo '<h2 class="">'.$Poste->id." ".h($Poste->label).'</h2>';
                 echo $table;
                 }
                 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]