mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-11 17:18:42 +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;
|
||||
|
||||
/**
|
||||
* Calendar install class.
|
||||
* Editor install class.
|
||||
*
|
||||
* @category Modules
|
||||
* @package Modules\Calendar
|
||||
* @package Modules\Editor
|
||||
* @author OMS Development Team <dev@oms.com>
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
* @license OMS License 1.0
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ return ['Editor' => [
|
|||
'Name' => 'Name',
|
||||
'Permission' => 'Permission',
|
||||
'Preview' => 'Preview',
|
||||
'Save' => 'Save',
|
||||
'Start' => 'Start',
|
||||
'Text' => 'Text',
|
||||
'Title' => 'Title',
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<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->getText('Save') ?>">
|
||||
<input type="submit" value="<?= $this->getText('Save'); ?>">
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ return ['Editor' => [
|
|||
'Name' => 'Name',
|
||||
'Permission' => 'Permission',
|
||||
'Preview' => 'Preview',
|
||||
'Save' => 'Save',
|
||||
'Start' => 'Start',
|
||||
'Text' => 'Text',
|
||||
'Title' => 'Title',
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<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->getText('Save') ?>">
|
||||
<input type="submit" value="<?= $this->getText('Save'); ?>">
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user