Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-proctoring
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
OpenEdx
edx-proctoring
Commits
b50054f7
Commit
b50054f7
authored
Sep 29, 2015
by
Muhammad Shoaib
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SOL-1235
updated the button styles to match the pattern library button styles
parent
a89c119c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
edx_proctoring/templates/proctored_exam/ready_to_start.html
+1
-1
edx_proctoring/templates/proctored_exam/ready_to_submit.html
+6
-6
edx_proctoring/templates/timed_exam/ready_to_submit.html
+2
-2
No files found.
edx_proctoring/templates/proctored_exam/ready_to_start.html
View file @
b50054f7
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
{% endblocktrans %}
{% endblocktrans %}
</p>
</p>
<div>
<div>
<button
type=
"button"
class=
"proctored-enter-exam"
data-action=
"start"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
<button
type=
"button"
class=
"proctored-enter-exam
btn btn-primary btn-base
"
data-action=
"start"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
{% blocktrans %}
{% blocktrans %}
Start my exam
Start my exam
{% endblocktrans %}
{% endblocktrans %}
...
...
edx_proctoring/templates/proctored_exam/ready_to_submit.html
View file @
b50054f7
...
@@ -12,21 +12,21 @@
...
@@ -12,21 +12,21 @@
as well as achieve a final grade that meets credit requirements for the course.
as well as achieve a final grade that meets credit requirements for the course.
{% endblocktrans %}
{% endblocktrans %}
</p>
</p>
<
div
>
<
P
>
<button
type=
"button"
name=
"submit-proctored-exam"
class=
"exam-action-button"
data-action=
"submit"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
<button
type=
"button"
name=
"submit-proctored-exam"
class=
"exam-action-button
btn btn-primary btn-base
"
data-action=
"submit"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
{% blocktrans %}
{% blocktrans %}
Yes, end my proctored exam
Yes, end my proctored exam
{% endblocktrans %}
{% endblocktrans %}
</button>
</button>
</
div
>
</
P
>
{% if does_time_remain %}
{% if does_time_remain %}
<
div
>
<
P
>
<button
type=
"button"
name=
"goback-proctored-exam"
class=
"exam-action-button"
data-action=
"start"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
<button
type=
"button"
name=
"goback-proctored-exam"
class=
"exam-action-button
btn btn-primary btn-base
"
data-action=
"start"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
{% blocktrans %}
{% blocktrans %}
No, I'd like to continue working
No, I'd like to continue working
{% endblocktrans %}
{% endblocktrans %}
</button>
</button>
</
div
>
</
P
>
{% endif %}
{% endif %}
</div>
</div>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
...
...
edx_proctoring/templates/timed_exam/ready_to_submit.html
View file @
b50054f7
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
{% endblocktrans %}
{% endblocktrans %}
</p>
</p>
<div>
<div>
<button
type=
"button"
name=
"submit-proctored-exam"
class=
"exam-action-button"
data-action=
"submit"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
<button
type=
"button"
name=
"submit-proctored-exam"
class=
"exam-action-button
btn btn-secondary btn-base
"
data-action=
"submit"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
{% blocktrans %}
{% blocktrans %}
Yes, end my timed exam
Yes, end my timed exam
{% endblocktrans %}
{% endblocktrans %}
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
</div>
</div>
{% if does_time_remain %}
{% if does_time_remain %}
<div>
<div>
<button
type=
"button"
name=
"goback-proctored-exam"
class=
"exam-action-button"
data-action=
"start"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
<button
type=
"button"
name=
"goback-proctored-exam"
class=
"exam-action-button
btn btn-secondary btn-base
"
data-action=
"start"
data-exam-id=
"{{exam_id}}"
data-change-state-url=
"{{change_state_url}}"
>
{% blocktrans %}
{% blocktrans %}
No, I'd like to continue working
No, I'd like to continue working
{% endblocktrans %}
{% endblocktrans %}
...
...
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