summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Fröhlich <bernhard@cacert.org>2011-08-02 21:10:07 +0200
committerBernhard Fröhlich <bernhard@cacert.org>2011-08-02 21:10:07 +0200
commitec8245ceee948f11c9d86a5c3cc0e172b81e3852 (patch)
treebb8cdbc0033b19bdcd20b8ab7116b38f91b38123
parentb2f8749f8bf792ad5f11c17f8d52ce8a11a7b6b5 (diff)
downloadcacert-devel-ec8245ceee948f11c9d86a5c3cc0e172b81e3852.tar.gz
cacert-devel-ec8245ceee948f11c9d86a5c3cc0e172b81e3852.tar.xz
cacert-devel-ec8245ceee948f11c9d86a5c3cc0e172b81e3852.zip
Increased other data fields to match comment
-rwxr-xr-xpages/account/24.php8
-rwxr-xr-xpages/account/27.php10
2 files changed, 9 insertions, 9 deletions
diff --git a/pages/account/24.php b/pages/account/24.php
index 3ddded0..3e13def 100755
--- a/pages/account/24.php
+++ b/pages/account/24.php
@@ -22,19 +22,19 @@
</tr>
<tr>
<td class="DataTD"><?=_("Organisation Name")?>:</td>
- <td class="DataTD"><input type="text" name="O" value="<?=array_key_exists('O',$_SESSION['_config'])?$_SESSION['_config']['O']:""?>" maxlength="50"></td>
+ <td class="DataTD"><input type="text" name="O" value="<?=array_key_exists('O',$_SESSION['_config'])?$_SESSION['_config']['O']:""?>" maxlength="50" size="79"></td>
</tr>
<tr>
<td class="DataTD"><?=_("Contact Email")?>:</td>
- <td class="DataTD"><input type="text" name="contact" value="<?=array_key_exists('contact',$_SESSION['_config'])?$_SESSION['_config']['contact']:""?>"></td>
+ <td class="DataTD"><input type="text" name="contact" value="<?=array_key_exists('contact',$_SESSION['_config'])?$_SESSION['_config']['contact']:""?>" size="79"></td>
</tr>
<tr>
<td class="DataTD"><?=_("Town/Suburb")?>:</td>
- <td class="DataTD"><input type="text" name="L" value="<?=array_key_exists('L',$_SESSION['_config'])?$_SESSION['_config']['L']:""?>"></td>
+ <td class="DataTD"><input type="text" name="L" value="<?=array_key_exists('L',$_SESSION['_config'])?$_SESSION['_config']['L']:""?>" size="79"></td>
</tr>
<tr>
<td class="DataTD"><?=_("State/Province")?>:</td>
- <td class="DataTD"><input type="text" name="ST" value="<?=array_key_exists('ST',$_SESSION['_config'])?$_SESSION['_config']['ST']:""?>"></td>
+ <td class="DataTD"><input type="text" name="ST" value="<?=array_key_exists('ST',$_SESSION['_config'])?$_SESSION['_config']['ST']:""?>" size="79"></td>
</tr>
<tr>
<td class="DataTD"><?=_("Country")?>:</td>
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>