Code

Fixed links for fax reports
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Nov 2005 06:56:39 +0000 (06:56 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Nov 2005 06:56:39 +0000 (06:56 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2032 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofax/reports/class_faxreport.inc
plugins/gofax/reports/detail.tpl

index d25ff4695d035bf4d46b5ef4d807f873476ff52b..dbae32e3c7c782f8122725ab23aeb3f7fdf29816 100644 (file)
@@ -146,7 +146,7 @@ class faxreport extends plugin
                $queuing_time= $line['queuing_time'];
 
                $_SESSION['fuserfilter']= $this->userfilter;
-           $smarty->assign("plug", validate($_GET['plug']));
+           $smarty->assign("plug", "?plug=".validate($_GET['plug']));
            $smarty->assign("detail", validate($_GET['detail']));
 
                $format= _("Y-M-D");
index 0ac801f8192fb26adc1e376b062c416b2b83a770..1cd45f5fc99f93b1b232c0d478caa78151026ac7 100644 (file)
@@ -65,6 +65,6 @@
 </table>
 
 <p class="plugbottom">
-  <input type=submit name="back{$plug}" value="{t}Back{/t}">
+  <input type=submit name="bck_to_list" value="{t}Back{/t}">
 </p>