Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
12ed49ac
authored
Aug 01, 2013
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
network: bootstrap confirm buttons
parent
4215b300
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
network/templates/network/confirm/remove_host_group.html
+2
-2
network/templates/network/confirm/rule_delete.html
+2
-1
No files found.
network/templates/network/confirm/remove_host_group.html
View file @
12ed49ac
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<p>
Are you sure you want to remove hostgroup
<strong>
"{{ group }}"
</strong>
<p>
Are you sure you want to remove hostgroup
<strong>
"{{ group }}"
</strong>
from
<strong>
"{{ host }}"
</strong>
?
</p>
from
<strong>
"{{ host }}"
</strong>
?
</p>
<input
type=
"hidden"
value=
"{{ request.GET.from }}"
name=
"next"
/>
<input
type=
"hidden"
value=
"{{ request.GET.from }}"
name=
"next"
/>
<input
type=
"submit"
value=
"Confirm"
/>
<a
href=
"{{ request.GET.from }}"
class=
"btn btn-info"
>
Back
</a>
<input
type=
"submit"
class=
"btn btn-danger"
value=
"Confirm"
/>
</form>
</form>
{% endblock %}
{% endblock %}
network/templates/network/confirm/rule_delete.html
View file @
12ed49ac
...
@@ -9,7 +9,8 @@
...
@@ -9,7 +9,8 @@
<form
action=
""
method=
"post"
>
{% csrf_token %}
<form
action=
""
method=
"post"
>
{% csrf_token %}
<p>
Are you sure you want to delete
<strong>
"{{ object }}"
</strong>
?
</p>
<p>
Are you sure you want to delete
<strong>
"{{ object }}"
</strong>
?
</p>
<input
type=
"hidden"
value=
"{{ request.GET.from }}"
name=
"next"
/>
<input
type=
"hidden"
value=
"{{ request.GET.from }}"
name=
"next"
/>
<input
type=
"submit"
value=
"Confirm"
/>
<a
href=
"{{ request.GET.from }}"
class=
"btn btn-info"
>
Back
</a>
<input
type=
"submit"
class=
"btn btn-danger"
value=
"Confirm"
/>
</form>
</form>
{% endblock %}
{% endblock %}
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