]> wagnertech.de Git - timetracker.git/blobdiff - mobile/user_add.php
Further refactoring of the FormElement class.
[timetracker.git] / mobile / user_add.php
index 34c48222e4409ad9e4576b152ffc9ff3187a7268..eec9662dac52a71b6cfec4a3deaf4f2045774cb3 100644 (file)
@@ -107,7 +107,7 @@ class RateCellRenderer extends DefaultCellRenderer {
     global $assigned_projects;
     $field = new FloatField('rate_'.$table->getValueAtName($row, 'id'));
     $field->setFormName($table->getFormName());
-    $field->setLocalization($GLOBALS['I18N']);
+    $field->localize($GLOBALS['I18N']);
     $field->setSize(5);
     $field->setFormat('.2');
     foreach ($assigned_projects as $p) {