improve tpls

This commit is contained in:
Dennis Eichhorn 2020-06-25 22:07:48 +02:00
parent 9b5286c11d
commit 05c62bc35f

View File

@ -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="&#xf023; asdf"> <tr><td><input id="iLogPath" name="settings_1000000007" type="text" value="<?= $this->printHtml($settings[1000000007]); ?>" placeholder="&#xf023; /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>