mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Display posts creation form on groups pages.
This commit is contained in:
@ -18,14 +18,14 @@ ComunicWeb.pages.groups.sections.header = {
|
||||
var headerContainer = createElem2({
|
||||
appendTo: target,
|
||||
type: "div",
|
||||
class: "group-header"
|
||||
class: "group-header box box-primary"
|
||||
});
|
||||
|
||||
//Create a row
|
||||
var row = createElem2({
|
||||
appendTo: headerContainer,
|
||||
type: "div",
|
||||
class: "row"
|
||||
class: "box-body row"
|
||||
});
|
||||
|
||||
//First column
|
||||
|
Reference in New Issue
Block a user