Improved node management.
- List node by node types - fixed the trash/restore/delete workflow Added messaging module to send message to cms users (by email for now). Added early protection for cache, export and import functionalities.
This commit is contained in:
4
modules/messaging/site/files/css/messaging.css
Normal file
4
modules/messaging/site/files/css/messaging.css
Normal file
@@ -0,0 +1,4 @@
|
||||
.messaging-box fieldset {
|
||||
overflow: scroll;
|
||||
height: 250px;
|
||||
}
|
||||
6
modules/messaging/site/files/scss/messaging.scss
Normal file
6
modules/messaging/site/files/scss/messaging.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
.messaging-box {
|
||||
fieldset {
|
||||
overflow:scroll;
|
||||
height:250px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user