Fetch {$lL.__fetch_from_server__}. [  «  ] {if !is_array($remote_changes)}
{$InProve_Smarty->msg("ui-icon-info","{$lL.__none_found__}")}
{include file='../skel/ttp.phtml' ttpLabel={$lL.__ttp__} secLabel={$lL.__second__} topLabel={$lL.__top__}}
 
{else}
{foreach from=$remote_changes key=commit_id item=commit_data}
Id : {$InProve_Smarty->cutstr($commit_id,0,$smarty.const._GUID_LEN_)} {if $commit_data.codeline == $InProve_Smarty->getSessVar("MyProfile.userdata.username")}  merge {assign var=commitsToMerge value=$commitsToMerge+1} {/if}
comment {$InProve_Smarty->cutstr($commit_data.subject,0,80)}
Commited on : {$InProve_Smarty->ts2str($commit_data.commiterTs)}
Commited by : {$commit_data.commiter}

{foreach from=$commit_data.changes key=kbguid item=kb_commit_data} {foreach from=$kb_commit_data.objects key=k item=rec} {if $k<3} {/if} {/foreach} {assign var=totrecs value=$k+1} {if $k>3} {else} {/if} {/foreach}
Kb
 # Env.
{$lL.__object__}{$lL.__sts__}
{$kb_commit_data.kbinfo.visualid}
 {$rec.gxinfo.mdlid}   {if $rec.gxinfo.objcls!=111} {else} {/if}  {$rec.gxinfo.objnam} {if $rec.gitnfo.status=="A"} new {elseif $rec.gitnfo.status=="M"} new {elseif $rec.gitnfo.status=="D"} new {/if}
{$lL.__3_out_of__} {$totrecs} {$lL.__objects_in_this_commit__}. {$totrecs} {$lL.__object_s__in_this_commit__}. 
{/foreach}
{if $commitsToMerge} merge  {$lL.__merge_pcl_after_fetch__}    {/if}


{include file='../skel/ttp.phtml' ttpLabel={$lL.__ttp__} secLabel={$lL.__second__} topLabel={$lL.__top__}}
{$smarty.const._FORM_BTN_FETCH_}
{/if}