www/admin

Christoph Wickert wickert at kolabsys.com
Thu Apr 21 13:30:14 CEST 2011


 www/admin/user/user.php |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 63f59433603706c1f7d02feb9c36bef4968638fc
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Thu Apr 21 13:30:09 2011 +0200

    Add note on country field

diff --git a/www/admin/user/user.php b/www/admin/user/user.php
index 215e792..9ee1a6a 100644
--- a/www/admin/user/user.php
+++ b/www/admin/user/user.php
@@ -510,7 +510,8 @@ $entries['street_0'] = array( 'name' => _('Street Address') );
 $entries['postOfficeBox_0'] = array( 'name' => _('Postbox') );
 $entries['postalCode_0'] = array( 'name' => _('Postal Code') );
 $entries['l_0'] = array( 'name' => _('City') );
-$entries['c_0'] = array( 'name' => _('Country') );
+$entries['c_0'] = array( 'name' => _('Country'),
+		'comment' => _('2 letter code from <a href="http://www.iso.org/iso/english_country_names_and_code_elements" target="_blank">ISO 3166</a>') );
 $entries['telephoneNumber_0'] = array( 'name' => _('Telephone Number'),
 						'validation' => 'checkphone' );
 $entries['facsimileTelephoneNumber_0'] = array( 'name' => _('Fax Number'),





More information about the commits mailing list