mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-26 04:48:41 +00:00
Fix form layouts
This commit is contained in:
parent
5c8c7b1bc7
commit
aa42a5bd49
|
|
@ -139,7 +139,6 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
|
||||
return $view;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param RequestAbstract $request Request
|
||||
|
|
|
|||
|
|
@ -22,7 +22,10 @@ echo $this->getData('nav')->render(); ?>
|
|||
<section class="box wf-100">
|
||||
<div class="inner">
|
||||
<form id="drawForm" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/draw?{?}&csrf={$CSRF}'); ?>" method="POST">
|
||||
<input type="text" id="iTitle" name="title" class="wf-100"><input type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>">
|
||||
<div class="ipt-wrap">
|
||||
<div class="ipt-first"><input type="text" id="iTitle" name="title" class="wf-100"></div>
|
||||
<div class="ipt-second"><input type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>"></div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user