/[dolibarr]/dolibarr/htdocs/comm/index.php
ViewVC logotype

Diff of /dolibarr/htdocs/comm/index.php

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

revision 1.71 by eldy, Wed Aug 24 22:27:23 2005 UTC revision 1.72 by eldy, Wed Aug 24 22:38:00 2005 UTC
# Line 96  if ($conf->propal->enabled && $user->rig Line 96  if ($conf->propal->enabled && $user->rig
96          print '<form method="post" action="'.DOL_URL_ROOT.'/comm/propal.php">';          print '<form method="post" action="'.DOL_URL_ROOT.'/comm/propal.php">';
97          print '<table class="noborder" width="100%">';          print '<table class="noborder" width="100%">';
98          print '<tr class="liste_titre"><td colspan="3">'.$langs->trans("SearchAProposal").'</td></tr>';          print '<tr class="liste_titre"><td colspan="3">'.$langs->trans("SearchAProposal").'</td></tr>';
99          print '<tr '.$bc[$var].'><td nowrap>';          print '<tr '.$bc[$var].'>';
100          print $langs->trans("Ref").':</td><td><input type="text" class="flat" name="sf_ref" size="18"></td><td><input type="submit" value="'.$langs->trans("Search").'" class="button"></td></tr>';          print '<td nowrap>'.$langs->trans("Ref").':</td><td><input type="text" class="flat" name="sf_ref" size="18"></td>';
101          print "</table></form><br>\n";          print '<td rowspan="2"><input type="submit" value="'.$langs->trans("Search").'" class="button"></td></tr>';
102            print '<tr '.$bc[$var].'><td nowrap>'.$langs->trans("Other").':</td><td><input type="text" class="flat" name="sall" size="18"></td>';
103            print '</tr>';
104            print "</table></form>\n";
105            print "<br>";
106  }  }
107    
108  /*  /*

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

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