Indefero

Indefero Commit Details


Date:2011-12-10 18:44:29 (13 years 11 days ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:4d7d99c0bbac4fa181b4365f87e8f2b28fbaa4d0
Parents: 95faf0468a4fb1b495553b46701990cd8404e468
Message:Neither the logo fields / controls nor the external project url field is mandatory, so don't render it bold.

Changes:

File differences

src/IDF/templates/idf/admin/summary.html
2525
2626
2727
28
28
2929
3030
3131
......
4848
4949
5050
51
51
5252
5353
5454
......
5858
5959
6060
61
61
6262
6363
6464
6565
6666
6767
68
68
6969
7070
7171
</td>
</tr>
<tr>
<th><strong>{$form.f.external_project_url.labelTag}:</strong></th>
<th>{$form.f.external_project_url.labelTag}:</th>
<td>{if $form.f.external_project_url.errors}{$form.f.external_project_url.fieldErrors}{/if}
{$form.f.external_project_url|unsafe}
</td>
</td>
</tr>
<tr>
<th><strong>{trans 'Current logo'}:</strong></th>
<th>{trans 'Current logo'}:</th>
<td>
{if $logo}
<img src="{url 'IDF_Views_Project::logo', array($project.shortname)}" alt="{trans 'Project logo'}" />
</td>
</tr>
<tr>
<th><strong>{$form.f.logo.labelTag}:</strong></th>
<th>{$form.f.logo.labelTag}:</th>
<td>{if $form.f.logo.errors}{$form.f.logo.fieldErrors}{/if}
{$form.f.logo|unsafe}
</td>
</tr>
{if $logo}
<tr>
<th><strong>{$form.f.logo_remove.labelTag}:</strong></th>
<th>{$form.f.logo_remove.labelTag}:</th>
<td>{if $form.f.logo_remove.errors}{$form.f.logo_remove.fieldErrors}{/if}
{$form.f.logo_remove|unsafe}
</td>

Archive Download the corresponding diff file

Page rendered in 0.07698s using 13 queries.