1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-07-03 07:14:58 +03:00
ifhub-skin/emails/email.user_complaint.tpl

16 lines
584 B
Smarty
Raw Normal View History

2017-01-08 13:05:51 +02:00
{**
* Жалоба
*}
2018-03-05 14:05:17 +02:00
{extends 'component@email.email'}
2017-01-08 13:05:51 +02:00
{block 'content'}
{lang name='emails.user_complaint.text' params=[
'user_url' => $oUserFrom->getUserWebPath(),
'user_name' => $oUserFrom->getDisplayName(),
'user_target_url' => $oUserTarget->getUserWebPath(),
'user_target_name' => $oUserTarget->getDisplayName(),
'complaint_title' => $oComplaint->getTypeTitle(),
'complaint_text' => "{if $oComplaint->getText()}{lang name='emails.user_changemail.more'}:<br>{$oComplaint->getText()}{/if}"
]}
{/block}