Templates in the trash or clipboard now log and return warnings. fixes bug #11031

This commit is contained in:
Colin Kuskie 2009-09-23 15:40:35 -07:00
parent e4b99f1d6c
commit 8276336cbe
4 changed files with 62 additions and 13 deletions

View file

@ -369,6 +369,16 @@ Any scratch variables will be available in the template with this syntax:<br/>
lastUpdated => 0,
context => "Label for a JS file attachment that goes after all the content in the <body> block",
},
'template in trash' => {
message => q|Template in trash|,
lastUpdated => 0,
},
'template in clipboard' => {
message => q|Template in clipboard|,
lastUpdated => 0,
},
};
1;