summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
blob: c93d08c2bf1cd87ad89355e66c123329261754d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
[%# 1.0@bugzilla.org %]
[%# The contents of this file are subject to the Mozilla Public
  # License Version 1.1 (the "License"); you may not use this file
  # except in compliance with the License. You may obtain a copy of
  # the License at http://www.mozilla.org/MPL/
  #
  # Software distributed under the License is distributed on an "AS
  # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  # implied. See the License for the specific language governing
  # rights and limitations under the License.
  #
  # The Original Code is the Bugzilla Bug Tracking System.
  #
  # The Initial Developer of the Original Code is Netscape Communications
  # Corporation. Portions created by Netscape are
  # Copyright (C) 1998 Netscape Communications Corporation. All
  # Rights Reserved.
  #
  # Contributor(s): Gervase Markham <gerv@gerv.net>
  #                 Vaskin Kissoyan <vkissoyan@yahoo.com>
  #                 Max Kanat-Alexander <mkanat@bugzilla.org>
  #%]

[% PROCESS global/variables.none.tmpl %]

[% PROCESS "global/field-descs.none.tmpl" %]

[% PROCESS bug/time.html.tmpl %]

  <script type="text/javascript">
  <!--

  /* Outputs a link to call replyToComment(); used to reduce HTML output */
  function addReplyLink(id) {
      /* XXX this should really be updated to use the DOM Core's
       * createElement, but finding a container isn't trivial.
       */
      document.write('[<a href="#add_comment" onclick="replyToComment(' + 
                     id + ');">reply<' + '/a>]');
  }

  /* Adds the reply text to the `comment' textarea */
  function replyToComment(id) {
      /* pre id="comment_name_N" */
      var text_elem = document.getElementById('comment_text_'+id);
      var text = getText(text_elem);

      /* make sure we split on all newlines -- IE or Moz use \r and \n
       * respectively.
       */
      text = text.split(/\r|\n/);

      var replytext = "";
      for (var i=0; i < text.length; i++) {
          replytext += "> " + text[i] + "\n"; 
      }

      replytext = "(In reply to comment #" + id + ")\n" + replytext + "\n";

    [% IF Param("insidergroup") && user.in_group(Param("insidergroup")) %]
      if (document.getElementById('isprivate-'+id).checked) {
          document.getElementById('newcommentprivacy').checked = 'checked';
      }
    [% END %]

      /* <textarea id="comment"> */
      var textarea = document.getElementById('comment');
      textarea.value += replytext;

      textarea.focus();
  }

  if (typeof Node == 'undefined') {
      /* MSIE doesn't define Node, so provide a compatibility object */
      window.Node = {
          TEXT_NODE: 3,
          ENTITY_REFERENCE_NODE: 5
      };
  }

  /* Concatenates all text from element's childNodes. This is used
   * instead of innerHTML because we want the actual text (and
   * innerText is non-standard).
   */
  function getText(element) {
      var child, text = "";
      for (var i=0; i < element.childNodes.length; i++) {
          child = element.childNodes[i];
          var type = child.nodeType;
          if (type == Node.TEXT_NODE || type == Node.ENTITY_REFERENCE_NODE) {
              text += child.nodeValue;
          } else {
              /* recurse into nodes of other types */
              text += getText(child);
          }
      }
      return text;
  }

[% IF user.in_group(Param('timetrackinggroup')) %]
  var fRemainingTime = [% bug.remaining_time %]; // holds the original value
  function adjustRemainingTime() {
      // subtracts time spent from remaining time
      var new_time;

      // prevent negative values if work_time > fRemainingTime
      new_time =
          Math.max(fRemainingTime - document.changeform.work_time.value, 0.0);
      // get upto 2 decimal places
      document.changeform.remaining_time.value =
          Math.round(new_time * 100)/100;
  }

  function updateRemainingTime() {
      // if the remaining time is changed manually, update fRemainingTime
      fRemainingTime = document.changeform.remaining_time.value;
  }

[% END %]

  function updateCommentTagControl(checkbox, form) {
      if (checkbox.checked) {
          form.comment.className='bz_private';
      } else {
          form.comment.className='';
      }
  }

  //-->
  </script>

<form name="changeform" method="post" action="process_bug.cgi">

  <input type="hidden" name="delta_ts" value="[% bug.delta_ts %]">
  <input type="hidden" name="longdesclength" value="[% bug.longdescs.size %]">
  <input type="hidden" name="id" value="[% bug.bug_id %]">

[%# *** Hardware Reporter Product OS AddCC *** %]

  <table>

    <tr>
      <td valign="top">
        <table cellspacing="1" cellpadding="1">
          <tr>
            <td align="right">
              [% IF Param('useclassification') && bug.classification_id != 1 %]
                <b>[[% bug.classification FILTER html %]]</b>
              [% END %]
              <b>[% terms.Bug %]#:</b>
            </td>
            <td>
              <a href="[% Param('urlbase') %]show_bug.cgi?id=[% bug.bug_id %]">
                [% bug.bug_id %]</a>
            </td>
          </tr>

          [% IF Param("usebugaliases") %]
            <tr>
              <td align="right">
                <label for="alias" title="a name for the [% terms.bug %] that can be used in place of its ID number, f.e. when adding it to a list of dependencies"><b>Alias</b></label>:
              </td>
              [% PROCESS input inputname => "alias" size => "20" maxlength => "20" %]
            </tr>
          [% END %]

          <tr>
            <td align="right">
              <label for="product" accesskey="p"><b><u>P</u>roduct</b></label>:
            </td>
            [% PROCESS select selname => "product" %]
          </tr>

          [%# *** Component Version CC Priority Severity AssignedTo Milestone *** %]

          <tr>
            <td align="right">
              <label for="component" accesskey="m"><b><a href="describecomponents.cgi?product=[% bug.product FILTER url_quote %]">Co<u>m</u>ponent</a></b></label>:
            </td>
            [% PROCESS select selname => "component" %]
          </tr>

          <tr>
            <td align="right">
              <b>
                <a href="page.cgi?id=fields.html#status">Status</a>:
              </b>
            </td>
            <td>[% status_descs.${bug.bug_status} FILTER html %]</td>
          </tr>

          <tr>
            <td align="right">
              <b>
                <a href="page.cgi?id=fields.html#resolution">Resolution</a>:
              </b>
            </td>
            <td>
              [% get_resolution(bug.resolution) FILTER html %]
              [% IF bug.resolution == "DUPLICATE" %]
                of [% terms.bug %] [%+ "${bug.dup_id}" FILTER bug_link(bug.dup_id) %]
              [% END %]
            </td>
          </tr>

          <tr>
            <td align="right">
              <b>
                <a href="page.cgi?id=fields.html#assigned_to">Assigned&nbsp;To</a>:
              </b>
            </td>
            <td>[% bug.assigned_to.identity FILTER html %]</td>
          </tr>

        </table>

      </td>
      <td valign="top">

        <table cellspacing="1" cellpadding="1">

          <tr>
            <td align="right">
              <label for="rep_platform" accesskey="h"><b><u>H</u>ardware</b></label>:
            </td>
            [% PROCESS select selname => "rep_platform" %]
          </tr>

          <tr>
            <td align="right">
              <label for="op_sys" accesskey="o"><b><u>O</u>S</b></label>:
            </td>
            [% PROCESS select selname => "op_sys" %]
          </tr>

          <tr>
            <td align="right">
              <label for="version"><b>Version</b></label>:
            </td>
            [% PROCESS select selname => "version" %]
          </tr>

          <tr>
            <td align="right">
              <label for="priority" accesskey="i"><b><a href="page.cgi?id=fields.html#priority">Pr<u>i</u>ority</a></b></label>:
            </td>
            [% PROCESS select selname => "priority" %]
          </tr>

          <tr>
            <td align="right">
              <label for="bug_severity"><b><a href="page.cgi?id=fields.html#bug_severity">Severity</a></b></label>:
            </td>
            [% PROCESS select selname = "bug_severity" %]
          </tr>

          [% IF Param("usetargetmilestone") && bug.target_milestone %]
            <tr>
              <td align="right">
                <label for="target_milestone"><b>
                  [% IF bug.milestoneurl %]
                    <a href="[% bug.milestoneurl FILTER html %]">
                  [% END %]
                  Target Milestone[% "</a>" IF bug.milestoneurl %]
                [%%]</b></label>:
              </td>
              [% PROCESS select selname = "target_milestone" %]
            </tr>
          [% END %]

        </table>
      </td>

      <td valign="top">

        <table cellpadding="1" cellspacing="1">

          <tr>
            <td align="right">
              <b>Reporter:</b>
            </td>
            <td>
              <a href="mailto:[% bug.reporter.email FILTER html %]">
                [% bug.reporter.identity FILTER html %]</a>
            </td>
          </tr>

          <tr>
            <td align="right" valign="top">
              <label for="newcc" accesskey="a"><b><u>A</u>dd&nbsp;CC</b></label>:
            </td>
            <td>
               [% INCLUDE global/userselect.html.tmpl
                  id => "newcc"
                  name => "newcc"
                  value => ""
                  size => 30
                  multiple => 5
                %]
            </td>
          </tr>

          <tr>
            [% IF bug.cc %]
              <td align="right" valign="top">
                <label for="cc"><b>CC</b></label>:
              </td>
              <td valign="top">
                <select id="cc" name="cc" multiple="multiple" size="5">
                [% FOREACH c = bug.cc %]
                  <option value="[% c FILTER html %]">[% c FILTER html %]</option>
                [% END %]
                </select>
                <br>
                <input type="checkbox" id="removecc" name="removecc">
                [%%]<label for="removecc">Remove selected CCs</label>
                <br>
              </td>
            [% ELSE %]
              <td colspan="2"><input type="hidden" name="cc" value=""></td>
            [% END %]
          </tr>

        </table>

      </td>
      </tr>

      <tr>
        <td colspan="2">
          <table cellspacing="1" cellpadding="1">

      [%# *** QAContact URL Requests Summary Whiteboard Keywords *** %]

         [% IF Param('useqacontact') %]
           <tr>
             <td align="right">
             <label for="qa_contact" accesskey="q"><b><u>Q</u>A Contact</b></label>:
             </td>
             <td colspan="7">
               [% IF bug.check_can_change_field("qa_contact", 0, 1) || !user.id %]
                 [% INCLUDE global/userselect.html.tmpl
                    id => "qa_contact"
                    name => "qa_contact"
                    value => bug.qa_contact.login
                    size => 60
                    emptyok => 1
                  %]
               [% ELSE %]
                 <input type="hidden" name="qa_contact"
                        value="[% bug.qa_contact.login FILTER html %]">
                 [% IF bug.qa_contact.login && bug.qa_contact.login.length > 60 %]
                   <span title="[% bug.qa_contact.login FILTER html %]">
                     [% bug.qa_contact.login FILTER truncate(60) FILTER html %]
                   </span>
                 [% ELSE %]
                   [% bug.qa_contact.login FILTER html %]
                 [% END %]
               [% END %]
             </td>
           </tr>
         [% END %]

          <tr>
            <td align="right">
              <label for="bug_file_loc" accesskey="u"><b>
                [% IF bug.bug_file_loc 
                   AND NOT bug.bug_file_loc.match("^(javascript|data)") %]
                  <a href="[% bug.bug_file_loc FILTER html %]"><u>U</u>RL</a>
                [% ELSE %]
                  <u>U</u>RL
                [% END %]
              [%%]</b></label>:
            </td>
            [% PROCESS input inputname => "bug_file_loc" size => "60" colspan => 5 %]
          </tr>

          <tr>
            <td align="right">
              <label for="short_desc" accesskey="s"><b><u>S</u>ummary</b></label>:
            </td>
            [% PROCESS input inputname => "short_desc" size => "60" colspan => 5
                             maxlength => 255 %]
          </tr>

          [% IF Param('usestatuswhiteboard') %]
            <tr>
              <td align="right">
                <label for="status_whiteboard" accesskey="w"><b>Status
                <u>W</u>hiteboard</b></label>:
              </td>
              [% PROCESS input inputname => "status_whiteboard" size => "60" 
                               colspan => 5 %]
            </tr>
          [% END %]

          [% IF use_keywords %]
            <tr>
              <td align="right">
                <label for="keywords" accesskey="k"><b><a href="describekeywords.cgi"><u>K</u>eywords</a></b></label>:
              [% PROCESS input inputname => "keywords" size => 60 colspan => 5
                               value => bug.keywords.join(', ') %]
            </tr>
          [% END %]

          [%# *** Custom Fields *** %]

          [% USE Bugzilla %]
          [% fields = Bugzilla.get_fields({ obsolete => 0, custom => 1 }) %]
          [% IF fields %]
            [% FOREACH field = fields %]
              <tr>
                [% PROCESS bug/field.html.tmpl value=bug.${field.name}
                                               editable=1 %]
              </tr>
            [% END %]
          [% END %]

        </table>
      </td>

      <td valign="top">
        <table cellspacing="1" cellpadding="1">
          <tr>
            <td colspan="2" valign="top">
                [% IF bug.flag_types.size > 0 %]
                  [% PROCESS "flag/list.html.tmpl"
                     flag_types = bug.flag_types
                     any_flags_requesteeble = bug.any_flags_requesteeble %]
                [% END %]
            </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>

  [% IF user.in_group(Param('timetrackinggroup')) %]
    <br>
    <table cellspacing="0" cellpadding="4" border="1">
      <tr>
        <th align="center" bgcolor="#cccccc">
          <label for="estimated_time">Orig. Est.</label>
        </th>
        <th align="center" bgcolor="#cccccc">
          Current Est.
        </th>
        <th align="center" bgcolor="#cccccc">
          <label for="work_time">Hours Worked</label>
        </th>
        <th align="center" bgcolor="#cccccc">
          <label for="remaining_time">Hours Left</label>
        </th>
        <th align="center" bgcolor="#cccccc">
          %Complete
        </th>
        <th align="center" bgcolor="#cccccc">
          Gain
        </th>
        <th align="center" bgcolor="#cccccc">
          <label for="deadline">Deadline</label>
        </th>
      </tr>
      <tr>
        <td align="center">
          <input name="estimated_time" id="estimated_time"
                 value="[% PROCESS formattimeunit
                                   time_unit=bug.estimated_time %]"
                 size="6" maxlength="6">
        </td>
        <td align="center">
          [% PROCESS formattimeunit
                     time_unit=(bug.actual_time + bug.remaining_time) %]
        </td>
        <td align="center">
          [% PROCESS formattimeunit time_unit=bug.actual_time %] +
          <input name="work_time" id="work_time"
                 value="0" size="3" maxlength="6"
                 onchange="adjustRemainingTime();">
        </td>
        <td align="center">
          <input name="remaining_time" id="remaining_time"
                 value="[% PROCESS formattimeunit
                                   time_unit=bug.remaining_time %]"
                 size="6" maxlength="6" onchange="updateRemainingTime();">
        </td>
        <td align="center">
          [% PROCESS calculatepercentage act=bug.actual_time
                                         rem=bug.remaining_time %]
        </td>
        <td align="center">
          [% PROCESS formattimeunit time_unit=bug.estimated_time - (bug.actual_time + bug.remaining_time) %]
        </td>
         <td align="center">
           <input name="deadline" id="deadline" value="[% bug.deadline %]"
                  size="10" maxlength="10"><br />
           <small>(YYYY-MM-DD)</small>
        </td>        
      </tr>
      <tr>
        <td colspan="7" align="right">
          <a href="summarize_time.cgi?id=[% bug.bug_id %]&amp;do_depends=1">
          Summarize time (including time for [% terms.bugs %]
          blocking this [% terms.bug %])</a>
        </td>
      </tr>
    </table>
  [% END %]

[%# *** Attachments *** %]

  [% PROCESS attachment/list.html.tmpl
             attachments = bug.attachments
             bugid       = bug.bug_id
             num_attachment_flag_types = bug.num_attachment_flag_types
             show_attachment_flags = bug.show_attachment_flags
   %]

[%# *** Dependencies Votes *** %]

  <table>
    <tr>
    [% PROCESS dependencies
       dep = { title => "depends on", fieldname => "dependson" } %]
      <td rowspan="2">
        <a href="showdependencytree.cgi?id=[% bug.bug_id %]&amp;hide_resolved=1">Show
        dependency tree</a>

        [% IF Param('webdotbase') %]
          <br>
          <a href="showdependencygraph.cgi?id=[% bug.bug_id %]">Show
          dependency graph</a>
        [% END %]
      </td>
    </tr>

    <tr>
    [% PROCESS dependencies accesskey = "b"
       dep = { title => "<u>b</u>locks", fieldname => "blocked" } %]
    </tr>
  </table>

  [% IF bug.use_votes %]
  <table>
    <tr>
      <th>
        <a href="page.cgi?id=voting.html">Votes</a>:
      </th>
      <td>
        [% bug.votes %]&nbsp;&nbsp;&nbsp;
        <a href="votes.cgi?action=show_bug&amp;bug_id=[% bug.bug_id %]">Show
        votes for this [% terms.bug %]</a>&nbsp;&nbsp;&nbsp;
        <a href="votes.cgi?action=show_user&amp;bug_id=[% bug.bug_id %]#vote_[% bug.bug_id %]">Vote
        for this [% terms.bug %]</a>
      </td>
    </tr>
  </table>
  [% END %]

[%# *** Comments Groups *** %]

  <br>
  <label for="comment" accesskey="c"><b>Additional <u>C</u>omments</b></label>:
  [% IF Param("insidergroup") && user.in_group(Param("insidergroup")) %]
    <input type="checkbox" name="commentprivacy" value="1"
           id="newcommentprivacy"
           onClick="updateCommentTagControl(this, form)">
    <label for="newcommentprivacy">Private</label>
  [% END %]
  <br>
  <a name="add_comment"></a>
  [% INCLUDE global/textarea.html.tmpl
    name      = 'comment'
    id        = 'comment'
    minrows   = 10
    maxrows   = 25
    cols      = constants.COMMENT_COLS
  %]

  [% IF NOT bug.cc || NOT bug.cc.contains(user.login) %]
    [% has_role = bug.user.isreporter
                  || bug.assigned_to.id == user.id
                  || (Param('useqacontact')
                      && bug.qa_contact
                      && bug.qa_contact.id == user.id) %]

    <br>
    <input type="checkbox" id="addselfcc" name="addselfcc"
      [% " checked=\"checked\""
           IF user.settings.state_addselfcc.value == 'always'
              || (!has_role
                  && user.settings.state_addselfcc.value == 'cc_unless_role') %]>
    <label for="addselfcc">Add [% user.identity FILTER html %] to CC list</label>
  [% END %]
  <br>

  [% IF bug.groups.size > 0 %]
    [% inallgroups = 1 %]
    [% inagroup = 0 %]
    [% FOREACH group = bug.groups %]
      [% SET inallgroups = 0 IF NOT group.ingroup %]
      [% SET inagroup = 1 IF group.ison %]

      [% IF NOT group.mandatory %]
        [% IF NOT emitted_description %]
          [% emitted_description = 1 %]
          <br>
          <b>Only users in all of the selected groups can view this [% terms.bug %]:</b>
          <br>
          <font size="-1">
            (Unchecking all boxes makes this a more public [% terms.bug %].)
          </font>
          <br>
          <br>
        [% END %]

      &nbsp;&nbsp;&nbsp;&nbsp;
      <input type="checkbox" value="1"
             name="bit-[% group.bit %]" id="bit-[% group.bit %]"
             [% " checked=\"checked\"" IF group.ison %]
             [% " disabled=\"disabled\"" IF NOT group.ingroup %]>
      <label for="bit-[% group.bit %]">[% group.description %]</label>
      <br>
      [% END %]
    [% END %]

    [% IF NOT inallgroups %]
      <b>
        Only members of a group can change the visibility of [% terms.abug %] for
        that group
      </b>
    <br>
    [% END %]

    [% IF inagroup %]
      <p>
        <b>Users in the roles selected below can always view this [% terms.bug %]:</b>
        <br>
        <small>
          (The assignee
          [% IF (Param('useqacontact')) %]
             and QA contact
          [% END %]
          can always see [% terms.abug %], and this section does not take effect unless
          the [% terms.bug %] is restricted to at least one group.)
        </small>
      </p>

      <p>
        <input type="checkbox" value="1"
               name="reporter_accessible" id="reporter_accessible"
               [% " checked" IF bug.reporter_accessible %]>
        <label for="reporter_accessible">Reporter</label>
        <input type="checkbox" value="1"
               name="cclist_accessible" id="cclist_accessible"
               [% " checked" IF bug.cclist_accessible %]>
        <label for="cclist_accessible">CC List</label>
      </p>
    [% END %]
  [% END %]

[% PROCESS bug/knob.html.tmpl %]

[%# *** Additional Comments *** %]

<hr>

[% PROCESS bug/comments.html.tmpl
   comments = bug.longdescs
   mode = "edit"
 %]

</form>

[%############################################################################%]
[%# Block for dependencies                                                   #%]
[%############################################################################%]

[% BLOCK dependencies %]
  <th align="right">
    <label for="[% dep.fieldname %]"[% " accesskey=\"$accesskey\"" IF accesskey %]>
    [% terms.Bug %] [%+ bug.bug_id %] [%+ dep.title %]</label>:
  </th>
  <td>
  [% FOREACH depbug = bug.${dep.fieldname} %]
    [% depbug FILTER bug_link(depbug) %][% " " %]
  [% END %]
  </td>
  <td>
    [% IF bug.check_can_change_field(dep.fieldname, 0, 1) || !user.id %]
      <input name="[% dep.fieldname %]" id="[% dep.fieldname %]"
             value="[% bug.${dep.fieldname}.join(', ') %]">
    [% ELSE %]
      <input type="hidden" name="[% dep.fieldname %]"
             value="[% bug.${dep.fieldname}.join(', ') %]">
    [% END %]
  </td>
[% END %]


[%############################################################################%]
[%# Block for SELECT fields                                                  #%]
[%############################################################################%]

[% BLOCK select %]
  <td>
    [% IF bug.check_can_change_field(selname, 0, 1) || !user.id %]
      <select id="[% selname %]" name="[% selname %]">
        [% FOREACH x = bug.choices.${selname} %]
          <option value="[% x FILTER html %]"
            [% " selected" IF x == bug.${selname} %]>[% x FILTER html %]
          </option>
        [% END %]
      </select>
    [% ELSE %]
      <input type="hidden" name="[% selname %]" value="[% bug.${selname} FILTER html %]">
      [% bug.${selname} FILTER html %]
    [% END %]
  </td>
[% END %]

[%############################################################################%]
[%# Block for INPUT fields                                                   #%]
[%############################################################################%]

[% BLOCK input %]
  <td[% " colspan=\"$colspan\"" IF $colspan %]>
    [% val = value ? value : bug.$inputname %]
    [% IF bug.check_can_change_field(inputname, 0, 1) || !user.id %]
       <input id="[% inputname %]" name="[% inputname %]"
              value="[% val FILTER html %]"[% " size=\"$size\"" IF size %]
              [% " maxlength=\"$maxlength\"" IF maxlength %]>
    [% ELSE %]
       <input type="hidden" name="[% inputname %]" id="[% inputname %]"
              value="[% val FILTER html %]">
      [% IF size && val.length > size %]
        <span title="[% val FILTER html %]">
          [% val FILTER truncate(size) FILTER html %]
        </span>
      [% ELSE %]
        [% val FILTER html %]
      [% END %]
    [% END %]
  </td>
  [% maxlength = 0 %]
  [% colspan = 0 %]
  [% size = 0 %]
  [% value = undef %]
[% END %]