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

View File

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

View File

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

View File

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

View File

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