Minor updates and enhancements to Table()
This commit is contained in:
@@ -48,6 +48,10 @@ abstract class lnApp_Form extends Kohana_Form {
|
||||
return $output;
|
||||
}
|
||||
|
||||
public static function button($name,$body,array $attributes=NULL) {
|
||||
return sprintf(static::_controlgroup($name,$attributes),parent::button($name,$body,$attributes));
|
||||
}
|
||||
|
||||
/**
|
||||
* Wrap our Form() functions with boostrap HTML
|
||||
*
|
||||
|
Reference in New Issue
Block a user