Marius Cramer
2013-11-14 7fe908c50c8dbc5cc05f571dbe11d66141caacd4
interface/web/mailuser/form/mail_user_password.tform.php
@@ -55,9 +55,9 @@
   'width'    => 100,
   'template'    => "templates/mail_user_password_edit.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      //#################################
      // Begin Datatable fields
      //#################################
      'password' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'PASSWORD',
@@ -67,9 +67,9 @@
         'width'      => '30',
         'maxlength'   => '255'
      ),
   ##################################
   # END Datatable fields
   ##################################
      //#################################
      // END Datatable fields
      //#################################
   )
);