mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
"<div class='field-help'>" etc has been replaced by the $frm->help() method and is also used by the admin-ui.
This commit is contained in:
@@ -548,9 +548,8 @@ class cron_admin_form_ui extends e_admin_form_ui
|
||||
|
||||
|
||||
return "<a class='e-tip' href=''>".ADMIN_INFO_ICON."</a>
|
||||
<div class='field-help'>".$text."</div>";
|
||||
|
||||
return $text;
|
||||
<div class='field-help>".$text."</div>";
|
||||
|
||||
}
|
||||
|
||||
if($mode == 'write')
|
||||
|
Reference in New Issue
Block a user