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

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

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

revision 1.123 by eldy, Wed Sep 7 21:50:09 2005 UTC revision 1.124 by eldy, Fri Sep 16 01:23:29 2005 UTC
# Line 382  if ($_GET['propalid'] > 0) Line 382  if ($_GET['propalid'] > 0)
382    $head[$h][1] = $langs->trans('AccountancyCard');    $head[$h][1] = $langs->trans('AccountancyCard');
383    $h++;    $h++;
384    
385            if ($conf->use_preview_tabs)
386            {
387    $head[$h][0] = DOL_URL_ROOT.'/comm/propal/apercu.php?propalid='.$propal->id;    $head[$h][0] = DOL_URL_ROOT.'/comm/propal/apercu.php?propalid='.$propal->id;
388    $head[$h][1] = $langs->trans("Preview");    $head[$h][1] = $langs->trans("Preview");
389    $h++;    $h++;
390        }
391        
392    $head[$h][0] = DOL_URL_ROOT.'/comm/propal/note.php?propalid='.$propal->id;    $head[$h][0] = DOL_URL_ROOT.'/comm/propal/note.php?propalid='.$propal->id;
393    $head[$h][1] = $langs->trans('Note');    $head[$h][1] = $langs->trans('Note');
394    $h++;    $h++;

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124

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