<{$grid_name}> : <{$smarty.const._MD_XPNSM_EVENTS_DELETE}>


<{if $showPostForm}>
<{else}> <{/if}>
 
<{$smarty.const._MD_XPNSM_EVENTS_NAME}> <{$event.name}>
<{if $use_utc_time}> <{$smarty.const._MD_XPNSM_EVENTS_DATE}>.' (UTC)'; <{else}> <{$smarty.const._MD_XPNSM_EVENTS_DATE}>.' (Local)'; <{/if}> <{$event.date}>
<{$smarty.const._MD_XPNSM_EVENTS_CATEGORY}> <{$event.category}>
<{$smarty.const._MD_XPNSM_EVENTS_CREATOR}> <{$event.creatorname}>
 

<{if $showPostForm}> <{xoops_token form=$actionForm}>   <{else}>   <{/if}>


<{if $actionForm->hasError()}>
 
    <{foreach item="errval" from=$actionForm->getErrorMessages()}>
  • <{$errval}>
  • <{/foreach}>
 

<{else}>
<{if $deleted}>

<{$smarty.const._MD_XPNSM_EVENTS_DELETED}>

<{else}>

<{$smarty.const._MD_XPNSM_EVENTS_DLT_CONFRM}>

<{/if}>
<{/if}>