0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
mail
/
[
Home
]
File: user_watch_article_post.tpl
{* $Id: user_watch_article_post.tpl 50205 2014-03-04 18:58:50Z xavidp $ *} {if $mail_action eq 'New'}{tr}New article post:{/tr}{/if}{if $mail_action eq 'Edit'}{tr}Edit article post:{/tr}{/if}{if $mail_action eq 'Delete'}{tr}Delete article post:{/tr}{/if} {tr}{$mail_title} by {$mail_user|username} at{/tr} {$mail_date|tiki_short_datetime:"":"n"} {if $mail_action neq 'Delete'}{tr}View the article at:{/tr} {$mail_machine_raw}/{$mail_postid|sefurl:article}{/if} {$mail_title} {$mail_current_data} ----------------------------------------------------------- {tr}Publish Date:{/tr} {$mail_current_publish_date|tiki_short_datetime:"":"n"} {tr}Expiration Date:{/tr} {$mail_current_expiration_date|tiki_short_datetime:"":"n"} {if !empty($watchId)}{tr}If you don't want to receive these notifications follow this link:{/tr} {$mail_machine_raw}/tiki-user_watches.php?id={$watchId}{/if} {if isset($mail_old_data)} *********************************************************** {tr}The old article follows.{/tr} *********************************************************** {tr}Title:{/tr} {$mail_old_title} {tr}Publish Date:{/tr} {$mail_old_publish_date|tiki_short_datetime:"":"n"} {tr}Expiration Date:{/tr} {$mail_old_expiration_date|tiki_short_datetime:"":"n"} *********************************************************** {tr}Content{/tr} *********************************************************** {$mail_old_data} {/if}