summaryrefslogtreecommitdiff
path: root/templates/wiki_change_notification.tpl
blob: 64fb040c9b4a7306f808c2c9711195978d9ebad7 (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
25
26
{tr}The page {$mail_page} was changed at
{$mail_date|bit_short_datetime}{/tr}


{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}