[% INCLUDE global/textarea.html.tmpl
name = 'comment'
minrows = 6
- cols = 80
+ cols = constants.COMMENT_COLS
%]
<p>
Expand on the Summary. Please be
[% INCLUDE global/textarea.html.tmpl
name = 'reproduce_steps'
minrows = 4
- cols = 80
+ cols = constants.COMMENT_COLS
defaultcontent = "1.\n2.\n3."
%]
<p>
[% INCLUDE global/textarea.html.tmpl
name = 'actual_results'
minrows = 4
- cols = 80
+ cols = constants.COMMENT_COLS
%]
<p>
What happened after you performed the steps above?
[% INCLUDE global/textarea.html.tmpl
name = 'expected_results'
minrows = 4
- cols = 80
+ cols = constants.COMMENT_COLS
%]
<p>
What should the software have done instead?
[% INCLUDE global/textarea.html.tmpl
name = 'additional_info'
minrows = 8
- cols = 80
+ cols = constants.COMMENT_COLS
%]
<p>
Add any additional information you feel may be
whine reports
[% ELSIF object == "sanity_check" %]
a sanity check
+ [% ELSIF object == "settings" %]
+ settings
[% ELSIF object == "sudo_session" %]
an sudo session
[% ELSIF object == "timetracking_summaries" %]