summaryrefslogtreecommitdiff
path: root/templates/user_watch_wiki_page_changed.tpl
blob: 59db5f137576621608f28e554ceab687634be111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{tr}The page {$mail_page} was changed at {$mail_date|bit_short_datetime}{/tr} by {$mail_user}

{tr}You can view the page by following this link:
    {$mail_machine}{$smarty.const.WIKI_PKG_URL}index.php?page={$mail_page|escape:"url"}{/tr}


{tr}You can edit the page by following this link:
    {$mail_machine}{$smarty.const.WIKI_PKG_URL}edit.php?page={$mail_page|escape:"url"}{/tr}


{tr}You can view a diff back to the previous version by following
this link:
    {$mail_machine}{$smarty.const.WIKI_PKG_URL}page_history.php?page={$mail_page|escape:"url"}&diff2={$mail_last_version}{/tr}


{tr}Comment:{/tr} {$mail_comment}


{tr}The new page content follows below.{/tr}

***********************************************************

{$mail_pagedata}