Go to the documentation of this file.00001 <?php
00002
00003
00004 ?><?php
00005
00006
00007
00008
00009
00010 $str='?'.dossier::get()."&div=$div&act=file&jr_id=$jr_id";
00011 if ( isset ($_REQUEST['ajax'])) $str.="&ajax=1";
00012 ?>
00013
00014 <div id="document_operation_div<?php echo $div;?>" class="myfieldset noprint" style="display:<?php echo $a_tab['document_operation_div']['display']?>">
00015 <iframe frameborder=0 scrolling="no" style="margin:0px;padding: 0px;border:0px;width:100%;height:90px;overflow:hidden" src="<?php echo 'ajax_ledger.php'.$str; ?>"></iframe>
00016 </div>