~launchpad-pqm/launchpad/devel

4939.2.3 by Curtis Hovey
Added namespaces to bug* templates and fixed markup.
1
<html
2
  xmlns="http://www.w3.org/1999/xhtml"
3
  xmlns:tal="http://xml.zope.org/namespaces/tal"
4
  xmlns:metal="http://xml.zope.org/namespaces/metal"
5
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
9366.5.1 by Abel Deuring
bugnomination-edit.pt converted to 3.0 layout
6
  metal:use-macro="view/macro:page/main_only"
4939.2.3 by Curtis Hovey
Added namespaces to bug* templates and fixed markup.
7
  i18n:domain="launchpad"
8
>
3614.1.68 by Brad Bollenbach
reapply MaloneReleaseManagement
9
10
<body>
9366.5.1 by Abel Deuring
bugnomination-edit.pt converted to 3.0 layout
11
  <metal:main metal:fill-slot="main">
12
    <div class="top-portlet">
13025.1.1 by William Grant
First stab at converting BugNominationEditView to a LaunchpadFormView.
13
      <div metal:use-macro="context/@@launchpad_form/form">
13025.1.5 by William Grant
Display a message when it's already approved.
14
        <div metal:fill-slot="extra_info">
15
          <p>
16
            Approving a nomination will target the bug to be fixed in a
17
            specific series. Declining a nomination will show on the bug
18
            page that this bug will not be fixed in that specific
19
            series.
20
          </p>
21
          <p tal:condition="context/isApproved">
22
            This nomination has already been approved.
23
          </p>
24
        </div>
13025.1.1 by William Grant
First stab at converting BugNominationEditView to a LaunchpadFormView.
25
      </div>
9366.5.1 by Abel Deuring
bugnomination-edit.pt converted to 3.0 layout
26
    </div>
27
  </metal:main>
3614.1.68 by Brad Bollenbach
reapply MaloneReleaseManagement
28
</body>
29
</html>