-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor
-
Affects Version/s: COmanage Registry 0.5 (Shiny Basic Shape)
-
Component/s: Registry
-
None
Various selects are rendered using something like
print $this->Form->select('status', $cm_texts[ $cm_lang ]['en.status'], $attrs);
Better would be to inspect the model's validation rules for the valid values, and then use $cm_texts to localize them.