product_keys.report.php (fogproject-1.5.7) | : | product_keys.report.php (fogproject-1.5.8) | ||
---|---|---|---|---|
skipping to change at line 133 | skipping to change at line 133 | |||
} | } | |||
$this->ReportMaker->appendHTML($this->process(12)); | $this->ReportMaker->appendHTML($this->process(12)); | |||
echo '<div class="col-xs-9">'; | echo '<div class="col-xs-9">'; | |||
echo '<div class="panel panel-info">'; | echo '<div class="panel panel-info">'; | |||
echo '<div class="panel-heading text-center">'; | echo '<div class="panel-heading text-center">'; | |||
echo '<h4 class="title">'; | echo '<h4 class="title">'; | |||
echo $this->title; | echo $this->title; | |||
echo '</h4>'; | echo '</h4>'; | |||
echo '</div>'; | echo '</div>'; | |||
echo '<div class="panel-body">'; | echo '<div class="panel-body">'; | |||
if (count($this->data) > 0) { | if (is_array($this->data) && count($this->data) > 0) { | |||
echo '<div class="text-center">'; | echo '<div class="text-center">'; | |||
printf( | printf( | |||
$this->reportString, | $this->reportString, | |||
'Product_Keys', | 'Product_Keys', | |||
_('Export CSV'), | _('Export CSV'), | |||
_('Export CSV'), | _('Export CSV'), | |||
self::$csvfile, | self::$csvfile, | |||
'Product_Keys', | 'Product_Keys', | |||
_('Export PDF'), | _('Export PDF'), | |||
_('Export PDF'), | _('Export PDF'), | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |