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
175b470e
authored
Feb 18, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: show-all-groups button moved
parent
3d66d3fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
one/static/box.less
+4
-0
school/templates/box/group/box.html
+7
-1
No files found.
one/static/box.less
View file @
175b470e
...
@@ -543,8 +543,12 @@ table {
...
@@ -543,8 +543,12 @@ table {
background-image: url(icons/user--plus.png);
background-image: url(icons/user--plus.png);
}
}
}
}
#show-hidden-groups .summary .name {
background-image: url(icons/eye.png);
}
}
}
#group-members, #group-owners {
#group-members, #group-owners {
.summary .name {
.summary .name {
background-image: url(icons/user.png);
background-image: url(icons/user.png);
...
...
school/templates/box/group/box.html
View file @
175b470e
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
{% get_current_language as LANGUAGE_CODE %}
{% get_current_language as LANGUAGE_CODE %}
{% block title %}
{% block title %}
{% trans "My Groups" %}
<a
id=
"show-hidden-groups"
href=
"#"
>
asd
</a>
{% trans "My Groups" %}
{% endblock title %}
{% endblock title %}
{% block content %}
{% block content %}
...
@@ -24,6 +24,12 @@
...
@@ -24,6 +24,12 @@
</div>
</div>
</div>
</div>
{% endif %}
{% endif %}
<li
id=
"show-hidden-groups"
class=
"entry small-row"
>
<div
class=
"summary"
>
<div
class=
"name"
>
{% trans "Show hidden groups" %}
</div>
<div
class=
"clear"
></div>
</div>
</li>
<li
class=
"entry small-row"
id=
"new-group"
>
<li
class=
"entry small-row"
id=
"new-group"
>
<div
class=
"summary"
>
<div
class=
"summary"
>
<div
class=
"name"
>
{% trans "Create new group" %}
</div>
<div
class=
"name"
>
{% trans "Create new group" %}
</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