diff options
author | Bernhard Fröhlich <bernhard@cacert.org> | 2011-08-02 21:10:07 +0200 |
---|---|---|
committer | Bernhard Fröhlich <bernhard@cacert.org> | 2011-08-02 21:10:07 +0200 |
commit | ec8245ceee948f11c9d86a5c3cc0e172b81e3852 (patch) | |
tree | bb8cdbc0033b19bdcd20b8ab7116b38f91b38123 /pages/account/27.php | |
parent | b2f8749f8bf792ad5f11c17f8d52ce8a11a7b6b5 (diff) | |
download | cacert-devel-ec8245ceee948f11c9d86a5c3cc0e172b81e3852.tar.gz cacert-devel-ec8245ceee948f11c9d86a5c3cc0e172b81e3852.tar.xz cacert-devel-ec8245ceee948f11c9d86a5c3cc0e172b81e3852.zip |
Increased other data fields to match comment
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 a77aefe..f13e9ea 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']?>"></td> + <td class="DataTD"><input type="text" name="O" value="<?=$row['O']?>" size="79"></td> </tr> <tr> <td class="DataTD"><?=_("Contact Email")?>:</td> - <td class="DataTD"><input type="text" name="contact" value="<?=($row['contact'])?>"></td> + <td class="DataTD"><input type="text" name="contact" value="<?=($row['contact'])?>" size="79"></td> </tr> <tr> <td class="DataTD"><?=_("Town/Suburb")?>:</td> - <td class="DataTD"><input type="text" name="L" value="<?=($row['L'])?>"></td> + <td class="DataTD"><input type="text" name="L" value="<?=($row['L'])?>" size="79"></td> </tr> <tr> <td class="DataTD"><?=_("State/Province")?>:</td> - <td class="DataTD"><input type="text" name="ST" value="<?=($row['ST'])?>"></td> + <td class="DataTD"><input type="text" name="ST" value="<?=($row['ST'])?>" size="79"></td> </tr> <tr> <td class="DataTD"><?=_("Country")?>:</td> - <td class="DataTD"><input type="text" name="C" value="<?=($row['C'])?>"></td> + <td class="DataTD"><input type="text" name="C" value="<?=($row['C'])?>" size="5"></td> </tr> <tr> <td class="DataTD"><?=_("Comments")?>:</td> |