mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-29 07:58:40 +00:00
continue impl
This commit is contained in:
parent
c061d367e4
commit
f01ee5e7de
|
|
@ -6,10 +6,6 @@ use phpOMS\Uri\UriFactory;
|
|||
|
||||
<div class="row row-simple">
|
||||
<?php
|
||||
|
||||
$old = \reset($reports);
|
||||
$new = \end($reports);
|
||||
|
||||
$old = null;
|
||||
$new = null;
|
||||
|
||||
|
|
@ -113,7 +109,7 @@ use phpOMS\Uri\UriFactory;
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<?php else : ?>
|
||||
<?php elseif ($type !== 'img' && $old !== null) : ?>
|
||||
<div class="col-xs-6 col-simple">
|
||||
<div class="portlet col-simple">
|
||||
<div class="portlet-body col-simple">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user