mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-11 07:58:40 +00:00
Template, comment and path fixes
This commit is contained in:
parent
e3593e2db1
commit
074d2c82ba
|
|
@ -21,10 +21,10 @@ use phpOMS\Module\InfoManager;
|
||||||
use phpOMS\Module\InstallerAbstract;
|
use phpOMS\Module\InstallerAbstract;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Calendar install class.
|
* Editor install class.
|
||||||
*
|
*
|
||||||
* @category Modules
|
* @category Modules
|
||||||
* @package Modules\Calendar
|
* @package Modules\Editor
|
||||||
* @author OMS Development Team <dev@oms.com>
|
* @author OMS Development Team <dev@oms.com>
|
||||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@ return ['Editor' => [
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Permission' => 'Permission',
|
'Permission' => 'Permission',
|
||||||
'Preview' => 'Preview',
|
'Preview' => 'Preview',
|
||||||
|
'Save' => 'Save',
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
'Text' => 'Text',
|
'Text' => 'Text',
|
||||||
'Title' => 'Title',
|
'Title' => 'Title',
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<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('/{/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>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@ return ['Editor' => [
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Permission' => 'Permission',
|
'Permission' => 'Permission',
|
||||||
'Preview' => 'Preview',
|
'Preview' => 'Preview',
|
||||||
|
'Save' => 'Save',
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
'Text' => 'Text',
|
'Text' => 'Text',
|
||||||
'Title' => 'Title',
|
'Title' => 'Title',
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<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('/{/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>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user