Added info message
Former-commit-id: 11f4c9c8b52f6ef3bed2236534010f2caa3bb8e0
This commit is contained in:
parent
5998b30a16
commit
6276936e1d
|
@ -133,6 +133,7 @@ if ($classname_selected === null) {
|
|||
// Show hints if there is no task
|
||||
if (get_parameter('discovery_hint', 0)) {
|
||||
ui_require_css_file('discovery-hint');
|
||||
ui_print_info_message(__('You must create a task first'));
|
||||
}
|
||||
|
||||
Wizard::printBigButtonsList($wiz_data);
|
||||
|
|
Loading…
Reference in New Issue