Project

General

Profile

« Previous | Next » 

Revision 0bec94db

Added by Thane Gill over 10 years ago

Fix $title

View differences:

usr/local/www/classes/Form/Button.class.php
19 19
			$type = 'submit';
20 20
		}
21 21

  
22
		parent::__construct($name, null, $type, $title);
22
		parent::__construct($name, $title, $type);
23 23

  
24 24
		$this->removeClass('form-control')->addClass('btn');
25 25
	}
......
37 37
	</a>
38 38
EOT;
39 39
	}
40
}
40
}

Also available in: Unified diff