Adding a comment about the ext_submit button

This commit is contained in:
Chris Scribner 2011-10-12 13:38:38 -04:00
parent 58e3a4f371
commit 558be8fcef

View File

@ -290,6 +290,8 @@ function lti_build_request($instance, $typeconfig, $course) {
// Add oauth_callback to be compliant with the 1.0A spec
$requestparams["oauth_callback"] = "about:blank";
//The submit button needs to be part of the signature as it gets posted with the form.
//This needs to be here to support launching without javascript.
$submittext = get_string('press_to_submit', 'lti');
$requestparams["ext_submit"] = $submittext;