Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
piks3l
Respect My Net
Commits
34e9e352
Commit
34e9e352
authored
Sep 22, 2011
by
stef
Browse files
[mod] confirm -> ok
parent
219e09c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/index.html
View file @
34e9e352
...
...
@@ -136,14 +136,14 @@ $(document).ready(function(){
<form
method=
"get"
id=
"{{ violation.pk }}"
class=
"confirm_form"
>
<label>
{% trans "In order to
<strong>
validate your confirmation
</strong>
of this case, please enter your email address" %}
</label>
<br/><input
type=
"text"
name=
"email"
/>
<input
type=
"submit"
value=
"{% trans "
confirm
"
%}"
/>
<input
type=
"submit"
value=
"{% trans "
ok
"
%}"
/>
<input
type=
"button"
value=
"{% trans "
cancel
"
%}"
class=
"cancel-button"
/>
<input
type=
"hidden"
value=
"{{ violation.pk }}"
/>
</form>
</div>
</td>
<td
class=
'align-right'
>
{{ violation.confirmations }}
</td>
<td
class=
'align-right'
><input
type=
"button"
class=
"confirm button"
value=
"
OK
"
/>
<td
class=
'align-right'
><input
type=
"button"
class=
"confirm button"
value=
"
{% trans "
Confirm
"
%}
"
/>
</td>
</tr>
<tr>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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