mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-15 22:28:41 +00:00
General template fixes
This commit is contained in:
parent
16b256f942
commit
70059b7843
|
|
@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<header><h1><?= $this->getHtml('Task') ?></h1></header>
|
<header><h1><?= $this->getHtml('Task') ?></h1></header>
|
||||||
|
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<form id="fTask" method="POST" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/task?{?}&csrf={$CSRF}'); ?>">
|
<form id="fTask" method="PUT" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/task?{?}&csrf={$CSRF}'); ?>">
|
||||||
<table class="layout wf-100" style="table-layout: fixed">
|
<table class="layout wf-100" style="table-layout: fixed">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td><label for="iReceiver"><?= $this->getHtml('To') ?></label>
|
<tr><td><label for="iReceiver"><?= $this->getHtml('To') ?></label>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user