error->noData;?>
getModuleRoot() . 'report/view/blockreportlist.html.php';?>
report->product;?> | report->plan;?> |
---|---|
title?>
begin == $config->productplan->future and $plan->end == $config->productplan->future)
{
echo $lang->report->future;
}
else
{
if($plan->begin == $config->productplan->future) $plan->begin = $lang->report->future;
if($plan->end == $config->productplan->future) $plan->end = $lang->report->future;
echo $plan->begin . ' ~ ' . $plan->end;
}
?>
|