according to new tree directory

This commit is contained in:
Philippe Grand
2010-05-01 10:52:47 +00:00
parent 2f924a3f7a
commit dbad0fbdaa
2 changed files with 6 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ class modBookmark extends DolibarrModules
$this->requiredby = array();
// Config pages
$this->config_page_url = array('bookmark.php');
$this->config_page_url = array('bookmark.php@bookmarks');
// Constantes
$this->const = array();
@@ -86,15 +86,15 @@ class modBookmark extends DolibarrModules
$r++;
$this->rights[$r][0] = 331; // id de la permission
$this->rights[$r][1] = 'Lire les bookmarks'; // libelle de la permission
$this->rights[$r][2] = 'r'; // type de la permission (d<EFBFBD>pr<EFBFBD>ci<EFBFBD> <20> ce jour)
$this->rights[$r][3] = 1; // La permission est-elle une permission par d<EFBFBD>faut
$this->rights[$r][2] = 'r'; // type de la permission (deprecie a ce jour)
$this->rights[$r][3] = 1; // La permission est-elle une permission par defaut
$this->rights[$r][4] = 'lire';
$r++;
$this->rights[$r][0] = 332; // id de la permission
$this->rights[$r][1] = 'Creer/modifier les bookmarks'; // libelle de la permission
$this->rights[$r][2] = 'r'; // type de la permission (d<EFBFBD>pr<EFBFBD>ci<EFBFBD> <20> ce jour)
$this->rights[$r][3] = 1; // La permission est-elle une permission par d<EFBFBD>faut
$this->rights[$r][2] = 'r'; // type de la permission (deprecie a ce jour)
$this->rights[$r][3] = 1; // La permission est-elle une permission par defaut
$this->rights[$r][4] = 'creer';
$r++;