RSS

(root)/bugzilla/4.2 : 7456 : template/en/default/bug/edit.html.tmpl

To get this branch, use:
bzr branch /bugzilla/4.2

« back to all changes in this revision

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

Dave Lawrence
2010-08-30 21:20:07
Revision ID: dkl@redhat.com-20100831042007-0zf306r0aj9k73wr
Bug 77193 - Add the ability to retire (disable) old versions, components and milestones
r/a=mkanat

Show diffs side-by-side

added added

removed removed

1117
1117
          AND bug.choices.${selname}.size > 1 %]
1118
1118
      <select id="[% selname %]" name="[% selname %]">
1119
1119
        [% FOREACH x = bug.choices.${selname} %]
 
1120
          [% NEXT IF NOT x.is_active AND x.name != bug.${selname} %]
1120
1121
          <option value="[% x.name FILTER html %]"
1121
1122
            [% " selected" IF x.name == bug.${selname} %]>
1122
1123
            [%- x.name FILTER html %]

Loggerhead 1.18.1 is a web-based interface for Bazaar branches