/[dolibarr]/dolibarr/htdocs/bookmarks/liste.php
ViewVC logotype

Diff of /dolibarr/htdocs/bookmarks/liste.php

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

revision 1.5 by eldy, Thu Sep 15 22:50:44 2005 UTC revision 1.6 by eldy, Sat Sep 17 14:18:40 2005 UTC
# Line 179  else Line 179  else
179  }  }
180    
181    
182    
183    print "<div class=\"tabsAction\">\n";
184    
185    if ($user->rights->bookmark->creer)
186    {
187        print '<a class="butAction" href="fiche.php?action=create">'.$langs->trans("NewBookmark").'</a>';
188    }
189    
190    print '</div>';
191    
192    
193  $db->close();  $db->close();
194    
195  llxFooter('$Date$ - $Revision$');  llxFooter('$Date$ - $Revision$');

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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