~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/templates/bugtask-delete.pt

[rs=buildbot-poller] automatic merge from stable. Revisions: 14253,
        14254, 14255, 14256, 14257, 14258, 14259 included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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"
 
6
  metal:use-macro="view/macro:page/main_only"
 
7
  i18n:domain="launchpad">
 
8
<body>
 
9
 
 
10
<div metal:fill-slot="main">
 
11
  <div metal:use-macro="context/@@launchpad_form/form">
 
12
    <div id='confirmation-message' metal:fill-slot="extra_info">
 
13
        <p class="large-warning" style="padding:2px 2px 0 36px;">
 
14
            You are about to mark bug
 
15
            "<tal:bug replace="context/bug/title">some bug</tal:bug>"
 
16
            <br>as no longer affecting
 
17
            <tal:target
 
18
                replace="context/target/bugtargetdisplayname">some target
 
19
            </tal:target>.
 
20
        <br><br>
 
21
        <strong>Please confirm you really want to do this.</strong></p>
 
22
    </div>
 
23
  </div>
 
24
</div>
 
25
</body>
 
26
</html>