Indefero

Indefero Git Source Tree

Root/src/IDF/templates/idf/admin/issue-tracking.html

1{extends "idf/admin/base.html"}
2{block docclass}yui-t1{assign $inIssueTracking = true}{/block}
3{block body}
4<form method="post" action=".">
5<table class="form" summary="">
6<tr>
7<td colspan="2"><strong>{$form.f.labels_issue_open.labelTag}:</strong><br />
8{if $form.f.labels_issue_open.errors}{$form.f.labels_issue_open.fieldErrors}{/if}
9{$form.f.labels_issue_open|unsafe}
10</td>
11</tr>
12<tr>
13<td colspan="2"><strong>{$form.f.labels_issue_closed.labelTag}:</strong><br />
14{if $form.f.labels_issue_closed.errors}{$form.f.labels_issue_closed.fieldErrors}{/if}
15{$form.f.labels_issue_closed|unsafe}
16</td>
17</tr>
18<tr>
19<td colspan="2"><strong>{$form.f.labels_issue_predefined.labelTag}:</strong><br />
20{if $form.f.labels_issue_predefined.errors}{$form.f.labels_issue_predefined.fieldErrors}{/if}
21{$form.f.labels_issue_predefined|unsafe}
22</td>
23</tr>
24<tr>
25<td colspan="2"><strong>{$form.f.labels_issue_one_max.labelTag}:</strong><br />
26{if $form.f.labels_issue_one_max.errors}{$form.f.labels_issue_one_max.fieldErrors}{/if}
27{$form.f.labels_issue_one_max|unsafe}
28</td>
29</tr>
30<tr>
31<td colspan="2">
32<input type="submit" value="{trans 'Save Changes'}" name="submit" />
33</td>
34</tr>
35</table>
36</form>
37
38
39{/block}
40
41{block context}
42<div class="issue-submit-info">
43{blocktrans}
44<p><strong>Instructions:</strong></p>
45<p>List one status value per line in desired sort-order.</p>
46<p>Optionally, use an equals-sign to document the meaning of each status value.</p>
47{/blocktrans}
48</div>
49{/block}
50

Archive Download this file