35 lines
1000 B
HTML
35 lines
1000 B
HTML
|
{extends "idf/admin/base.html"}
|
||
|
{block docclass}yui-t1{assign $inWiki = true}{/block}
|
||
|
{block body}
|
||
|
<form method="post" action=".">
|
||
|
<table class="form" summary="">
|
||
|
<tr>
|
||
|
<td colspan="2"><strong>{$form.f.labels_wiki_predefined.labelTag}:</strong><br />
|
||
|
{if $form.f.labels_wiki_predefined.errors}{$form.f.labels_wiki_predefined.fieldErrors}{/if}
|
||
|
{$form.f.labels_wiki_predefined|unsafe}
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td colspan="2">{$form.f.labels_wiki_one_max.labelTag}:<br />
|
||
|
{if $form.f.labels_wiki_one_max.errors}{$form.f.labels_wiki_one_max.fieldErrors}{/if}
|
||
|
{$form.f.labels_wiki_one_max|unsafe}
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td colspan="2">
|
||
|
<input type="submit" value="{trans 'Save Changes'}" name="submit" />
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</form>
|
||
|
{/block}
|
||
|
{block context}
|
||
|
<div class="issue-submit-info">
|
||
|
{blocktrans}
|
||
|
<p><strong>Instructions:</strong></p>
|
||
|
<p>List one status value per line in desired sort-order.</p>
|
||
|
<p>Optionally, use an equals-sign to document the meaning of each status value.</p>
|
||
|
{/blocktrans}
|
||
|
</div>
|
||
|
{/block}
|