Update the default CS notification template.

This commit is contained in:
Colin Kuskie 2011-06-13 13:44:47 -07:00
parent 1ff1ffe423
commit 8b3877c34e
4 changed files with 11 additions and 0 deletions

View file

@ -13,6 +13,7 @@
- fixed #12156: Asset Manager performance
- fixed #12158: Shop credit cannot be used to pay for Shipping on PayPal
- rfe #12159: Asset Manager sort preferences
- added: new default Collaboration System notification template.
7.10.17
- fixed: Forced to use a PayDriver even with a balance of 0 in the cart.

View file

@ -1,6 +1,10 @@
This is a running list of template changes made during upgrades. If you have copied the default
templates, you will need to apply these changes manually to your copies.
7.10.18
* Collaboration System Default Notification Template /default_forum_notification
Replace table with divs to make inline replying easier.
7.10.15
* Gallery CSS - root/import/gallery-templates/gallery.css
Remove float:left on .wgAlbum.

View file

@ -1809,6 +1809,12 @@ the Collaboration Asset, the user will be notified.|,
lastUpdated => 0,
},
'View this message on the website' => {
message => q{View this message on the website},
context => q{label in the default notification email template},
lastUpdated => 0,
},
};
1;