noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/08: css : Cosmetic add CSS h-section


From: dwm
Subject: [Noalyss-commit] [noalyss] 02/08: css : Cosmetic add CSS h-section
Date: Thu, 19 Sep 2024 02:45:47 -0400 (EDT)

sparkyx pushed a commit to branch stable
in repository noalyss.

commit 6b77337cbd20bdc78bbd2db37739eab6c8522e04
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Sep 17 18:18:58 2024 +0200

    css : Cosmetic add CSS h-section
---
 include/adm.inc.php      | 2 +-
 include/bank.inc.php     | 2 +-
 include/customer.inc.php | 2 +-
 include/manager.inc.php  | 2 +-
 include/supplier.inc.php | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/adm.inc.php b/include/adm.inc.php
index face146b7..491e22dcd 100644
--- a/include/adm.inc.php
+++ b/include/adm.inc.php
@@ -65,7 +65,7 @@ if ( $low_action == "list" )
                            <div>
        <form method="get" action="<?php echo $href; ?>">
        <?php
-       echo '<h2>' . "Exercice " . $g_user->get_exercice() . '</h2>';
+       echo '<h2 class="h-section">' . "Exercice " . $g_user->get_exercice() . 
'</h2>';
        echo dossier::hidden();
         $a=$http->get("query","string",""); 
         echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 
1,"query",$a);
diff --git a/include/bank.inc.php b/include/bank.inc.php
index aded35f39..61017cc98 100644
--- a/include/bank.inc.php
+++ b/include/bank.inc.php
@@ -65,7 +65,7 @@ if ( $low_action == "list" )
                                 <form method="get" action="<?php echo $href; 
?>">
        <?php
        echo dossier::hidden();
-       echo '<h2>' ._( "Exercice")." " . $g_user->get_exercice() . '</h2>';
+       echo '<h2 class="h-section">' ._( "Exercice")." " . 
$g_user->get_exercice() . '</h2>';
     $a=$http->get("query","string","");
     echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 
1,"query",$a);
 
diff --git a/include/customer.inc.php b/include/customer.inc.php
index 77501a14c..a80fea4ac 100644
--- a/include/customer.inc.php
+++ b/include/customer.inc.php
@@ -68,7 +68,7 @@ if ($low_action == "list")
         <div>
        <form method="get" action="<?php echo $href;?>">
             <?php
-            echo '<h2>' . "Exercice " . $g_user->get_exercice() . '</h2>';
+            echo '<h2 class="h-section">' . "Exercice " . 
$g_user->get_exercice() . '</h2>';
             $a=$http->get("query","string",""); 
             echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", 
'0,1,2', 1,"query",$a);
 
diff --git a/include/manager.inc.php b/include/manager.inc.php
index 712650abf..8143f2c15 100644
--- a/include/manager.inc.php
+++ b/include/manager.inc.php
@@ -67,7 +67,7 @@ if ($low_action == "list")
         <div>
             <form method="get" action="<?php echo $href; ?>">
                 <?php
-                echo '<h2>' . "Exercice " . $g_user->get_exercice() . '</h2>';
+                echo '<h2 class="h-section">' . "Exercice " . 
$g_user->get_exercice() . '</h2>';
                 echo dossier::hidden();
                 $a=$http->get("query","string","");
                 echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", 
'0,1,2', 1,"query",$a);
diff --git a/include/supplier.inc.php b/include/supplier.inc.php
index 15bf2aff0..b6751e466 100644
--- a/include/supplier.inc.php
+++ b/include/supplier.inc.php
@@ -67,7 +67,7 @@ if ( $low_action == "list" )
                            <div>
                                         <form method="get" action="<?php echo 
$href; ?>">
        <?php
-       echo '<h2>' . "Exercice " . $g_user->get_exercice() . '</h2>';
+       echo '<h2 class="h-section">' . "Exercice " . $g_user->get_exercice() . 
'</h2>';
        echo dossier::hidden();
     echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 
1,"query",$search);
 



reply via email to

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