"The link on page to iso code on account.php?id=24 show no result"
This commit is contained in:
parent
87d7388483
commit
cfb1c55150
2 changed files with 10 additions and 2 deletions
|
@ -48,7 +48,11 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="DataTD"><?=_("Country")?>:</td>
|
||||
<td class="DataTD"><input type="text" name="C" value="" 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="" 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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue