mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-03 15:08:41 +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">
|
||||
<tbody>
|
||||
<tr><td>
|
||||
<span class="checkbox">
|
||||
<input id="iLog" name="settings_1000000006" type="checkbox" value="<?= $this->printHtml($settings[1000000006]); ?>">
|
||||
<label for="iLog"><?= $this->getHtml('Log'); ?></label>
|
||||
</span>
|
||||
<label class="checkbox" for="iLog">
|
||||
<input id="iLog" type="checkbox" name="settings_1000000006" value="1">
|
||||
<span class="checkmark"></span>
|
||||
<?= $this->getHtml('Log'); ?>
|
||||
</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>
|
||||
</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