phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4286 - phpcompta/trunk/html


From: phpcompta-dev
Subject: [Phpcompta-dev] r4286 - phpcompta/trunk/html
Date: Wed, 2 Nov 2011 19:57:54 +0100 (CET)

Author: danydb
Date: 2011-11-02 19:57:52 +0100 (Wed, 02 Nov 2011)
New Revision: 4286

Modified:
   phpcompta/trunk/html/popup.php
Log:
fix bug upgrade due to upgrade of prototype

Modified: phpcompta/trunk/html/popup.php
===================================================================
--- phpcompta/trunk/html/popup.php      2011-11-02 18:57:01 UTC (rev 4285)
+++ phpcompta/trunk/html/popup.php      2011-11-02 18:57:52 UTC (rev 4286)
@@ -39,13 +39,13 @@
 
          }
       }
-    
+
     if (isset($_GET['pcm_val']) )
       {
        
$href_csv="export.php?".$href.'&poste_id='.$_GET['pcm_val'].'&ople=0&type=poste&'.$from_periode.'&'.$to_periode."&act=CSV/postedetail";
        
$href_pdf="export.php?".$href.'&poste_id='.$_GET['pcm_val'].'&ople=0&type=poste&'.$from_periode.'&'.$to_periode."&act=PDF/postedetail";;
       }
-    else 
+    else
       {
        
$href_csv="export.php?".$href.'&f_id='.$_GET['f_id'].'&ople=0&type=poste&'.$from_periode.'&'.$to_periode."&act=CSV/fichedetail";
        
$href_pdf="export.php?".$href.'&f_id='.$_GET['f_id'].'&ople=0&type=poste&'.$from_periode.'&'.$to_periode."&act=PDF/fichedetail";
@@ -58,7 +58,7 @@
 echo HtmlInput::hidden('inpopup',1);
 load_all_script();
 
-$str="?".$_SERVER['QUERY_STRING']."&div=popup";
+$str=$_SERVER['QUERY_STRING']."&div=popup";
 $script="
         var 
obj={'id':'popup','fixed':1,'class':'content',style:'width:auto','html':loading(),'qs':'$str',js_success:'success_box','js_error':null,'callback':'".$_GET['ajax']."'};
         show_box(obj);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]