diff options
author | Matt McHenry <mozilla@matt.mchenryfamily.org> | 2010-06-22 04:30:36 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-06-22 04:30:36 +0200 |
commit | b25ce729062f54cc0520eecffc97e775ce75ab3c (patch) | |
tree | 3ab8fdcbb523e14b12cdfaac71d8dde348f8f58e /Bugzilla | |
parent | e3fd496e1ecc34f3db4c9415cf0ad387d56c6066 (diff) | |
download | bugzilla-b25ce729062f54cc0520eecffc97e775ce75ab3c.tar.gz bugzilla-b25ce729062f54cc0520eecffc97e775ce75ab3c.tar.xz |
Bug 398473: User preference for the position of the comment box
r=mkanat, a=mkanat
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install.pm | 3 |
1 files changed, 3 insertions, 0 deletions
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' }, } |