MDL-26353 Database activity module: display help icon with the new help strings
commitdd8ab1fb4a1aa3408db327d66046c3080d605a47
authorDavid Mudrak <david@moodle.com>
Fri, 11 Feb 2011 22:20:16 +0000 (11 23:20 +0100)
committerDavid Mudrak <david@moodle.com>
Fri, 11 Feb 2011 23:02:20 +0000 (12 00:02 +0100)
tree56ea2225c1d238d7d146a2bb7e7bc9e1c0859ca3
parent76179aac084877463280a6b9f18798a7e1cd1773
MDL-26353 Database activity module: display help icon with the new help strings

This commit makes the new strings added by Helen used at the Import
entries page. Note that the syntax of the strings had to be fixed as
there must not be leading whitespace before the asterisk in Markdown format.

Also as requested by Helen, the wording or export/import links is
improved now.

As a bonus for free, the patch fixes incorrect API usage of get_record()
and friends.
mod/data/export_form.php
mod/data/import.php
mod/data/lang/en/data.php
mod/data/lib.php