Przeglądaj źródła

Minor - Update doc.

Julio Montoya 10 lat temu
rodzic
commit
4f15d643d0
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      main/inc/lib/formvalidator/Element/Number.php

+ 3 - 3
main/inc/lib/formvalidator/Element/Number.php

@@ -2,9 +2,9 @@
 /* For licensing terms, see /license.txt */
 /* For licensing terms, see /license.txt */
 
 
 /**
 /**
- * Form element to select a date and hour (with popup datepicker)
+ * Number element
  *
  *
- * Class DatePicker
+ * Class Number
  */
  */
 class Number extends HTML_QuickForm_text
 class Number extends HTML_QuickForm_text
 {
 {
@@ -18,7 +18,7 @@ class Number extends HTML_QuickForm_text
         if (!isset($attributes['id'])) {
         if (!isset($attributes['id'])) {
             $attributes['id'] = $elementName;
             $attributes['id'] = $elementName;
         }
         }
-        
+
         $attributes['type'] = 'number';
         $attributes['type'] = 'number';
         $attributes['class'] = 'form-control';
         $attributes['class'] = 'form-control';