noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 81/219: PRINTPOSTE : esthetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 81/219: PRINTPOSTE : esthetic
Date: Mon, 18 Dec 2017 13:22:42 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 56fd6e0635e4664c44582638bb5e76df0ed2752f
Author: Dany De Bontridder <address@hidden>
Date:   Sun Oct 15 00:53:28 2017 +0200

    PRINTPOSTE : esthetic
---
 include/impress_poste.inc.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/impress_poste.inc.php b/include/impress_poste.inc.php
index 8e12c34..5b5b6f4 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="title">'.$Poste->id." ".h($Poste->label).'</h2>';
+            echo '<h2 class="info">'.$Poste->id." ".h($Poste->label).'</h2>';
             echo $table;
             }
            echo '</div>';
@@ -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="title">'.$Poste->id." 
".h($Poste->label).'</h2>';
+                echo '<h2 class="info">'.$Poste->id." 
".h($Poste->label).'</h2>';
                 echo $table;
                 }
                 



reply via email to

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