<Action>
<div style="margin-top:3px;">
	<div style="color:gray">{$info.details.date} (<em>{$info.details.date|MySQLTimeDiff}</em>)</div>
	<div>User "<strong>{$info.userInfo.name}</strong>" added the following files to the "{$info.relativePath}" Zip archive:</div>
{foreach from=$info.details.details.files item=file}
	<div style="margin-top:5px;margin-left:5px;">
	<strong>/{$file}</strong>
	</div>
{/foreach}
</div>
</Action>