Merge pull request #3586 from GPCsolutions/deprecatedcss
[Qual] Removed unused deprecated fields
This commit is contained in:
commit
005ead8db4
@ -75,9 +75,6 @@ class modExpenseReport extends DolibarrModules
|
|||||||
$this->dirs = array();
|
$this->dirs = array();
|
||||||
$r=0;
|
$r=0;
|
||||||
|
|
||||||
// Relative path to module style sheet if exists. Example: '/mymodule/css/mycss.css'.
|
|
||||||
//$this->style_sheet = '/mymodule/mymodule.css.php';
|
|
||||||
|
|
||||||
// Config pages. Put here list of php page names stored in admmin directory used to setup module.
|
// Config pages. Put here list of php page names stored in admmin directory used to setup module.
|
||||||
$this->config_page_url = array('expensereport.php');
|
$this->config_page_url = array('expensereport.php');
|
||||||
|
|
||||||
|
|||||||
@ -76,9 +76,6 @@ class modHoliday extends DolibarrModules
|
|||||||
$this->dirs = array();
|
$this->dirs = array();
|
||||||
$r=0;
|
$r=0;
|
||||||
|
|
||||||
// Relative path to module style sheet if exists. Example: '/mymodule/css/mycss.css'.
|
|
||||||
//$this->style_sheet = '/mymodule/mymodule.css.php';
|
|
||||||
|
|
||||||
// Config pages. Put here list of php page names stored in admmin directory used to setup module.
|
// Config pages. Put here list of php page names stored in admmin directory used to setup module.
|
||||||
// $this->config_page_url = array("holiday.php?leftmenu=setup@holiday");
|
// $this->config_page_url = array("holiday.php?leftmenu=setup@holiday");
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user