Skip to content

Commit

Permalink
Added labels on form elements for company creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rdoursenaud committed Jul 11, 2014
1 parent 2766b1d commit 78ce6c0
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 57 deletions.
2 changes: 1 addition & 1 deletion htdocs/core/class/html.formcompany.class.php
Expand Up @@ -453,7 +453,7 @@ function select_juridicalstatus($selected='', $country_codeid=0, $filter='')
if ($resql)
{
$out.= '<div id="particulier2" class="visible">';
$out.= '<select class="flat" name="forme_juridique_code">';
$out.= '<select class="flat" name="forme_juridique_code" id="legal_form">';
if ($country_codeid) $out.= '<option value="0">&nbsp;</option>';

$num = $this->db->num_rows($resql);
Expand Down

0 comments on commit 78ce6c0

Please sign in to comment.