altocompta/include/template/ledger_detail_top.php
Dany De Bontridder b7efe5e5f4 Operation detail in HTML
========================
Start of the ODS operation, we have cosmetic problems when
the details are too big.

Start of Analytic accountancy
2010-06-27 18:38:12 +00:00

8 lines
No EOL
590 B
PHP

<div style="text-align:right;height:13px">
<?
echo '<A style="margin-right:5px;background-color:blue;color:white;text-decoration:none" HREF="javascript:void(0)" onclick="var a=getElementById(\''.$div.'\');a.style.width=\'95%\';a.style.height=\'95%\';a.style.top=\'2%\';a.style.left=\'2%\';a.style.overflow=\'auto\';">Agrandir</A>';
echo '<A style="background-color:blue;color:white;text-decoration:none" HREF="javascript:void(0)" onclick="removeDiv(\''.$div.'\');">Fermer</A>';
?>
</div>
<? echo h2info($oLedger->get_name()); ?>
<? echo "Opération ID=".hb($obj->det->jr_internal); ?>