text changes to registration mail content
[namibia] / public / templates / page / replyview.js
1 var template_replyview = function( static )
2 {
3         this.static   = static;
4         this.elements = {
5                         vehicle  : new App.TemplateElement.LabeledText('vehicle'),
6                         created  : new App.TemplateElement.LabeledText('created'),
7                         company  : new App.TemplateElement.LabeledText('company'),
8                         user     : new App.TemplateElement.LabeledText('user'),
9                         question : new App.TemplateElement.LabeledText('question'),
10                         reply    : new App.TemplateElement.FieldComponent('reply')
11                 };
12         this.construct = function() {};
13         this.destruct  = function() {};
14 };