- First spanish localization (Many thanks to Randall Badilla Castro from Costa Rica)

SVN:trunk[704]
This commit is contained in:
Denis Flaven
2010-08-26 15:46:23 +00:00
parent ea33128df8
commit 38fec49fe5
20 changed files with 3241 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ class UserLocal extends UserInternal
MetaModel::Init_InheritAttributes();
MetaModel::Init_AddAttribute(new AttributePassword("password", array("allowed_values"=>null, "sql"=>"pwd", "default_value"=>null, "is_null_allowed"=>false, "depends_on"=>array())));
MetaModel::Init_AddAttribute(new AttributeEncryptedString("encrypted_password", array("allowed_values"=>null, "sql"=>"encrypted_pwd", "default_value"=>null, "is_null_allowed"=>true, "depends_on"=>array())));
// Display lists
MetaModel::Init_SetZListItems('details', array('contactid', 'first_name', 'email', 'login', 'password', 'language', 'profile_list', 'allowed_org_list')); // Attributes to be displayed for the complete details