This commit is contained in:
Dennis Eichhorn 2024-01-02 23:34:17 +00:00
parent 74f55db80e
commit f9d57b9af8
5 changed files with 8 additions and 9 deletions

View File

@ -317,14 +317,14 @@ $isNew = $currentSetting->id === 0;
<div class="portlet-body"> <div class="portlet-body">
<div class="form-group"> <div class="form-group">
<label for="iTitle"><?= $this->getHtml('Column1'); ?></label> <label for="iTitle"><?= $this->getHtml('Column1'); ?></label>
<input type="text" id="iTitle" name="column1title" placeholder="&#xf040; <?= $this->getHtml('Title'); ?>"> <input type="text" id="iTitle" name="column1title" placeholder="<?= $this->getHtml('Title'); ?>">
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="iTitle"><?= $this->getHtml('Filter1'); ?></label> <label for="iTitle"><?= $this->getHtml('Filter1'); ?></label>
<div class="ipt-wrap"> <div class="ipt-wrap">
<div class="ipt-first"> <div class="ipt-first">
<input type="text" id="iTitle" name="title" placeholder="&#xf040; <?= $this->getHtml('Title'); ?>"> <input type="text" id="iTitle" name="title" placeholder="<?= $this->getHtml('Title'); ?>">
</div> </div>
<div class="ipt-second"> <div class="ipt-second">
<select nma="column1comparison"> <select nma="column1comparison">
@ -340,14 +340,14 @@ $isNew = $currentSetting->id === 0;
<div class="form-group"> <div class="form-group">
<label for="iTitle"><?= $this->getHtml('Column2'); ?></label> <label for="iTitle"><?= $this->getHtml('Column2'); ?></label>
<input type="text" id="iTitle" name="column2title" placeholder="&#xf040; <?= $this->getHtml('Title'); ?>"> <input type="text" id="iTitle" name="column2title" placeholder="<?= $this->getHtml('Title'); ?>">
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="iTitle"><?= $this->getHtml('Filter2'); ?></label> <label for="iTitle"><?= $this->getHtml('Filter2'); ?></label>
<div class="ipt-wrap"> <div class="ipt-wrap">
<div class="ipt-first"> <div class="ipt-first">
<input type="text" id="iTitle" name="title" placeholder="&#xf040; <?= $this->getHtml('Title'); ?>"> <input type="text" id="iTitle" name="title" placeholder="<?= $this->getHtml('Title'); ?>">
</div> </div>
<div class="ipt-second"> <div class="ipt-second">
<select name="column2comparison"> <select name="column2comparison">

View File

@ -33,7 +33,7 @@ use phpOMS\Views\View;
final class BackendController extends Controller final class BackendController extends Controller
{ {
/** /**
* Routing end-point for application behaviour. * Routing end-point for application behavior.
* *
* @param RequestAbstract $request Request * @param RequestAbstract $request Request
* @param ResponseAbstract $response Response * @param ResponseAbstract $response Response
@ -70,7 +70,7 @@ final class BackendController extends Controller
} }
/** /**
* Routing end-point for application behaviour. * Routing end-point for application behavior.
* *
* @param RequestAbstract $request Request * @param RequestAbstract $request Request
* @param ResponseAbstract $response Response * @param ResponseAbstract $response Response

View File

@ -17,7 +17,7 @@ namespace Modules\Exchange\Models;
use phpOMS\Stdlib\Base\Enum; use phpOMS\Stdlib\Base\Enum;
/** /**
* Permision state enum. * Permission category enum.
* *
* @package Modules\Exchange\Models * @package Modules\Exchange\Models
* @license OMS License 2.0 * @license OMS License 2.0

View File

@ -14,7 +14,6 @@
"name": "Jingga", "name": "Jingga",
"website": "jingga.app" "website": "jingga.app"
}, },
"description": "The administration module.",
"directory": "Exchange", "directory": "Exchange",
"dependencies": { "dependencies": {
"Admin": "1.0.0", "Admin": "1.0.0",

View File

@ -23,7 +23,7 @@ $lang = $this->getData('lang');
<table class="layout wf-100" style="table-layout: fixed"> <table class="layout wf-100" style="table-layout: fixed">
<tbody> <tbody>
<tr><td><label for="iFile"><?= $this->getHtml('File'); ?></label> <tr><td><label for="iFile"><?= $this->getHtml('File'); ?></label>
<tr><td><input type="file" id="iFile" name="file" placeholder="&#xf040; <?= $this->getHtml('File'); ?>" required> <tr><td><input type="file" id="iFile" name="file" placeholder="<?= $this->getHtml('File'); ?>" required>
</table> </table>
</div> </div>
<div class="portlet-foot"> <div class="portlet-foot">