{if $akcja == 'add' || $akcja == 'edit'} {$xajax} {box class="noshadow"} {heading class="noborder noshadow"} {if $eventinfo.id}Edycja zdarzenia{else}Nowe zdarzenie{/if} {/heading}
{literal} {/literal} {/box} {else} {box class="noshadow"}| 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}';"} |