mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-11 08:38:40 +00:00
update
This commit is contained in:
parent
74f55db80e
commit
f9d57b9af8
|
|
@ -317,14 +317,14 @@ $isNew = $currentSetting->id === 0;
|
|||
<div class="portlet-body">
|
||||
<div class="form-group">
|
||||
<label for="iTitle"><?= $this->getHtml('Column1'); ?></label>
|
||||
<input type="text" id="iTitle" name="column1title" placeholder=" <?= $this->getHtml('Title'); ?>">
|
||||
<input type="text" id="iTitle" name="column1title" placeholder="<?= $this->getHtml('Title'); ?>">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="iTitle"><?= $this->getHtml('Filter1'); ?></label>
|
||||
<div class="ipt-wrap">
|
||||
<div class="ipt-first">
|
||||
<input type="text" id="iTitle" name="title" placeholder=" <?= $this->getHtml('Title'); ?>">
|
||||
<input type="text" id="iTitle" name="title" placeholder="<?= $this->getHtml('Title'); ?>">
|
||||
</div>
|
||||
<div class="ipt-second">
|
||||
<select nma="column1comparison">
|
||||
|
|
@ -340,14 +340,14 @@ $isNew = $currentSetting->id === 0;
|
|||
|
||||
<div class="form-group">
|
||||
<label for="iTitle"><?= $this->getHtml('Column2'); ?></label>
|
||||
<input type="text" id="iTitle" name="column2title" placeholder=" <?= $this->getHtml('Title'); ?>">
|
||||
<input type="text" id="iTitle" name="column2title" placeholder="<?= $this->getHtml('Title'); ?>">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="iTitle"><?= $this->getHtml('Filter2'); ?></label>
|
||||
<div class="ipt-wrap">
|
||||
<div class="ipt-first">
|
||||
<input type="text" id="iTitle" name="title" placeholder=" <?= $this->getHtml('Title'); ?>">
|
||||
<input type="text" id="iTitle" name="title" placeholder="<?= $this->getHtml('Title'); ?>">
|
||||
</div>
|
||||
<div class="ipt-second">
|
||||
<select name="column2comparison">
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ use phpOMS\Views\View;
|
|||
final class BackendController extends Controller
|
||||
{
|
||||
/**
|
||||
* Routing end-point for application behaviour.
|
||||
* Routing end-point for application behavior.
|
||||
*
|
||||
* @param RequestAbstract $request Request
|
||||
* @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 ResponseAbstract $response Response
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ namespace Modules\Exchange\Models;
|
|||
use phpOMS\Stdlib\Base\Enum;
|
||||
|
||||
/**
|
||||
* Permision state enum.
|
||||
* Permission category enum.
|
||||
*
|
||||
* @package Modules\Exchange\Models
|
||||
* @license OMS License 2.0
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
"name": "Jingga",
|
||||
"website": "jingga.app"
|
||||
},
|
||||
"description": "The administration module.",
|
||||
"directory": "Exchange",
|
||||
"dependencies": {
|
||||
"Admin": "1.0.0",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ $lang = $this->getData('lang');
|
|||
<table class="layout wf-100" style="table-layout: fixed">
|
||||
<tbody>
|
||||
<tr><td><label for="iFile"><?= $this->getHtml('File'); ?></label>
|
||||
<tr><td><input type="file" id="iFile" name="file" placeholder=" <?= $this->getHtml('File'); ?>" required>
|
||||
<tr><td><input type="file" id="iFile" name="file" placeholder="<?= $this->getHtml('File'); ?>" required>
|
||||
</table>
|
||||
</div>
|
||||
<div class="portlet-foot">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user