Cosmetic : use H2

This commit is contained in:
Dany wm De Bontridder 2020-11-08 22:10:03 +01:00 committed by sparkyx
parent 9d5d626ad8
commit 56e178d4cb
2 changed files with 5 additions and 5 deletions

View file

@ -172,7 +172,7 @@ if ( isset( $_REQUEST['bt_html'] ) )
echo '<tr >
<td colspan="8" style="width:auto">
<h2 class="info">'. $poste_id['pcm_val'].' '.h($Poste->label).'</h2>
<h2 class="">'. $poste_id['pcm_val'].' '.h($Poste->label).'</h2>
</td>
</tr>';

View file

@ -173,7 +173,7 @@ if ( isset( $_REQUEST['bt_html'] ) )
$result=$Poste->HtmlTable(null,$_GET['ople']);
$table=ob_get_clean();
if ( $result == 0) {
echo '<h2 class="info">'.$Poste->id." ".h($Poste->label).'</h2>';
echo '<h2 class="">'.$Poste->id." ".h($Poste->label).'</h2>';
echo $table;
}
echo '</div>';
@ -219,7 +219,7 @@ if ( isset( $_REQUEST['bt_html'] ) )
if ( ! isset($_REQUEST['oper_detail']) )
{
echo '<div class="content">';
echo '<h2 class="info"> ' .
echo '<h2 class=""> ' .
'(' . $fiche->id . ')' .
$fiche->getName() . ' ' .
' [ ' . $fiche->get_quick_code() . ' ] ' .
@ -233,7 +233,7 @@ if ( isset( $_REQUEST['bt_html'] ) )
{
// Detail //
echo '<div class="content">';
echo '<h2 class="info"> ' .
echo '<h2 class=""> ' .
'(' . $fiche->id . ')' .
$fiche->getName() . ' ' .
' [ ' . $fiche->get_quick_code() . ' ] ' .
@ -269,7 +269,7 @@ if ( isset( $_REQUEST['bt_html'] ) )
$result=$Poste->HtmlTable(null,$_GET['ople']);
$table=ob_get_clean();
if ( $result == 0) {
echo '<h2 class="info">'.$Poste->id." ".h($Poste->label).'</h2>';
echo '<h2 class="">'.$Poste->id." ".h($Poste->label).'</h2>';
echo $table;
}