option for making samefags public

This commit is contained in:
Shish
2012-10-03 21:28:29 +01:00
parent e00299b376
commit 6abf65c062
2 changed files with 7 additions and 4 deletions

View File

@@ -243,6 +243,8 @@ class CommentList extends Extension {
$sb->add_label("<br>Show ");
$sb->add_int_option("comment_list_count");
$sb->add_label(" comments per image on the list");
$sb->add_label("<br>Make samefags public ");
$sb->add_bool_option("comment_samefags_public");
$event->panel->add_block($sb);
}