altocompta/include/template/ledger_detail_file.php

9 lines
No EOL
306 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";
?>
<iframe style="border:0;width:auto;height:50" src="<? echo 'ajax_ledger.php'.$str; ?>"> </iframe>