bar from scratch Template

This commit is contained in:
2026-07-01 10:06:10 -03:00
parent 4ab761c03e
commit 174b6ad31a

View File

@@ -17,7 +17,7 @@
<?= $this->form->label(t('Top Horizontal Scrollbar thickness in pixels'), 'shrink_vertically_bar_size') ?> <?= $this->form->label(t('Top Horizontal Scrollbar thickness in pixels'), 'shrink_vertically_bar_size') ?>
<?= $this->form->number('shrink_vertically_bar_size', $values, $errors) ?> <?= $this->form->number('shrink_vertically_bar_size', $values, $errors) ?>
<p class="form-help"> <p class="form-help">
<?= t('Thickness of the top horizontal scrollbar (Chromium/WebKit browsers only). Default: 25.') ?> <?= t('Thickness of the top horizontal scrollbar. Default: 25.') ?>
</p> </p>
</fieldset> </fieldset>