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