/[dolibarr]/dolibarr/htdocs/product/stock/fiche.php
ViewVC logotype

Diff of /dolibarr/htdocs/product/stock/fiche.php

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

revision 1.22 by eldy, Mon Sep 12 23:39:20 2005 UTC revision 1.23 by eldy, Sat Sep 17 00:53:51 2005 UTC
# Line 154  if ($_GET["action"] == 'create') Line 154  if ($_GET["action"] == 'create')
154    
155      print '<tr><td width="20%">'.$langs->trans("Status").'</td><td colspan="3">';      print '<tr><td width="20%">'.$langs->trans("Status").'</td><td colspan="3">';
156      print '<select name="statut">';      print '<select name="statut">';
157      print '<option value="0" selected>'.$langs->trans("WarehouseClosed").'</option><option value="1">'.$langs->trans("WarehouseOpened").'</option>';      print '<option value="0" selected="true">'.$langs->trans("WarehouseClosed").'</option><option value="1">'.$langs->trans("WarehouseOpened").'</option>';
158      print '</td></tr>';      print '</td></tr>';
159    
160      print '<tr><td colspan="4" align="center"><input type="submit" class="button" value="'.$langs->trans("Create").'"></td></tr>';      print '<tr><td colspan="4" align="center"><input type="submit" class="button" value="'.$langs->trans("Create").'"></td></tr>';

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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