mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-15 12:08:40 +00:00
improve tpls
This commit is contained in:
parent
9b5286c11d
commit
05c62bc35f
|
|
@ -112,12 +112,13 @@ $l11n = $this->getData('defaultlocalization') ?? new NullLocalization();
|
||||||
<table class="layout wf-100">
|
<table class="layout wf-100">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<span class="checkbox">
|
<label class="checkbox" for="iLog">
|
||||||
<input id="iLog" name="settings_1000000006" type="checkbox" value="<?= $this->printHtml($settings[1000000006]); ?>">
|
<input id="iLog" type="checkbox" name="settings_1000000006" value="1">
|
||||||
<label for="iLog"><?= $this->getHtml('Log'); ?></label>
|
<span class="checkmark"></span>
|
||||||
</span>
|
<?= $this->getHtml('Log'); ?>
|
||||||
|
</label>
|
||||||
<tr><td><label for="iLogPath"><?= $this->getHtml('LogPath'); ?></label>
|
<tr><td><label for="iLogPath"><?= $this->getHtml('LogPath'); ?></label>
|
||||||
<tr><td><input id="iLogPath" name="settings_1000000007" type="text" value="<?= $this->printHtml($settings[1000000007]); ?>" placeholder=" asdf">
|
<tr><td><input id="iLogPath" name="settings_1000000007" type="text" value="<?= $this->printHtml($settings[1000000007]); ?>" placeholder=" /Logs">
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="portlet-foot"><input id="iSubmitGeneral" name="submitGeneral" type="submit" value="<?= $this->getHtml('Save', '0', '0'); ?>"></div>
|
<div class="portlet-foot"><input id="iSubmitGeneral" name="submitGeneral" type="submit" value="<?= $this->getHtml('Save', '0', '0'); ?>"></div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user