mirror of
https://github.com/agdsn/ancient-weatherstation.git
synced 2026-06-19 23:07:59 +00:00
many improvements in frontend
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@120 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?
|
||||
include_once("php_inc/config.inc.php");
|
||||
include_once("php_inc/module_set.inc.php");
|
||||
|
||||
class Report{
|
||||
|
||||
@@ -120,7 +121,7 @@ class Report{
|
||||
$buff = '<div class="report_link_div">';
|
||||
|
||||
$buff .= '<a href="';
|
||||
$buff .= $_SERVER['PHP_SELF'].'?setType='.$rptArray[12]."&rptName=".$rptName;
|
||||
$buff .= ModuleSet::buildArgLink(array("setType"=>$rptArray[12], "rptName"=>$rptName));
|
||||
$buff .= '" class="report_link">';
|
||||
|
||||
$buff .= $rptArray[0];
|
||||
|
||||
Reference in New Issue
Block a user