Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
belenios
belenios
Commits
a1f0402f
Commit
a1f0402f
authored
Jun 26, 2013
by
Stephane Glondu
Browse files
booth: fix oddity in "Proceed" button location
parent
7bbd231c
Changes
1
Hide whitespace changes
Inline
Side-by-side
media/booth/templates/question.html
View file @
a1f0402f
...
@@ -35,12 +35,6 @@ as many of the choices as you approve of
...
@@ -35,12 +35,6 @@ as many of the choices as you approve of
</div>
</div>
{#if $T.show_reviewall}
<div
style=
"float: right;"
>
<input
type=
"button"
onclick=
"BOOTH.validate_and_confirm({$T.question_num});"
value=
"Proceed"
/>
</div>
{#/if}
{#if $T.question_num != 0}
{#if $T.question_num != 0}
<input
type=
"button"
onclick=
"BOOTH.previous({$T.question_num})"
value=
"Previous"
/>
<input
type=
"button"
onclick=
"BOOTH.previous({$T.question_num})"
value=
"Previous"
/>
...
@@ -51,6 +45,10 @@ as many of the choices as you approve of
...
@@ -51,6 +45,10 @@ as many of the choices as you approve of
{#/if}
{#/if}
{#if $T.show_reviewall}
<input
type=
"button"
onclick=
"BOOTH.validate_and_confirm({$T.question_num});"
value=
"Proceed"
/>
{#/if}
<br
clear=
"both"
/>
<br
clear=
"both"
/>
</form>
</form>
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