Skip to content

Commit 8b3877c

Browse files
committed
Update the default CS notification template.
1 parent 1ff1ffe commit 8b3877c

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

docs/changelog/7.x.x.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- fixed #12156: Asset Manager performance
1414
- fixed #12158: Shop credit cannot be used to pay for Shipping on PayPal
1515
- rfe #12159: Asset Manager sort preferences
16+
- added: new default Collaboration System notification template.
1617

1718
7.10.17
1819
- fixed: Forced to use a PayDriver even with a balance of 0 in the cart.

docs/templates.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
This is a running list of template changes made during upgrades. If you have copied the default
22
templates, you will need to apply these changes manually to your copies.
33

4+
7.10.18
5+
* Collaboration System Default Notification Template /default_forum_notification
6+
Replace table with divs to make inline replying easier.
7+
48
7.10.15
59
* Gallery CSS - root/import/gallery-templates/gallery.css
610
Remove float:left on .wgAlbum.
1.39 KB
Binary file not shown.

lib/WebGUI/i18n/English/Asset_Collaboration.pm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1809,6 +1809,12 @@ the Collaboration Asset, the user will be notified.|,
18091809
lastUpdated => 0,
18101810
},
18111811

1812+
'View this message on the website' => {
1813+
message => q{View this message on the website},
1814+
context => q{label in the default notification email template},
1815+
lastUpdated => 0,
1816+
},
1817+
18121818
};
18131819

18141820
1;

0 commit comments

Comments
 (0)