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

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

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

revision 1.23 by hregis, Sun Sep 11 11:49:43 2005 UTC revision 1.24 by eldy, Fri Sep 16 01:23:29 2005 UTC
# Line 84  if ($_GET['propalid']) Line 84  if ($_GET['propalid'])
84                  $head[$h][1] = $langs->trans('AccountancyCard');                  $head[$h][1] = $langs->trans('AccountancyCard');
85                  $h++;                  $h++;
86                    
87                          $head[$h][0] = DOL_URL_ROOT.'/comm/propal/apercu.php?propalid='.$propal->id;                          if ($conf->use_preview_tabs)
88                          $head[$h][1] = $langs->trans("Preview");                          {
89                          $h++;                          $head[$h][0] = DOL_URL_ROOT.'/comm/propal/apercu.php?propalid='.$propal->id;
90                            $head[$h][1] = $langs->trans("Preview");
91                            $h++;
92                }
93                
94                          $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;
95                          $head[$h][1] = $langs->trans('Note');                          $head[$h][1] = $langs->trans('Note');
96                          $hselected=$h;                          $hselected=$h;

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

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