diff options
author | Michael Tänzer <neo@nhng.de> | 2012-10-31 01:05:39 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-10-31 01:05:39 +0100 |
commit | 304b385fb87e0b4b9be33c95f487f5680b708d1e (patch) | |
tree | 46a5bb05d1e2173c21ff1d7a6e4709e255a3462e | |
parent | 9e2d28ad1d563f805faa3e303aab9b2581514402 (diff) | |
download | cacert-devel-304b385fb87e0b4b9be33c95f487f5680b708d1e.tar.gz cacert-devel-304b385fb87e0b4b9be33c95f487f5680b708d1e.tar.xz cacert-devel-304b385fb87e0b4b9be33c95f487f5680b708d1e.zip |
bug 1080: Port changes to "Edit Org" pagebug-1080
Signed-off-by: Michael Tänzer <neo@nhng.de>
-rw-r--r-- | pages/account/27.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pages/account/27.php b/pages/account/27.php index 9524620..a1086d4 100644 --- a/pages/account/27.php +++ b/pages/account/27.php @@ -41,7 +41,11 @@ </tr> <tr> <td class="DataTD"><?=_("Country")?>:</td> - <td class="DataTD"><input type="text" name="C" value="<?=($row['C'])?>" size="5"> (2 letter <a href="http://www.iso.org/iso/english_country_names_and_code_elements">ISO code</a>)</td> + <td class="DataTD"><input type="text" name="C" value="<?=($row['C'])?>" size="5"> + <?php printf(_('(2 letter %s ISO code %s )'), + '<a href="http://www.iso.org/iso/home/standards/country_codes/iso-3166-1_decoding_table.htm">', + '</a>')?> + </td> </tr> <tr> <td class="DataTD"><?=_("Comments")?>:</td> |