text changes to registration mail content
[namibia] / public / templates / page / divisions.js
1 var template_divisions = function( static )
2 {
3         this.static = static;
4         this.elements = {
5                         // Company details
6                         name    : new App.TemplateElement.FieldComponent('name'),
7                         group   : new App.TemplateElement.FieldComponent('group'),
8
9                         // Divisions grid
10                         gridDivisionTitle         : new App.TemplateElement.Text('gridDivisionTitle'),
11                         gridDivisionColumnHeaders : new App.TemplateElement.ConstructorComponentCollection('gridDivisionColumnHeaders'),
12                         gridDivisionRowRepeater   : new App.TemplateElement.ConstructorComponentCollection('gridDivisionRowRepeater')
13                 };
14         this.construct = function() {};
15         this.destruct  = function() {};
16 };