mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Display group tag
This commit is contained in:
parent
51c248e463
commit
a62d2a495e
@ -13,6 +13,10 @@
|
||||
font-size: 200%;
|
||||
}
|
||||
|
||||
.group-header .group-tag {
|
||||
color: #6f737b;
|
||||
}
|
||||
|
||||
.group-header .col-info .fa {
|
||||
margin-right: 10px;
|
||||
width: 10px;
|
||||
|
@ -51,6 +51,16 @@ ComunicWeb.pages.groups.sections.header = {
|
||||
innerHTML: info.name
|
||||
});
|
||||
|
||||
//Group tag (if any)
|
||||
if(info.virtual_directory != "null"){
|
||||
createElem2({
|
||||
appendTo: firstColumn,
|
||||
type: "small",
|
||||
class: "group-tag",
|
||||
innerHTML: "@" + info.virtual_directory
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
//Second column : Information about the company
|
||||
var secondColumn = createElem2({
|
||||
@ -61,6 +71,9 @@ ComunicWeb.pages.groups.sections.header = {
|
||||
|
||||
add_p(secondColumn, "Column 2 : Group info");
|
||||
|
||||
|
||||
|
||||
|
||||
//Third column : information about the group
|
||||
var thirdColumn = createElem2({
|
||||
appendTo: row,
|
||||
|
Loading…
Reference in New Issue
Block a user