mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-05-20 06:18:42 +00:00
Fix form layouts
This commit is contained in:
parent
2dad14d06a
commit
12e70beb50
|
|
@ -22,8 +22,10 @@ echo $this->getData('nav')->render(); ?>
|
|||
<section class="box wf-100">
|
||||
<div class="inner">
|
||||
<form id="fEditor" method="POST" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/editor?{?}&csrf={$CSRF}'); ?>">
|
||||
<input name="title" type="text" class="wf-100">
|
||||
<input type="submit" value="<?= $this->getHtml('Save') ?>">
|
||||
<div class="ipt-wrap">
|
||||
<div class="ipt-first"><input name="title" type="text" class="wf-100"></div>
|
||||
<div class="ipt-second"><input type="submit" value="<?= $this->getHtml('Save') ?>"></div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user