cosmetic : menu animation

This commit is contained in:
sparkyx 2025-11-24 13:15:09 +01:00
parent 6c4208bbab
commit a68fd5cb3d
3 changed files with 12 additions and 7 deletions

View file

@ -47,8 +47,8 @@ $max=($preference['PAGESIZE'] > -1 && count($array)> $preference['PAGESIZE'])? $
<h2 class="notice"><?php printf (_("Résultat limité à %d dans vos préférences, %d fiches trouvées"), $preference['PAGESIZE'],count($array))?> </h2>
<?php endif?>
<div class="content">
<?php echo _('Cherche')?> <?php echo Icon_Action::infobulle(26);echo HtmlInput::filter_table("tb_fiche", "0,1,2,3,4,5", 1); ?>
<div style="padding:2px">
<table id="tb_fiche" class="sorttable" style="width:100%">
<tr>
<th>

View file

@ -115,9 +115,11 @@ if ( isset($_GET['f_id']))
echo '<p style="text-align:center;">'.$detail_card.'</p>';
if ( $result ==-1){
print '<div class="content">';
echo h2(_("Aucune opération pour l'exercice courant"),'class="error"');
echo HtmlInput::button_close($div);
} else {
print '<div class="content">';
echo $fiche->filter_history("tb".$div);
echo $old;
echo $table;
@ -127,6 +129,7 @@ if ( isset($_GET['f_id']))
}
echo $old;
print "</div>";
$html=ob_get_contents();
ob_end_clean();