task#137 export history of card or account from an operation detail

This commit is contained in:
Dany De Bontridder 2010-11-14 15:29:57 +00:00
parent 28662a2079
commit 627a4501c4
2 changed files with 37 additions and 3 deletions

View file

@ -1,11 +1,12 @@
<div style="float:right;height:10px;margin-top:2;margin-right:2">
<?
if ($div != "popup") {
<?php
if ($div != "popup")
{
$callback=$_SERVER['PHP_SELF'];
$str=$_SERVER['QUERY_STRING']."&act=de&ajax=$callback";
echo '<A style="margin-right:5px;background-color:blue;color:white;text-decoration:none" HREF="javascript:void(0)" onclick="var a=window.open(\'popup.php?'.$str.'\',\'\',\'toolbar=0,width=600,height=400,scrollbars=yes,resizable=yes,status=0,location=0\'); a.focus();removeDiv(\''.$div.'\')">
!pop me up ! </A>';
echo '<A style="background-color:blue;color:white;text-decoration:none" HREF="javascript:void(0)" onclick="removeDiv(\''.$div.'\');">Fermer</A>';
}
}
?>
</div>