mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 21:02:09 +02:00
Minor fixes and improvements
This commit is contained in:
@@ -545,6 +545,11 @@ class e_form
|
||||
$for_id = $this->_format_id('', $name, $value, 'for');
|
||||
return "<label$for_id>{$text}</label>";
|
||||
}
|
||||
|
||||
function help($text)
|
||||
{
|
||||
return !empty($text) ? '<div class="field-help">'.$text.'</div>' : '';
|
||||
}
|
||||
|
||||
function select_open($name, $options = array())
|
||||
{
|
||||
|
Reference in New Issue
Block a user