layout
git-svn-id: file:///home/shish/svn/shimmie2/trunk@663 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
51f8d0891c
commit
efa7da6c1c
@ -47,7 +47,7 @@ porn
|
|||||||
|
|
||||||
if(is_a($event, 'SetupBuildingEvent')) {
|
if(is_a($event, 'SetupBuildingEvent')) {
|
||||||
$sb = new SetupBlock("Banned Phrases");
|
$sb = new SetupBlock("Banned Phrases");
|
||||||
$sb->add_label("One per line, lines that start with slashes are treated as regex");
|
$sb->add_label("One per line, lines that start with slashes are treated as regex<br/>");
|
||||||
$sb->add_longtext_option("banned_words");
|
$sb->add_longtext_option("banned_words");
|
||||||
$event->panel->add_block($sb);
|
$event->panel->add_block($sb);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user