mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-30 09:48:41 +00:00
15 lines
557 B
PHP
15 lines
557 B
PHP
<div class="row">
|
|
<div class="col-xs-12 col-md-6">
|
|
<section class="box wf-100">
|
|
<header><h1><?= $this->getHtml('Task') ?></h1></header>
|
|
|
|
<div class="inner">
|
|
<form id="fTask" method="PUT" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/task?{?}&csrf={$CSRF}'); ?>">
|
|
<table class="layout wf-100" style="table-layout: fixed">
|
|
<tbody>
|
|
</table>
|
|
</form>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</div>
|