diff options
author | Bernhard Fröhlich <bernhard@cacert.org> | 2011-08-02 21:21:33 +0200 |
---|---|---|
committer | Bernhard Fröhlich <bernhard@cacert.org> | 2011-08-02 21:21:33 +0200 |
commit | 94c1897f129f269cde9c8cb3c4a95011f328ead3 (patch) | |
tree | 41a37d24625f65ebcdd152f5e14a725550fc5528 /pages/account/27.php | |
parent | ec8245ceee948f11c9d86a5c3cc0e172b81e3852 (diff) | |
download | cacert-devel-94c1897f129f269cde9c8cb3c4a95011f328ead3.tar.gz cacert-devel-94c1897f129f269cde9c8cb3c4a95011f328ead3.tar.xz cacert-devel-94c1897f129f269cde9c8cb3c4a95011f328ead3.zip |
finetuning
Diffstat (limited to 'pages/account/27.php')
-rwxr-xr-x | pages/account/27.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pages/account/27.php b/pages/account/27.php index f13e9ea..9524620 100755 --- a/pages/account/27.php +++ b/pages/account/27.php @@ -25,23 +25,23 @@ </tr> <tr> <td class="DataTD"><?=_("Organisation Name")?>:</td> - <td class="DataTD"><input type="text" name="O" value="<?=$row['O']?>" size="79"></td> + <td class="DataTD"><input type="text" name="O" value="<?=$row['O']?>" size="90"></td> </tr> <tr> <td class="DataTD"><?=_("Contact Email")?>:</td> - <td class="DataTD"><input type="text" name="contact" value="<?=($row['contact'])?>" size="79"></td> + <td class="DataTD"><input type="text" name="contact" value="<?=($row['contact'])?>" size="90"></td> </tr> <tr> <td class="DataTD"><?=_("Town/Suburb")?>:</td> - <td class="DataTD"><input type="text" name="L" value="<?=($row['L'])?>" size="79"></td> + <td class="DataTD"><input type="text" name="L" value="<?=($row['L'])?>" size="90"></td> </tr> <tr> <td class="DataTD"><?=_("State/Province")?>:</td> - <td class="DataTD"><input type="text" name="ST" value="<?=($row['ST'])?>" size="79"></td> + <td class="DataTD"><input type="text" name="ST" value="<?=($row['ST'])?>" size="90"></td> </tr> <tr> <td class="DataTD"><?=_("Country")?>:</td> - <td class="DataTD"><input type="text" name="C" value="<?=($row['C'])?>" size="5"></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> </tr> <tr> <td class="DataTD"><?=_("Comments")?>:</td> |