3691.109.9
by Francis J. Lacoste
Move BugLinkView and BugUnlinkView from cve.py to buglinktarget.py. Rename |
1 |
<html
|
2 |
xmlns="http://www.w3.org/1999/xhtml" |
|
4939.2.3
by Curtis Hovey
Added namespaces to bug* templates and fixed markup. |
3 |
xmlns:tal="http://xml.zope.org/namespaces/tal" |
4 |
xmlns:metal="http://xml.zope.org/namespaces/metal" |
|
3691.109.9
by Francis J. Lacoste
Move BugLinkView and BugUnlinkView from cve.py to buglinktarget.py. Rename |
5 |
xml:lang="en" |
6 |
lang="en" |
|
4939.2.3
by Curtis Hovey
Added namespaces to bug* templates and fixed markup. |
7 |
dir="ltr" |
3691.109.13
by Francis J. Lacoste
Use BugsUnlinkView for ticket. Turn buglinktarget-unlinkbugs.pt into a |
8 |
metal:define-macro="master" |
9360.5.4
by Tom Berger
interim commit |
9 |
metal:extend-macro="view/macro:page/main_only"> |
3691.109.9
by Francis J. Lacoste
Move BugLinkView and BugUnlinkView from cve.py to buglinktarget.py. Rename |
10 |
|
11 |
<body>
|
|
12 |
||
13 |
<div metal:fill-slot="main"> |
|
3691.109.17
by Francis J. Lacoste
Add Cancel button to +unlinkbug view. |
14 |
<tal:nobugs condition="not:context/bugs"> |
7849.16.24
by Sidnei da Silva
- Got rid of i18n:translate in the majority of templates. They are not in use according to Kiko. |
15 |
<p class="informational message"> |
3691.109.17
by Francis J. Lacoste
Add Cancel button to +unlinkbug view. |
16 |
There are no links to bug reports to remove. |
17 |
</p>
|
|
18 |
</tal:nobugs>
|
|
3691.109.9
by Francis J. Lacoste
Move BugLinkView and BugUnlinkView from cve.py to buglinktarget.py. Rename |
19 |
|
3691.109.25
by Francis J. Lacoste
* Define and use a generic buglinktarget-portlet-bugs. |
20 |
<tal:somebugs condition="context/bugs"> |
21 |
<tal:nopermission condition="not:view/bugsWithPermission"> |
|
7849.16.24
by Sidnei da Silva
- Got rid of i18n:translate in the majority of templates. They are not in use according to Kiko. |
22 |
<p class="informational message"> |
3691.109.25
by Francis J. Lacoste
* Define and use a generic buglinktarget-portlet-bugs. |
23 |
There are no links that you are allowed to remove. |
24 |
</p>
|
|
25 |
</tal:nopermission>
|
|
26 |
||
3691.109.30
by Francis J. Lacoste
Updated to use LaunchpadFormView |
27 |
<tal:form condition="view/bugsWithPermission"> |
28 |
<div metal:use-macro="context/@@launchpad_form/form"> |
|
29 |
<metal:heading fill-slot="heading"> |
|
30 |
</metal:heading>
|
|
31 |
||
32 |
<metal:description fill-slot="extra_info"> |
|
33 |
<metal:slot define-slot="extra_info" /> |
|
34 |
</metal:description>
|
|
3691.109.25
by Francis J. Lacoste
* Define and use a generic buglinktarget-portlet-bugs. |
35 |
</div>
|
3691.109.30
by Francis J. Lacoste
Updated to use LaunchpadFormView |
36 |
</tal:form>
|
3691.109.25
by Francis J. Lacoste
* Define and use a generic buglinktarget-portlet-bugs. |
37 |
</tal:somebugs>
|
38 |
||
3691.109.9
by Francis J. Lacoste
Move BugLinkView and BugUnlinkView from cve.py to buglinktarget.py. Rename |
39 |
</div>
|
40 |
</body>
|
|
41 |
</html>
|
|
42 |