Subversion Repositories wpShopGermany4

Compare Revisions

Ignore whitespace Rev 7569 → Rev 7570

/admin/form/input.phtml
8,7 → 8,7
<input
type="<?php echo wpsg_getStr($this->view['field_config']['type'], 'text'); ?>"
class="form-control input-sm"
<?php if (($this->view['field_config']['autocomplete']??true) === false) { ?> autocomplete="off" <?php } ?>
<?php if (!wpsg_isTrue($this->view['field_config']['autocomplete'])) { ?> autocomplete="off" <?php } ?>
name="<?php echo $this->view['field_name']; ?>"
tabindex="<?php