Add IDF_Form_ProjectConf

Update template
This commit is contained in:
William MARTIN
2011-04-01 16:05:32 +02:00
parent aa164936f4
commit 352dc3e179
6 changed files with 176 additions and 7 deletions

View File

@@ -33,8 +33,8 @@
<tr>
<th><strong>{trans 'Actual logo'}:</strong></th>
<td>
{if $project.logo}
<img src="{$upload_path}/{$project.logo}" alt="project logo" />
{if $logo}
<img src="{$logo}" alt="project logo" />
{else}
{trans 'Your project do not have a logo configured yet.'}
{/if}
@@ -46,7 +46,7 @@
{$form.f.logo|unsafe}
</td>
</tr>
{if $project.logo}
{if $logo}
<tr>
<th><strong>{$form.f.logo_remove.labelTag}:</strong></th>
<td>{if $form.f.logo_remove.errors}{$form.f.logo_remove.fieldErrors}{/if}