stretchClass($attr, 'form-control-lg'); if ($this->lang) { $input = $this->locale->formField($name, $this->value(), 'text', $attr); } else { Input::attrAdd($attr, 'class', ['form-control']); Input::attrAdd($attr, 'name', $name); Input::attrAdd($attr, 'type', 'text'); Input::attrAdd($attr, 'value', HTML::escape($this->value())); $input = ''; } $tip = $this->tip(); if (! empty($label)) { tpl::start(); ?>