Added the ability to mark a project as private at creation time.

This commit is contained in:
Loic d'Anterroches
2009-01-01 22:11:23 +01:00
parent 99f82216dd
commit 2bfa4478e1
2 changed files with 15 additions and 1 deletions

View File

@@ -68,6 +68,12 @@
</td>
</tr>
<tr>
<th>{if $form.f.private_project.errors}{$form.f.private_project.fieldErrors}{/if}
{$form.f.private_project|unsafe}
</th>
<td>{$form.f.private_project.labelTag}</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>
<input type="submit" value="{trans 'Create Project'}" name="submit" />