more space for input fields

This commit is contained in:
Roland Gruber 2007-11-14 16:47:08 +00:00
parent 40a8452fa3
commit ba653d0c0b
1 changed files with 1 additions and 1 deletions

View File

@ -838,7 +838,7 @@ class inetOrgPerson extends baseModule {
$photo[] = array(array('kind' => 'input', 'type' => 'submit', 'name' => 'delPhoto', 'value' => _('Delete photo'))); $photo[] = array(array('kind' => 'input', 'type' => 'submit', 'name' => 'delPhoto', 'value' => _('Delete photo')));
} }
$return = array(array( $return = array(array(
array('kind' => 'table', 'value' => $return), array('kind' => 'table', 'value' => $return, 'td' => array('width' => '100%')),
array('kind' => 'table', 'value' => $photo, 'td' => array('valign' => 'top', 'align' => 'right','width' => '100%')) array('kind' => 'table', 'value' => $photo, 'td' => array('valign' => 'top', 'align' => 'right','width' => '100%'))
)); ));
return $return; return $return;