mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-19806 Upgraded calls to helpbutton, print_simple_box* and notify
This commit is contained in:
parent
c73526ef34
commit
4102b449ef
10 changed files with 56 additions and 54 deletions
|
@ -170,9 +170,9 @@
|
|||
}
|
||||
|
||||
if ($recordsadded > 0) {
|
||||
notify($recordsadded. ' '. get_string('recordssaved', 'data'));
|
||||
echo $OUTPUT->notification($recordsadded. ' '. get_string('recordssaved', 'data'));
|
||||
} else {
|
||||
notify(get_string('recordsnotsaved', 'data'));
|
||||
echo $OUTPUT->notification(get_string('recordsnotsaved', 'data'));
|
||||
}
|
||||
echo '<p />';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue