[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 02/26: css : Cosmetic add CSS h-section
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 02/26: css : Cosmetic add CSS h-section |
Date: |
Wed, 25 Sep 2024 06:44:47 -0400 (EDT) |
sparkyx pushed a commit to branch pre-stable
in repository noalyss.
commit d07f24810bd2046783dbcc58531c0bf742968fd0
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] 09/26: Cosmetic g_failed, (continued)
- [Noalyss-commit] [noalyss] 09/26: Cosmetic g_failed, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 01/26: add detail, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 06/26: Change color border, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 10/26: Fix : France saldo until end of exercice in Gestion, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 19/26: TVA show up , sorted by ID, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 07/26: color, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 16/26: MOD2 : update, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 25/26: nav-level2.active and nav-level3 active: border color, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 20/26: VAT warning : update the VAT CODE, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 17/26: Cosmetic menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 02/26: css : Cosmetic add CSS h-section,
dwm <=
- [Noalyss-commit] [noalyss] 05/26: Change color border, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 03/26: Cosmetic : animate bar menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 04/26: Cosmetic : menu and module , animate, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 08/26: Cosmetic, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 11/26: Fix Bug Cannot create new category of cards, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 13/26: Bug : warning for ledger C0JRN when no category card is checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 12/26: Cosmetic, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 14/26: Update MOD1, Belgian template add VAT, document, ..., dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 15/26: PHP Install check if curl present, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 18/26: SALE : by default invoice not checked, dwm, 2024/09/25