1
0
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:
Cameron
2021-02-05 12:57:08 -08:00
parent c2c0979b3a
commit 2f8d880998
4 changed files with 11 additions and 6 deletions

View File

@@ -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>";
}