Преглед изворни кода

FormValidator: Allow to Number use custom CSS classes - refs BT#16152

Angel Fernando Quiroz Campos пре 5 година
родитељ
комит
34aeb8e6e3
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      main/inc/lib/formvalidator/Element/Number.php

+ 0 - 1
main/inc/lib/formvalidator/Element/Number.php

@@ -20,7 +20,6 @@ class Number extends HTML_QuickForm_text
         }
         }
 
 
         $attributes['type'] = 'number';
         $attributes['type'] = 'number';
-        $attributes['class'] = 'form-control';
 
 
         parent::__construct($elementName, $elementLabel, $attributes);
         parent::__construct($elementName, $elementLabel, $attributes);
         $this->_appendName = true;
         $this->_appendName = true;