~ubuntu-branches/ubuntu/hardy/bugzilla/hardy-security

« back to all changes in this revision

Viewing changes to template/en/default/bug/edit.html.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Rémi Perrot
  • Date: 2004-04-02 01:13:32 UTC
  • Revision ID: james.westby@ubuntu.com-20040402011332-pbwk96wk60u5hbil
Tags: 2.16.5-2
Duplicate table creation is now also fixed in bugzilla.postinst
(closes: #224288)

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
    <tr>
134
134
      <td align="right">
135
135
        <b>
136
 
          <a href="bug_status.html">Status</a>:
 
136
          <a href="/bugzilla/bug_status.html">Status</a>:
137
137
        </b>
138
138
      </td>
139
139
      <td>[% bug.bug_status FILTER html %]</td>      
140
140
      <td>&nbsp;</td>
141
141
      
142
142
      <td align="right">
143
 
        <b><a href="bug_status.html#priority">Priority</a>:</b>
 
143
        <b><a href="/bugzilla/bug_status.html#priority">Priority</a>:</b>
144
144
      </td>
145
145
      [% PROCESS select selname => "priority" %]
146
146
    </tr>
148
148
    <tr>
149
149
      <td align="right">
150
150
        <b>
151
 
          <a href="bug_status.html">Resolution</a>:
 
151
          <a href="/bugzilla/bug_status.html">Resolution</a>:
152
152
        </b>
153
153
      </td>
154
154
      <td>[% bug.resolution FILTER html %]</td>      
155
155
      <td>&nbsp;</td>
156
156
      
157
157
      <td align="right">
158
 
        <b><a href="bug_status.html#severity">Severity</a>:</b>
 
158
        <b><a href="/bugzilla/bug_status.html#severity">Severity</a>:</b>
159
159
      </td>
160
160
      [% PROCESS select selname = "bug_severity" %]
161
161
      
164
164
    <tr>
165
165
      <td align="right">
166
166
        <b>
167
 
          <a href="bug_status.html#assigned_to">Assigned&nbsp;To</a>:
 
167
          <a href="/bugzilla/bug_status.html#assigned_to">Assigned&nbsp;To</a>:
168
168
        </b>
169
169
      </td>
170
170
      <td>[% bug.assigned_to FILTER html %]</td>
284
284
  <table>
285
285
    <tr>
286
286
      <th>
287
 
        <a href="votehelp.html">Votes</a>:
 
287
        <a href="/bugzilla/votehelp.html">Votes</a>:
288
288
      </th>
289
289
      <td>
290
290
        [% bug.votes %]&nbsp;&nbsp;&nbsp;
391
391
      [% END %]
392
392
 
393
393
      <input type="radio" name="knob" value="resolve">
394
 
      Resolve bug, changing <a href="bug_status.html">resolution</a> to
 
394
      Resolve bug, changing <a href="/bugzilla/bug_status.html">resolution</a> to
395
395
      <select name="resolution" 
396
396
              onchange="document.changeform.knob[[% knum %]].checked=true">
397
397
      [% FOREACH r = resolution %]
410
410
      [% knum = knum + 1 %]
411
411
 
412
412
      <input type="radio" name="knob" value="reassign"> 
413
 
      <a href="bug_status.html#assigned_to">Reassign</a> bug to
 
413
      <a href="/bugzilla/bug_status.html#assigned_to">Reassign</a> bug to
414
414
      <input name="assigned_to" size="32" 
415
415
             onchange="if ((this.value != '[% bug.assigned_to_email FILTER js %]') && 
416
416
                            (this.value != '')) {