text changes to registration mail content
[namibia] / public / templates / page / increments.js
1 var template_increments = function( static )
2 {
3         this.static = static;
4         this.elements = {
5                         // Company details
6                         from   : new App.TemplateElement.FieldComponent('from'),
7                         to     : new App.TemplateElement.FieldComponent('to'),
8                         amount : new App.TemplateElement.FieldComponent('amount'),
9
10                         // Increments grid
11                         gridIncrementTitle         : new App.TemplateElement.Text('gridIncrementTitle'),
12                         gridIncrementColumnHeaders : new App.TemplateElement.ConstructorComponentCollection('gridIncrementColumnHeaders'),
13                         gridIncrementRowRepeater   : new App.TemplateElement.ConstructorComponentCollection('gridIncrementRowRepeater')
14                 };
15         this.construct = function() {};
16         this.destruct  = function() {};
17 };