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
e1d644a2
Commit
e1d644a2
authored
Sep 22, 2011
by
stef
Browse files
[mod] button confirm -> OK
parent
2572ef6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/index.html
View file @
e1d644a2
...
...
@@ -137,7 +137,7 @@ $(document).ready(function(){
<label>
{% trans "In order to
<strong>
validate your confirmation
</strong>
of this case, please enter your email address" %}
</label>
<input
type=
"text"
name=
"email"
/>
<input
type=
"hidden"
value=
"{{ violation.pk }}"
/>
<input
type=
"submit"
value=
"{% trans "
confirm
"
%}"
/>
<input
type=
"submit"
value=
"{% trans "
OK
"
%}"
/>
<input
class=
"cancel-button button"
type=
"button"
value=
"{% trans "
cancel
"
%}"
/>
</form>
</div>
...
...
templates/list.html
View file @
e1d644a2
...
...
@@ -66,7 +66,7 @@
<label>
{% trans "In order to
<strong>
validate your confirmation
</strong>
of this case, please enter your email address" %}
</label>
<input
type=
"text"
name=
"email"
/>
<input
type=
"hidden"
value=
"{{ violation.pk }}"
/>
<input
type=
"submit"
value=
"{% trans "
confirm
"
%}"
/>
<input
type=
"submit"
value=
"{% trans "
OK
"
%}"
/>
<input
class=
"cancel-button"
type=
"button"
value=
"{% trans "
cancel
"
%}"
/>
</form>
</div>
...
...
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