Cosmetic
This commit is contained in:
parent
96b6f485cd
commit
e66d5dba46
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ if ( isset($_GET['f_id']))
|
|||
require_once('template/history_top.php');
|
||||
$detail_card=HtmlInput::card_detail($fiche->strAttribut(ATTR_DEF_QUICKCODE),$fiche->getName());
|
||||
echo h2info( $fiche->getName().'['.$fiche->strAttribut(ATTR_DEF_QUICKCODE).']');
|
||||
echo $detail_card;
|
||||
echo '<p style="text-align:center;font-size:125%">'.$detail_card.'</p>';
|
||||
|
||||
if ( $fiche->HtmlTable($array,0,0)==-1){
|
||||
echo h2("Aucun opération pour l'exercice courant",'class="error"');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue