{if $akcja == 'add' || $akcja == 'edit'} {$xajax} {box class="noshadow"} {heading class="noborder noshadow"} {if $eventinfo.id}Edycja zdarzenia{else}Nowe zdarzenie{/if} {/heading}
Data zdarzenia :
{input type="text" name="eventedit[datazdarzenia]" value="{if $eventinfo.datazdarzenia}{$eventinfo.datazdarzenia|date_format:'Y/m/d'}{/if}" class="ical" ico="calendar" style="width:100px;" id="id_datazdarzenia" icoclear="1" readonly="1"}
Stan licznika :
Zdarzenie : {if get_conf('registryequipment.car_eventdic','0')} {else}    {/if} {if $dicevent} {else} Brak dostępnych pozycji w słowniku {/if}
Opis :
Koszt :
Ilość paliwa :
{footer} {fontimg src="save" show="1"} {trans('Save')} {fontimg src='cancel' show='1'} {trans('Cancel')} {/footer}
{literal} {/literal} {/box} {else} {box class="noshadow"} {section name='eventlist' loop=$eventlist} {assign var='event' value=$eventlist[eventlist]} {/section}
ID Data 
Zdarzenia
Dodano 
Przez
Zdarzenie Dodatkowa Informacja Licznik Koszt (zł) Litrów  
{$event.id|string_format:"%04d"} {$event.datazdarzenia|date_format:"Y-m-d"} {$event.cdate|date_format:"Y-m-d"} {assign var='tmp' value=$event.cuser}
{$userlist[$tmp].name}
{if $event.planning}(PL){/if} {if $event.eventid} {assign var='tmp' value=$event.eventid} {$eventdiclist[$tmp].name} {else} {$event.name} {/if} {if $event.description}{$event.description}{/if} {if $event.stanlicznika}{$event.stanlicznika}{/if} {if $event.koszt != '0.00'}{$event.koszt|string_format:"%0.2f"}{/if} {if $event.litrow}{$event.litrow}{/if} {fontimg src="img/delete.gif"} {fontimg src="img/edit.gif" style="border:0;cursor:pointer;" title="[ Edytuj ]" onclick="self.location.href='?plug=registryequipment&m=re_carinfo&tuck=event&idc={$idc}&edit={$event.id}';"}
{literal} {/literal} {/box} {/if}