45 $this->family =
"technic";
47 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
51 $this->version =
'dolibarr';
53 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
54 $this->picto =
'bookmark';
57 $this->dirs = array();
60 $this->depends = array();
61 $this->requiredby = array();
62 $this->langfiles = array(
"bookmarks");
65 $this->config_page_url = array(
'bookmark.php@bookmarks');
68 $this->
const = array();
72 0=>array(
'file'=>
'box_bookmarks.php',
'enabledbydefaulton'=>
'Home')
76 $this->rights = array();
77 $this->rights_class =
'bookmark';
81 $this->rights[$r][0] = 331;
82 $this->rights[$r][1] =
'Lire les bookmarks';
83 $this->rights[$r][2] =
'r';
84 $this->rights[$r][3] = 0;
85 $this->rights[$r][4] =
'lire';
88 $this->rights[$r][0] = 332;
89 $this->rights[$r][1] =
'Creer/modifier les bookmarks';
90 $this->rights[$r][2] =
'r';
91 $this->rights[$r][3] = 0;
92 $this->rights[$r][4] =
'creer';
95 $this->rights[$r][0] = 333;
96 $this->rights[$r][1] =
'Supprimer les bookmarks';
97 $this->rights[$r][2] =
'r';
98 $this->rights[$r][3] = 0;
99 $this->rights[$r][4] =
'supprimer';