mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
CSS on Submit button in form_handler.php
This commit is contained in:
@@ -1124,6 +1124,7 @@ class e_form
|
||||
function submit($name, $value, $options = array())
|
||||
{
|
||||
$options = $this->format_options('submit', $name, $options);
|
||||
$options['class'] = vartrue($options['class'],'button btn');
|
||||
return "<input type='submit' name='{$name}' value='{$value}'".$this->get_attributes($options, $name, $value)." />";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user