/[dolibarr]/dolibarr/htdocs/contact/perso.php
ViewVC logotype

Diff of /dolibarr/htdocs/contact/perso.php

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

revision 1.23 by eldy, Sun Oct 30 13:15:58 2005 UTC revision 1.24 by hregis, Fri Dec 2 11:55:43 2005 UTC
# Line 203  else Line 203  else
203      if ($user->societe_id == 0)      if ($user->societe_id == 0)
204      {      {
205          print '<div class="tabsAction">';          print '<div class="tabsAction">';
206                                    
207          print '<a class="butAction" href="perso.php?id='.$_GET["id"].'&amp;action=edit">'.$langs->trans('Edit').'</a>';                                  if ($user->rights->societe->contact->creer)
208                    {
209                    print '<a class="butAction" href="perso.php?id='.$_GET["id"].'&amp;action=edit">'.$langs->trans('Edit').'</a>';
210            }
211    
212          print "</div>";          print "</div>";
213      }      }

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