From b25ce729062f54cc0520eecffc97e775ce75ab3c Mon Sep 17 00:00:00 2001 From: Matt McHenry Date: Mon, 21 Jun 2010 19:30:36 -0700 Subject: Bug 398473: User preference for the position of the comment box r=mkanat, a=mkanat --- Bugzilla/Install.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Bugzilla/Install.pm') diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index 9c798ceb9..e90fe41db 100644 --- a/Bugzilla/Install.pm +++ b/Bugzilla/Install.pm @@ -65,6 +65,9 @@ sub SETTINGS { # 2007-07-02 altlist@gmail.com -- Bug 225731 quote_replies => { options => ['quoted_reply', 'simple_reply', 'off'], default => "quoted_reply" }, + # 2009-02-01 mozilla@matt.mchenryfamily.org -- Bug 398473 + comment_box_position => { options => ['before_comments', 'after_comments'], + default => 'before_comments' }, # 2008-08-27 LpSolit@gmail.com -- Bug 182238 timezone => { subclass => 'Timezone', default => 'local' }, } -- cgit v1.2.3-24-g4f1b