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
1660b370
Commit
1660b370
authored
Oct 01, 2011
by
stef
Browse files
[enh] easier closable confirm dialogs
parent
c759a26a
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/list.html
View file @
1660b370
...
...
@@ -24,7 +24,7 @@
$
(
this
).
parent
().
parent
().
parent
().
find
(
'
.info-validate
'
).
toggle
();
});
$
(
"
.cancel-button
"
).
click
(
function
(){
$
(
this
).
parent
().
parent
().
hide
();
$
(
this
).
parent
().
hide
();
});
});
</script>
...
...
@@ -72,8 +72,8 @@
<input
type=
"text"
name=
"email"
/>
<input
type=
"hidden"
value=
"{{ violation.pk }}"
/>
<input
type=
"submit"
value=
"{% trans "
OK
"
%}"
/>
<input
class=
"cancel-button"
type=
"button"
value=
"{% trans "
cancel
"
%}"
/>
</form>
<input
class=
"cancel-button"
type=
"button"
value=
"{% trans "
Close
"
%}"
/>
</div>
</td>
</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