mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-02-15 18:08:41 +00:00
implement todos
This commit is contained in:
parent
f1a90be86d
commit
2e50640665
BIN
Docs/Dev/img/er.png
Normal file
BIN
Docs/Dev/img/er.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 162 KiB |
|
|
@ -35,18 +35,6 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<table id="contractList" class="default sticky">
|
<table id="contractList" class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
|
||||||
<label for="contractList-sort-1">
|
|
||||||
<input type="radio" name="contractList-sort" id="contractList-sort-1">
|
|
||||||
<i class="sort-asc fa fa-chevron-up"></i>
|
|
||||||
</label>
|
|
||||||
<label for="contractList-sort-2">
|
|
||||||
<input type="radio" name="contractList-sort" id="contractList-sort-2">
|
|
||||||
<i class="sort-desc fa fa-chevron-down"></i>
|
|
||||||
</label>
|
|
||||||
<label>
|
|
||||||
<i class="filter fa fa-filter"></i>
|
|
||||||
</label>
|
|
||||||
<td class="wf-100"><?= $this->getHtml('Title'); ?>
|
<td class="wf-100"><?= $this->getHtml('Title'); ?>
|
||||||
<label for="contractList-sort-3">
|
<label for="contractList-sort-3">
|
||||||
<input type="radio" name="contractList-sort" id="contractList-sort-3">
|
<input type="radio" name="contractList-sort" id="contractList-sort-3">
|
||||||
|
|
@ -87,7 +75,6 @@ echo $this->getData('nav')->render(); ?>
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<tr tabindex="0" data-href="<?= $url; ?>">
|
<tr tabindex="0" data-href="<?= $url; ?>">
|
||||||
<td data-label="<?= $this->getHtml('ID', '0', '0'); ?>"><a href="<?= $url; ?>"><?= $value->getId(); ?></a>
|
|
||||||
<td data-label="<?= $this->getHtml('Title'); ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->title); ?></a>
|
<td data-label="<?= $this->getHtml('Title'); ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->title); ?></a>
|
||||||
<td data-label="<?= $this->getHtml('End'); ?>"><a href="<?= $url; ?>"><span class="tag <?= $type; ?>"><?= $value->end !== null ? $value->end->format('Y-m-d') : ''; ?></span></a>
|
<td data-label="<?= $this->getHtml('End'); ?>"><a href="<?= $url; ?>"><span class="tag <?= $type; ?>"><?= $value->end !== null ? $value->end->format('Y-m-d') : ''; ?></span></a>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user