2396
by Canonical.com Patch Queue Manager
[r=spiv] launchpad support tracker |
1 |
<html
|
2 |
xmlns="http://www.w3.org/1999/xhtml" |
|
5132.1.1
by Curtis Hovey
Added namespaces and fixes markup to q.* templates. |
3 |
xmlns:tal="http://xml.zope.org/namespaces/tal" |
4 |
xmlns:metal="http://xml.zope.org/namespaces/metal" |
|
9098.5.1
by Paul Hummer
Ported question-add to 3.0 layout |
5 |
metal:use-macro="view/macro:page/main_only" |
5132.1.1
by Curtis Hovey
Added namespaces and fixes markup to q.* templates. |
6 |
>
|
2396
by Canonical.com Patch Queue Manager
[r=spiv] launchpad support tracker |
7 |
<body>
|
8 |
||
9 |
<div metal:fill-slot="main"> |
|
3691.110.77
by Francis J. Lacoste
Convert TicketAddView to LaunchpadFormView |
10 |
<metal:form use-macro="context/@@launchpad_form/form"> |
11 |
||
12 |
<metal:extra_info fill-slot="extra_info"> |
|
3691.255.9
by Guilherme Salgado
Warn users when they try to make a support request in a language that is not understood by at least one of the target's support contacts |
13 |
<div>
|
4319.2.48
by Francis J. Lacoste
Display similar FAQs when asking a question. |
14 |
<tal:similar-faqs condition="view/similar_faqs"> |
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>These FAQs seems similar to your question. Take
|
4319.2.48
by Francis J. Lacoste
Display similar FAQs when asking a question. |
16 |
a look at them, you may find your answer in one these. |
17 |
</p>
|
|
9098.5.1
by Paul Hummer
Ported question-add to 3.0 layout |
18 |
|
4319.2.48
by Francis J. Lacoste
Display similar FAQs when asking a question. |
19 |
<ul id="similar-faqs" class="faq"> |
20 |
<li tal:repeat="faq view/similar_faqs" |
|
21 |
tal:attributes="title faq/content/fmt:shorten/320" |
|
22 |
><a href="#" |
|
6714.1.1
by Curtis Hovey
Fixed broken similar FAQs link. |
23 |
tal:attributes="href faq/fmt:url" |
4319.2.48
by Francis J. Lacoste
Display similar FAQs when asking a question. |
24 |
tal:content="faq/title">FAQ Title</a> |
25 |
</li>
|
|
26 |
</ul>
|
|
27 |
</tal:similar-faqs>
|
|
28 |
<tal:similar-questions condition="view/similar_questions"> |
|
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. |
29 |
<p>These other questions seem similar to yours. You may want to take a look at them.</p> |
3691.110.77
by Francis J. Lacoste
Convert TicketAddView to LaunchpadFormView |
30 |
|
12384.1.5
by Curtis Hovey
Removed inapproriate use of discreet. |
31 |
<ul id="similar-questions"> |
12432.1.3
by Curtis Hovey
Fixed markup. |
32 |
<li tal:repeat="question view/similar_questions" |
12384.1.5
by Curtis Hovey
Removed inapproriate use of discreet. |
33 |
tal:replace="structure question/@@+listing-detailed" /> |
34 |
</ul>
|
|
4319.2.48
by Francis J. Lacoste
Display similar FAQs when asking a question. |
35 |
</tal:similar-questions>
|
3691.110.77
by Francis J. Lacoste
Convert TicketAddView to LaunchpadFormView |
36 |
|
4319.2.48
by Francis J. Lacoste
Display similar FAQs when asking a question. |
37 |
<tal:similar-items condition="view/has_similar_items"> |
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. |
38 |
<p>If you did not find your problem in these
|
4319.2.48
by Francis J. Lacoste
Display similar FAQs when asking a question. |
39 |
existing FAQs or questions, enter the details of your problem |
3691.110.77
by Francis J. Lacoste
Convert TicketAddView to LaunchpadFormView |
40 |
to alert the |
41 |
<tal:displayName content="context/displayname" |
|
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. |
42 |
>Project</tal:displayName> |
3691.110.77
by Francis J. Lacoste
Convert TicketAddView to LaunchpadFormView |
43 |
support community, so they can help you resolve the issue. |
44 |
</p>
|
|
4319.2.48
by Francis J. Lacoste
Display similar FAQs when asking a question. |
45 |
</tal:similar-items>
|
3691.110.77
by Francis J. Lacoste
Convert TicketAddView to LaunchpadFormView |
46 |
|
4319.2.48
by Francis J. Lacoste
Display similar FAQs when asking a question. |
47 |
<tal:no-similar-items condition="not: view/has_similar_items"> |
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. |
48 |
<p>There are no existing FAQs or questions similar to
|
3691.110.77
by Francis J. Lacoste
Convert TicketAddView to LaunchpadFormView |
49 |
the summary you entered. |
50 |
</p>
|
|
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. |
51 |
<p>Enter the details of your problem to alert the
|
3691.110.77
by Francis J. Lacoste
Convert TicketAddView to LaunchpadFormView |
52 |
<tal:displayName content="context/displayname" |
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. |
53 |
>Project</tal:displayName> |
3691.110.77
by Francis J. Lacoste
Convert TicketAddView to LaunchpadFormView |
54 |
support community, so they can help you resolve the issue. |
55 |
</p>
|
|
4319.2.48
by Francis J. Lacoste
Display similar FAQs when asking a question. |
56 |
</tal:no-similar-items>
|
3691.255.9
by Guilherme Salgado
Warn users when they try to make a support request in a language that is not understood by at least one of the target's support contacts |
57 |
|
3691.254.27
by Francis J. Lacoste
Do not put link in widget/hint because of bug #72730. |
58 |
<tal:comment replace="nothing"> |
59 |
This link should appear in the appropriate widget description, |
|
60 |
but cannot because of bug #72730. |
|
61 |
</tal:comment>
|
|
3691.258.30
by Francis J. Lacoste
Change link to change languages page. |
62 |
<p><a href="/+editmylanguages">Change your |
3691.254.27
by Francis J. Lacoste
Do not put link in widget/hint because of bug #72730. |
63 |
preferred languages</a> to modify the list of languages available
|
3691.398.1
by Francis J. Lacoste
Update templates with new names. |
64 |
for writing the question. |
3691.254.27
by Francis J. Lacoste
Do not put link in widget/hint because of bug #72730. |
65 |
</p>
|
66 |
||
3691.254.22
by Francis J. Lacoste
Display warnings when the user choose an unsupported languages in +edit. Extract logic related to supported languages in its own mixin. |
67 |
<metal:unsupported_languages_warning
|
68 |
use-macro="view/unsupported_languages_warning" /> |
|
3691.110.77
by Francis J. Lacoste
Convert TicketAddView to LaunchpadFormView |
69 |
</div>
|
70 |
</metal:extra_info>
|
|
71 |
||
72 |
<div class="actions" metal:fill-slot="buttons"> |
|
73 |
<input tal:replace="structure view/add_action/render" /> |
|
8725.1.3
by Curtis Hovey
Added a cacel link to the two question add templates. |
74 |
or <a tal:attributes="href view/cancel_url">Cancel</a> |
3691.110.77
by Francis J. Lacoste
Convert TicketAddView to LaunchpadFormView |
75 |
</div>
|
76 |
||
77 |
</metal:form>
|
|
2396
by Canonical.com Patch Queue Manager
[r=spiv] launchpad support tracker |
78 |
</div>
|
3691.110.54
by Francis J. Lacoste
Change the request-support view to first search for similar requests |
79 |
|
2396
by Canonical.com Patch Queue Manager
[r=spiv] launchpad support tracker |
80 |
</body>
|
81 |
</html>
|
|
82 |