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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
3e205b4e
authored
Jul 04, 2014
by
Őry Máté
Committed by
Bach Dániel
Jul 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: use proper button color for operations
parent
9f3d2282
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
circle/dashboard/templates/dashboard/operate.html
+3
-3
No files found.
circle/dashboard/templates/dashboard/operate.html
View file @
3e205b4e
...
...
@@ -3,8 +3,8 @@
{% block question %}
<p>
{% blocktrans with obj=object op=op.name %}
Do you want to do the following operation on
{{obj}}
:
{% blocktrans with obj=object
url=object.get_absolute_url
op=op.name %}
Do you want to do the following operation on
<a
href=
"{{url}}"
>
{{obj}}
</a>
:
<strong>
{{op}}
</strong>
?
{% endblocktrans %}
</p>
...
...
@@ -19,7 +19,7 @@ Do you want to do the following operation on {{obj}}:
<div
class=
"pull-right"
>
<a
class=
"btn btn-default"
href=
"{{object.get_absolute_url}}"
data-dismiss=
"modal"
>
{% trans "Cancel" %}
</a>
<button
class=
"btn btn-danger
"
type=
"submit"
id=
"op-form-send"
>
<button
class=
"btn btn-{{ opview.effect }}
"
type=
"submit"
id=
"op-form-send"
>
{% if opview.icon %}
<i
class=
"icon-{{opview.icon}}"
></i>
{% endif %}{{ op|capfirst }}
</button>
</div>
...
...
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