noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
ledger_detail_top.php
Go to the documentation of this file.
00001 <?php
00002 //This file is part of NOALYSS and is under GPL 
00003 //see licence.txt
00004 ?><div style="position:absolute;right:2px;height:10px;display:block;margin-top:0.48%;margin-right:0.48%">
00005 <?php 
00006    if ($div != "popup") {
00007      $callback=$_SERVER['PHP_SELF'];
00008      $str=$_SERVER['QUERY_STRING']."&act=$action&ajax=$callback";
00009      $msg_close=_('Fermer');
00010      $msg_pop=_('Ouvrir dans une fenêtre séparée');
00011      
00012      echo '<A id="close_div" title="'.$msg_pop.'" onclick="var a=window.open(\'popup.php?'.$str.'\',\'\',\'location=no,toolbar=no,fullscreen=yes,scrollbars=yes,resizable=yes,status=no\'); a.focus();removeDiv(\''.$div.'\')">
00013 !pop me out ! </A>';
00014      echo '<A id="close_div" title="'.$msg_close.'"  onclick="removeDiv(\''.$div.'\');">'._("Fermer").'</A>';
00015    }
00016 ?>
00017 </div>
00018 <div>
00019    <?php echo h2($oLedger->get_name(),'class="title"'); ?>
00020 </div>
00021 <?php echo "Opération ID=".hb($obj->det->jr_internal); ?>
00022 <div id="<?php echo $div.'info'?>" class="divinfo"></div>
00023 <?php require_once('class_itextarea.php');
00024 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations