/[dolibarr]/dolibarr/htdocs/projet/tasks/fiche.php
ViewVC logotype

Diff of /dolibarr/htdocs/projet/tasks/fiche.php

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

revision 1.3 by rodolphe, Mon Aug 22 09:12:46 2005 UTC revision 1.4 by eldy, Sat Sep 17 00:53:51 2005 UTC
# Line 299  if ($_GET["action"] == 'create' && $user Line 299  if ($_GET["action"] == 'create' && $user
299    print '<tr><td>'.$langs->trans("NewTask").'</td><td colspan="3">';    print '<tr><td>'.$langs->trans("NewTask").'</td><td colspan="3">';
300    print '<input type="text" size="25" name="task_name" class="flat">&nbsp;';    print '<input type="text" size="25" name="task_name" class="flat">&nbsp;';
301    print '<select class="flat" name="task_parent">';    print '<select class="flat" name="task_parent">';
302    print '<option value="0" SELECTED></option>';    print '<option value="0" selected="true">&nbsp;</option>';
303    PLineSelect($j, 0, $tasks, $level);      PLineSelect($j, 0, $tasks, $level);  
304    print '</select>&nbsp;';    print '</select>&nbsp;';
305    print '<input type="submit" class="flat">';    print '<input type="submit" class="flat">';

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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