From 4fe895a2c473cd22e4741552186fe2be48503167 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 15 Dec 2008 09:21:44 +0000 Subject: Delete forge in preparation to refresh it from vendors/forge/modified --- modules/forge/libraries/Form_Submit.php | 41 --------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 modules/forge/libraries/Form_Submit.php (limited to 'modules/forge/libraries/Form_Submit.php') diff --git a/modules/forge/libraries/Form_Submit.php b/modules/forge/libraries/Form_Submit.php deleted file mode 100644 index 527580c9..00000000 --- a/modules/forge/libraries/Form_Submit.php +++ /dev/null @@ -1,41 +0,0 @@ - 'submit', - 'class' => 'submit' - ); - - protected $protect = array('type'); - - public function __construct($value) - { - $this->data['value'] = $value; - } - - public function render() - { - $data = $this->data; - unset($data['label']); - - return form::button($data); - } - - public function validate() - { - // Submit buttons do not need to be validated - return $this->is_valid = TRUE; - } - -} // End Form Submit \ No newline at end of file -- cgit v1.2.3