[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 79/86: css : Cosmetic add CSS h-section
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 79/86: css : Cosmetic add CSS h-section |
Date: |
Thu, 19 Sep 2024 02:42:04 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 90b529a364664d459b9d49f555040a0914936546
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);
- [Noalyss-commit] [noalyss] 68/86: PHP8.2 : deprecated dynamique attr., (continued)
- [Noalyss-commit] [noalyss] 68/86: PHP8.2 : deprecated dynamique attr., dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 74/86: CSS : Cosmetic add CSS h-section and super (for detail), dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 72/86: Cosmetic add CSS h-section, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 85/86: Cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 62/86: PHP8.2 : deprecated dynamique attr., dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 58/86: Set the DB to the version 202 for NOALYSS9.3 correct make-sql, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 60/86: Set the DB to the version 202 for NOALYSS9.3 correct make-sql, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 71/86: Merge branch 'stable' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 73/86: CSS : class=super for link, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 65/86: Cosmetic , missing bcscale and code cleaning, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 79/86: css : Cosmetic add CSS h-section,
dwm <=