comment_alter.api.php |
comment_alter.api.php |
|
|
comment_alter.css |
comment_alter.css |
|
table.comment-alter-diff {
background-color: #fff;
border: 1px solid #ccc;
font-size: 85%;
width: auto;
}
table.comment-alter-diff td {
border: none;
padding-left: .5em;
padding-right: .5em;
} |
comment_alter.info |
comment_alter.info |
|
name = Comment alter
description = "Provides UI to alter nodes' parameters from comment forms."
core = 7.x
dependencies[] = comment
dependencies[] = diff (3.x)
files[] = comment_alter.test |
comment_alter.install |
comment_alter.install |
|
Un/install functions for Comment alter. |
comment_alter.module |
comment_alter.module |
|
Provides UI to alter nodes' parameters from comment forms. |
comment_alter.rules.inc |
comment_alter.rules.inc |
|
Rules related stuff. |
comment_alter.test |
comment_alter.test |
|
Functional tests for the Comment Alter module. |