This commit is contained in:
Dany De Bontridder 2011-01-21 17:47:07 +00:00
parent 96b6f485cd
commit e66d5dba46

View file

@ -106,7 +106,7 @@ if ( isset($_GET['f_id']))
require_once('template/history_top.php'); require_once('template/history_top.php');
$detail_card=HtmlInput::card_detail($fiche->strAttribut(ATTR_DEF_QUICKCODE),$fiche->getName()); $detail_card=HtmlInput::card_detail($fiche->strAttribut(ATTR_DEF_QUICKCODE),$fiche->getName());
echo h2info( $fiche->getName().'['.$fiche->strAttribut(ATTR_DEF_QUICKCODE).']'); 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){ if ( $fiche->HtmlTable($array,0,0)==-1){
echo h2("Aucun opération pour l'exercice courant",'class="error"'); echo h2("Aucun opération pour l'exercice courant",'class="error"');