{if not $smarty.session.uid} {* if unlogged *} {assign var=disabled value='onClick="alertNoChange();"'} {else} {assign var=disabled value=""} {/if}
|
{$TITLE.file_edition} #{$file.bug_id.value}
{$file.title.field_conf.title} : {$file.title.value} |
| {$error.status} | |||||
| {if $mpfile->sp_cache.$k->highlight_url} {/if} {$v.title} : {if $mpfile->sp_cache.$k->highlight_url} {/if} | {if $k == 'assigned_to'} {build_dynamic_input field_conf=$v file_id=$file.bug_id.value name='_no_name' value=$file.$k.value mpfile=$mpfile read_only=1 } {else} {build_dynamic_input field_conf=$v file_id=$file.bug_id.value name=$v.field_name value=$file.$k.value mpfile=$mpfile read_only=1 } {/if} | {if $mpfile->sp_cache.$k->dashAfter || $mpfile->sp_cache.$k->label} {if $mpfile->sp_cache.$k->dashAfter} | |||
|
{$STRING.BUGDISPLAY.bugdependency} : {$bug_dependencies} {$STRING.BUGDISPLAY.blocks} : {$rev_bug_dependencies} |
|
|
{$STRING.BUGDISPLAY.contact_list} :
{if count($contact_list)} {foreach key=k item=v name=cclist from=$contact_list} {$v.first_name} {$v.last_name} {/foreach} {else} {$STRING.nobody} {/if} |
|
|||||||||||||||||||||||||||||
| {$STRING.BUGDISPLAY.comments} : |
| --- {$STRING.BUGDISPLAY.postedby} : {build_dynamic_input field_conf=$file.created_by.field_conf file_id=$file.bug_id.value name='_no_name' value=$file.created_by.value mpfile=$mpfile read_only=1 no_html=1 } {$STRING.BUGDISPLAY.date} : {$file.created_date.value|date:TIME_FORMAT} {$STRING.BUGDISPLAY.dateon} {$file.created_date.value|date:DATE_FORMAT} --- |
|
{$STRING.description_of_file} :
{$file.description.value|htmltruespace|nl2br|format_comments} |
| --- {$STRING.BUGDISPLAY.postedby} : {$comments[comment].login|maskemail} {$STRING.BUGDISPLAY.date} : {$comments[comment].created_date|date:TIME_FORMAT} {$STRING.BUGDISPLAY.dateon} {$comments[comment].created_date|date:DATE_FORMAT} --- |
|
{* $comments[comment].comment_text|stripslashes|htmltruespace|nl2br|format_comments *}
{* I consider that the comment has been stripslashed before being inserted in DB *}
{$comments[comment].comment_text|htmltruespace|nl2br|format_comments}
|