mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Only display help icon when help text is present. Cron/Schedule page styling tweak.
This commit is contained in:
@@ -548,7 +548,7 @@ 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>";
|
||||
<div class='field-help'>".$text."</div>";
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user