mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-10 07:28:41 +00:00
Fix api path
This commit is contained in:
parent
19d6b16fcd
commit
0fd6a4d6cf
|
|
@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<section class="box wf-100">
|
<section class="box wf-100">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<form id="fEditor" method="POST" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/editor?{?}&csrf={$CSRF}'); ?>">
|
<form id="fEditor" method="POST" action="<?= \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/api/editor?{?}&csrf={$CSRF}'); ?>">
|
||||||
<input name="title" type="text" class="wf-100">
|
<input name="title" type="text" class="wf-100">
|
||||||
<input type="submit" value="<?= $this->getText('Save'); ?>">
|
<input type="submit" value="<?= $this->getText('Save'); ?>">
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user