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
247199d6
Commit
247199d6
authored
Jan 23, 2013
by
chrisndodge
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1337 from MITx/feature/cale/fix-staff-debug-link
Feature/cale/fix staff debug link
parents
cd78b27b
ae2a8e0c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
15 deletions
+13
-15
lms/templates/staff_problem_info.html
+13
-15
No files found.
lms/templates/staff_problem_info.html
View file @
247199d6
${module_content}
%if edit_link:
<div>
<a
href=
"${edit_link}"
>
Edit
</a>
/
<a
href=
"${edit_link}"
>
Edit
</a>
/
<a
href=
"#${element_id}_xqa-modal"
onclick=
"javascript:getlog('${element_id}', {
'location': '${location}',
'xqa_key': '${xqa_key}',
...
...
@@ -61,18 +61,16 @@ category = ${category | h}
<script
type=
"text/javascript"
>
// assumes courseware.html's loaded this method.
%
if
staff_access
:
setup_debug
(
'${element_id}'
,
%
if
edit_link
:
'${edit_link}'
,
%
else
:
null
,
%
endif
{
'location'
:
'${location}'
,
'xqa_key'
:
'${xqa_key}'
,
'category'
:
'${category}'
,
'user'
:
'${user}'
});
%
endif
setup_debug
(
'${element_id}'
,
%
if
edit_link
:
'${edit_link}'
,
%
else
:
null
,
%
endif
{
'location'
:
'${location}'
,
'xqa_key'
:
'${xqa_key}'
,
'category'
:
'${category}'
,
'user'
:
'${user}'
});
</script>
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