| @@ -367,14 +367,8 @@ | ||
| 367 | 367 | $return = new HC3_Ui_Element_Input_Text( $this, $name, $label, $value ); |
| 368 | 368 | return $return; |
| 369 | 369 | } |
| 370 | 370 | |
| 371 | - public function makeInputNumber( $name, $label = NULL, $value = NULL ) | |
| 372 | - { | |
| 373 | - $return = new HC3_Ui_Element_Input_Number( $this, $name, $label, $value ); | |
| 374 | - return $return; | |
| 375 | - } | |
| 376 | - | |
| 377 | 371 | public function makeInputPassword( $name, $label = NULL ) |
| 378 | 372 | { |
| 379 | 373 | $return = new HC3_Ui_Element_Input_Password( $this, $name, $label ); |
| 380 | 374 | return $return; |