/[dolibarr]/dolibarr/htdocs/contrat/contact.php
ViewVC logotype

Diff of /dolibarr/htdocs/contrat/contact.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by eldy, Sun Oct 2 19:33:16 2005 UTC revision 1.9 by eldy, Sat Dec 3 17:55:50 2005 UTC
# Line 95  function select_societes_for_newconcat($ Line 95  function select_societes_for_newconcat($
95  function select_type_contact($contrat, $defValue, $htmlname = 'type', $source)  function select_type_contact($contrat, $defValue, $htmlname = 'type', $source)
96  {  {
97          $lesTypes = $contrat->liste_type_contact($source);          $lesTypes = $contrat->liste_type_contact($source);
98          print '<select size="0" name="'.$htmlname.'">';          print '<select class="flat" name="'.$htmlname.'">';
99          foreach($lesTypes as $key=>$value)          foreach($lesTypes as $key=>$value)
100          {          {
101                  print '<option value="'.$key.'">'.$value.'</option>';                  print '<option value="'.$key.'">'.$value.'</option>';

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26