Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
11134112
Commit
11134112
authored
Oct 10, 2013
by
polesye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix multiple LTI tools per page.
parent
8e9c48c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
common/lib/xmodule/xmodule/lti_module.py
+2
-2
lms/templates/lti.html
+3
-3
No files found.
common/lib/xmodule/xmodule/lti_module.py
View file @
11134112
...
...
@@ -92,10 +92,10 @@ class LTIModule(LTIFields, XModule):
<form
action="${launch_url}"
name="ltiLaunchForm"
name="ltiLaunchForm
-${element_id}
"
class="ltiLaunchForm"
method="post"
target="ltiLaunchFrame"
target="ltiLaunchFrame
-${element_id}
"
encType="application/x-www-form-urlencoded"
>
<input name="launch_presentation_return_url" value="" />
...
...
lms/templates/lti.html
View file @
11134112
...
...
@@ -5,10 +5,10 @@
## result will be rendered to the below iFrame.
<form
action=
"${launch_url}"
name=
"ltiLaunchForm"
name=
"ltiLaunchForm
-${element_id}
"
class=
"ltiLaunchForm"
method=
"post"
target=
"ltiLaunchFrame"
target=
"ltiLaunchFrame
-${element_id}
"
encType=
"application/x-www-form-urlencoded"
>
...
...
@@ -26,7 +26,7 @@
## The result of the form submit will be rendered here.
<iframe
name=
"ltiLaunchFrame"
name=
"ltiLaunchFrame
-${element_id}
"
class=
"ltiLaunchFrame"
src=
""
></iframe>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment