1
0
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:
Cameron
2021-02-04 08:45:10 -08:00
parent 82fbeab43c
commit 5870fbdb84
15 changed files with 300 additions and 210 deletions

View File

@@ -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')