Removed short tags
This commit is contained in:
parent
caf7050e7f
commit
17c5a138de
|
|
@ -48,7 +48,7 @@
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<?
|
<?php
|
||||||
$pdf_created_at = $document['Document']['pdf_created_at'];
|
$pdf_created_at = $document['Document']['pdf_created_at'];
|
||||||
if($pdf_created_at != '0000-00-00 00:00:00') {
|
if($pdf_created_at != '0000-00-00 00:00:00') {
|
||||||
echo $time->nice($document['Document']['pdf_created_at']);
|
echo $time->nice($document['Document']['pdf_created_at']);
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<?
|
<?php
|
||||||
if($document['Document']['pdf_created_by_user_id']) {
|
if($document['Document']['pdf_created_by_user_id']) {
|
||||||
$pdf_user_id = $document['Document']['pdf_created_by_user_id'];
|
$pdf_user_id = $document['Document']['pdf_created_by_user_id'];
|
||||||
echo $html->link($users[$pdf_user_id], '/users/view/'.$pdf_user_id);
|
echo $html->link($users[$pdf_user_id], '/users/view/'.$pdf_user_id);
|
||||||
|
|
@ -79,4 +79,4 @@
|
||||||
<?php echo $paginator->next(__('next', true).' >>', array(), null, array('class' => 'disabled'));?>
|
<?php echo $paginator->next(__('next', true).' >>', array(), null, array('class' => 'disabled'));?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php debug($documents); ?>
|
<?php debug($documents); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue