mirror of
https://github.com/Karaka-Management/oms-Production.git
synced 2026-02-16 05:28:42 +00:00
bump
This commit is contained in:
parent
6282cfa5b2
commit
c958348677
|
|
@ -27,9 +27,10 @@ echo $this->data['nav']->render(); ?>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="box wf-100">
|
<section class="portlet">
|
||||||
|
<div class="portlet-head"><?= $this->getHtml('Productions'); ?><i class="g-icon download btn end-xs">download</i></div>
|
||||||
|
<div class="slider">
|
||||||
<table class="default sticky">
|
<table class="default sticky">
|
||||||
<caption><?= $this->getHtml('Productions'); ?><i class="g-icon end-xs download btn">download</i></caption>
|
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getHtml('Status'); ?>
|
<td><?= $this->getHtml('Status'); ?>
|
||||||
|
|
@ -40,8 +41,6 @@ echo $this->data['nav']->render(); ?>
|
||||||
<td><?= $this->getHtml('Start'); ?>
|
<td><?= $this->getHtml('Start'); ?>
|
||||||
<td><?= $this->getHtml('Due'); ?>
|
<td><?= $this->getHtml('Due'); ?>
|
||||||
<td><?= $this->getHtml('Done'); ?>
|
<td><?= $this->getHtml('Done'); ?>
|
||||||
<tfoot>
|
|
||||||
<tr><td colspan="8">
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $c = 0; foreach ([] as $key => $value) : ++$c;
|
<?php $c = 0; foreach ([] as $key => $value) : ++$c;
|
||||||
$url = \phpOMS\Uri\UriFactory::build('{/prefix}business/department/view?{?}&id=' . $value->id); ?>
|
$url = \phpOMS\Uri\UriFactory::build('{/prefix}business/department/view?{?}&id=' . $value->id); ?>
|
||||||
|
|
@ -57,5 +56,6 @@ echo $this->data['nav']->render(); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in New Issue
Block a user