latest updates
[namibia] / public / templates / page / changepinview.js
1 var template_changepinview = function( static )
2 {
3         this.static   = static;
4         this.elements = {
5                         currentPin : new App.TemplateElement.FieldComponent('currentPin'),
6                         newPin : new App.TemplateElement.FieldComponent('newPin'),
7                         pinVerify : new App.TemplateElement.FieldComponent('pinVerify')
8                 };
9         this.construct = function() {};
10         this.destruct  = function() {};
11 };