~launchpad-pqm/launchpad/devel

2371 by Canonical.com Patch Queue Manager
[r=kiko] portlet mania, the finale. add sane titles,
1
<html
4939.2.3 by Curtis Hovey
Added namespaces to bug* templates and fixed markup.
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"
9270.1.1 by Abel Deuring
LP3 layout for bug-attachment-edit.pt
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="malone"
3119.1.1 by Matthew Paul Thomas
converted most templates
8
>
9270.1.1 by Abel Deuring
LP3 layout for bug-attachment-edit.pt
9
<body>
2371 by Canonical.com Patch Queue Manager
[r=kiko] portlet mania, the finale. add sane titles,
10
  <div metal:fill-slot="main">
11
3854.1.2 by Bjorn Tillenius
make the bug attachment edit view into a LaunchpadFormView.
12
    <div metal:use-macro="context/@@launchpad_form/form">
2371 by Canonical.com Patch Queue Manager
[r=kiko] portlet mania, the finale. add sane titles,
13
9270.1.1 by Abel Deuring
LP3 layout for bug-attachment-edit.pt
14
      <div metal:fill-slot="extra_info" class="documentDescription">
10104.4.4 by Abel Deuring
new view +confirm-is-patch shown when a bugattachment is added or when the patch flag of an existing attachment is changed and when LP treats the patch flag setting by the user as possibly wrong.
15
        An attachment can provide valuable information about the bug. It
16
        can also provide a direct solution to a bug - for example a patch
17
        that fixes the bug.
18
        <small>
10542.10.1 by Karl Fogel
Fix bug #538226 ("What is a patch?" links to typo'd help page):
19
          <a href="https://help.launchpad.net/Bugs/BugAttachments">
10104.4.4 by Abel Deuring
new view +confirm-is-patch shown when a bugattachment is added or when the patch flag of an existing attachment is changed and when LP treats the patch flag setting by the user as possibly wrong.
20
            What is a patch?
21
          </a>
22
        </small>
9270.1.1 by Abel Deuring
LP3 layout for bug-attachment-edit.pt
23
      </div>
2371 by Canonical.com Patch Queue Manager
[r=kiko] portlet mania, the finale. add sane titles,
24
    </div>
25
  </div>
26
</body>
27
</html>