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