altocompta/include/template/ledger_detail_file.php
Dany De Bontridder d9d721cd54 Operation details in HTML :
==================
Test in IE Completely operational
2010-07-02 21:50:52 +00:00

11 lines
No EOL
379 B
PHP

<?
/**
*@brief show an iframe, the iframe contains either
* - a input type to save a file
* - a file name (which can be opened or removed
*/
$str='?'.dossier::get()."&div=$div&act=file&jr_id=$jr_id";
?>
<div class="noprint">
<iframe frameborder=0 scrolling="no" style="border:0;width:248;height:22;overflow:hidden" src="<? echo 'ajax_ledger.php'.$str; ?>"> </iframe>
</div>