Tests for templateId and URL handling, some i18n for the RenderThingData macro.

This commit is contained in:
Colin Kuskie 2011-05-24 15:23:32 -07:00
parent 8bc944d526
commit 595660e9e4
3 changed files with 130 additions and 2 deletions

View file

@ -0,0 +1,18 @@
package WebGUI::i18n::English::Macro_RenderThingData;
use strict;
our $I18N = {
'bad tags' => {
message => q||,
lastUpdated => 1306275259,
},
'no template' => {
message => q|RenderThingData: Please specify a template.|,
lastUpdated => 1149177662,
},
};
1;