css : Cosmetic add CSS h-section

This commit is contained in:
sparkyx 2024-09-17 18:18:58 +02:00
parent 18b14541e1
commit 90b529a364
5 changed files with 5 additions and 5 deletions

View file

@ -65,7 +65,7 @@ if ( $low_action == "list" )
<div> <div>
<form method="get" action="<?php echo $href; ?>"> <form method="get" action="<?php echo $href; ?>">
<?php <?php
echo '<h2>' . "Exercice " . $g_user->get_exercice() . '</h2>'; echo '<h2 class="h-section">' . "Exercice " . $g_user->get_exercice() . '</h2>';
echo dossier::hidden(); echo dossier::hidden();
$a=$http->get("query","string",""); $a=$http->get("query","string","");
echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$a); echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$a);

View file

@ -65,7 +65,7 @@ if ( $low_action == "list" )
<form method="get" action="<?php echo $href; ?>"> <form method="get" action="<?php echo $href; ?>">
<?php <?php
echo dossier::hidden(); 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",""); $a=$http->get("query","string","");
echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$a); echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$a);

View file

@ -68,7 +68,7 @@ if ($low_action == "list")
<div> <div>
<form method="get" action="<?php echo $href;?>"> <form method="get" action="<?php echo $href;?>">
<?php <?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",""); $a=$http->get("query","string","");
echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$a); echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$a);

View file

@ -67,7 +67,7 @@ if ($low_action == "list")
<div> <div>
<form method="get" action="<?php echo $href; ?>"> <form method="get" action="<?php echo $href; ?>">
<?php <?php
echo '<h2>' . "Exercice " . $g_user->get_exercice() . '</h2>'; echo '<h2 class="h-section">' . "Exercice " . $g_user->get_exercice() . '</h2>';
echo dossier::hidden(); echo dossier::hidden();
$a=$http->get("query","string",""); $a=$http->get("query","string","");
echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$a); echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$a);

View file

@ -67,7 +67,7 @@ if ( $low_action == "list" )
<div> <div>
<form method="get" action="<?php echo $href; ?>"> <form method="get" action="<?php echo $href; ?>">
<?php <?php
echo '<h2>' . "Exercice " . $g_user->get_exercice() . '</h2>'; echo '<h2 class="h-section">' . "Exercice " . $g_user->get_exercice() . '</h2>';
echo dossier::hidden(); echo dossier::hidden();
echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$search); echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$search);