text changes to registration mail content
[namibia] / public / templates / page / membershipview.js
1 var template_membershipview = function( static )
2 {
3         this.static   = static;
4         this.elements = {
5                         fromKm : new App.TemplateElement.FieldComponent('fromKm'),
6                         toKm : new App.TemplateElement.FieldComponent('toKm'),
7                         fromYear : new App.TemplateElement.FieldComponent('fromYear'),
8                         toYear : new App.TemplateElement.FieldComponent('toYear'),
9                         allMakes : new App.TemplateElement.FieldComponent('allMakes'),
10                         emailNotification : new App.TemplateElement.FieldComponent('emailNotification'),
11                         smsNotification : new App.TemplateElement.FieldComponent('smsNotification'),
12                         applyToAll : new App.TemplateElement.FieldComponent('applyToAll'),
13                         makes : new App.TemplateElement.GroupComponent('makes')
14                 };
15         this.construct = function() {};
16         this.destruct  = function() {};
17 };