Template, comment and path fixes

This commit is contained in:
Dennis Eichhorn 2016-12-30 19:59:24 +01:00
parent e3593e2db1
commit 074d2c82ba
5 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -24,6 +24,7 @@ return ['Editor' => [
'Name' => 'Name',
'Permission' => 'Permission',
'Preview' => 'Preview',
'Save' => 'Save',
'Start' => 'Start',
'Text' => 'Text',
'Title' => 'Title',

View File

@ -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>

View File

@ -24,6 +24,7 @@ return ['Editor' => [
'Name' => 'Name',
'Permission' => 'Permission',
'Preview' => 'Preview',
'Save' => 'Save',
'Start' => 'Start',
'Text' => 'Text',
'Title' => 'Title',

View File

@ -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>