css : Cosmetic add CSS h-section
This commit is contained in:
parent
18b14541e1
commit
90b529a364
5 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue