| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK Online Homework Delivery System |
3 | # WeBWorK Online Homework Delivery System |
| 4 | # Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ |
4 | # Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ |
| 5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.203 2008/02/04 22:54:56 sh002i Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.204 2008/03/13 17:53:12 sh002i Exp $ |
| 6 | # |
6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify it under |
7 | # This program is free software; you can redistribute it and/or modify it under |
| 8 | # the terms of either: (a) the GNU General Public License as published by the |
8 | # the terms of either: (a) the GNU General Public License as published by the |
| 9 | # Free Software Foundation; either version 2, or (at your option) any later |
9 | # Free Software Foundation; either version 2, or (at your option) any later |
| 10 | # version, or (b) the "Artistic License" which comes with this package. |
10 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 160 | $mail{editor_window_rows} = 15; |
160 | $mail{editor_window_rows} = 15; |
| 161 | $mail{editor_window_columns} = 100; |
161 | $mail{editor_window_columns} = 100; |
| 162 | |
162 | |
| 163 | # Use this to customize the text of the feedback button. |
163 | # Use this to customize the text of the feedback button. |
| 164 | $feedback_button_name = "Email instructor"; |
164 | $feedback_button_name = "Email instructor"; |
|
|
165 | |
|
|
166 | # If this value is true, feedback will only be sent to users with the same |
|
|
167 | # section as the user initiating the feedback. |
|
|
168 | $feedback_by_section = 0; |
| 165 | |
169 | |
| 166 | ################################################################################ |
170 | ################################################################################ |
| 167 | # Theme |
171 | # Theme |
| 168 | ################################################################################ |
172 | ################################################################################ |
| 169 | |
173 | |