Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
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
61abd9d6
authored
Feb 21, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: fix template icon
parent
4b471847
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
one/static/style/box.less
+2
-2
one/templates/box/template/box.html
+1
-1
No files found.
one/static/style/box.less
View file @
61abd9d6
...
@@ -460,10 +460,10 @@
...
@@ -460,10 +460,10 @@
background-image: url(/static/icons/computer-off.png);
background-image: url(/static/icons/computer-off.png);
}
}
#template .
wm
.summary .name{
#template .
entry
.summary .name{
background-image: url(/static/icons/document-template.png)
background-image: url(/static/icons/document-template.png)
}
}
#template .
wm
.public-template .name{
#template .
entry
.public-template .name{
background-image: url(/static/icons/blue-document-share.png)
background-image: url(/static/icons/blue-document-share.png)
}
}
#new-template-button .name{
#new-template-button .name{
...
...
one/templates/box/template/box.html
View file @
61abd9d6
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
{% endblock %}
{% endblock %}
{% block content %}
{% block content %}
<ul
class=
"vm-list entry-list"
>
<ul
class=
"vm-list entry-list"
id=
"template"
>
{% for t in mytemplates %}
{% for t in mytemplates %}
{% include "box/template/entry.html" %}
{% include "box/template/entry.html" %}
{% endfor %}
{% endfor %}
...
...
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