* Fix bug #14811.
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
<?php foreach($reports as $report):?>
|
||||
<tr>
|
||||
<?php $viewLink = helper::createLink('testreport', 'view', "reportID=$report->id");?>
|
||||
<td><?php echo html::a($viewLink, sprintf('%03d', $report->id), '', "data-app='{$this->app->tab}'");?></td>
|
||||
<td class='text-left' title='<?php $report->title?>'><?php echo html::a($viewLink, $report->title, '', "data-app='{$this->app->tab}'")?></td>
|
||||
<td><?php echo html::a($viewLink, sprintf('%03d', $report->id), '', "data-app='{$app->tab}'");?></td>
|
||||
<td class='c-name'><?php echo html::a($viewLink, $report->title, '', "data-app='{$app->tab}' title='{$report->title}'")?></td>
|
||||
<td><?php echo zget($users, $report->createdBy);?></td>
|
||||
<td><?php echo substr($report->createdDate, 2);?></td>
|
||||
<?php $executionName = $report->execution ? '#' . $report->execution . zget($executions, $report->execution, '') : '';?>
|
||||
|
||||
Reference in New Issue
Block a user