mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
webservice MDL-20808 added a link to the AMF test client
This commit is contained in:
parent
b723a4f88c
commit
47ee1c356c
2 changed files with 6 additions and 1 deletions
|
@ -95,6 +95,10 @@ if (!$function or !$protocol) {
|
|||
$atag =html_writer::start_tag('a', array('href' => $url)).get_string('debug', 'admin').html_writer::end_tag('a');
|
||||
$descparams->atag = $atag;
|
||||
$descparams->mode = get_string('debugnormal', 'admin');
|
||||
$amfclienturl = new moodle_url('/webservice/amf/testclient/index.php');
|
||||
$amfclientatag =html_writer::tag('a', get_string('amftestclient', 'webservice'),
|
||||
array('href' => $amfclienturl));
|
||||
$descparams->amfatag = $amfclientatag;
|
||||
echo get_string('testclientdescription', 'webservice', $descparams);
|
||||
echo $OUTPUT->box_end();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue