Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
4021abe3
Commit
4021abe3
authored
20 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Look: Ajout picto
parent
699a68ec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/includes/modules/modClickToDial.class.php
+9
-6
9 additions, 6 deletions
htdocs/includes/modules/modClickToDial.class.php
htdocs/includes/modules/modTelephonie.class.php
+12
-11
12 additions, 11 deletions
htdocs/includes/modules/modTelephonie.class.php
with
21 additions
and
17 deletions
htdocs/includes/modules/modClickToDial.class.php
+
9
−
6
View file @
4021abe3
...
...
@@ -21,20 +21,22 @@
*
*/
/** \defgroup telephonie Module Click to Dial
\brief Module pour grer l'appel automatique
/**
\defgroup telephonie Module Click to Dial
\brief Module pour gérer l'appel automatique
*/
/**
\file htdocs/includes/modules/modClickToDial.class.php
\ingroup telephonie
\file htdocs/includes/modules/modClickToDial.class.php
\ingroup telephonie
\brief Fichier de description et activation du module de click to Dial
*/
include_once
"DolibarrModules.class.php"
;
/**
\class modClickToDial
\brief Classe de description et activation du module de Click to Dial
\class
modClickToDial
\brief
Classe de description et activation du module de Click to Dial
*/
class
modClickToDial
extends
DolibarrModules
...
...
@@ -56,6 +58,7 @@ class modClickToDial extends DolibarrModules
$this
->
const_name
=
"MAIN_MODULE_CLICKTODIAL"
;
$this
->
const_config
=
MAIN_MODULE_CLICKTODIAL
;
$this
->
special
=
1
;
$this
->
picto
=
'phoning'
;
// Dir
$this
->
dirs
=
array
();
...
...
This diff is collapsed.
Click to expand it.
htdocs/includes/modules/modTelephonie.class.php
+
12
−
11
View file @
4021abe3
...
...
@@ -20,22 +20,22 @@
*
*/
/*
!
\defgroup telephonie Module telephonie
\brief Module pour gérer la téléphonie
/*
*
\defgroup telephonie Module telephonie
\brief Module pour gérer la téléphonie
*/
/*
!
\file htdocs/includes/modules/modTelephonie.class.php
\ingroup telephonie
\brief Fichier de description et activation du module de Téléphonie
/*
*
\file htdocs/includes/modules/modTelephonie.class.php
\ingroup telephonie
\brief Fichier de description et activation du module de Téléphonie
*/
include_once
"DolibarrModules.class.php"
;
/*
!
\class modTelephonie
\brief Classe de description et activation du module Telephonie
/*
*
\class
modTelephonie
\brief
Classe de description et activation du module Telephonie
*/
class
modTelephonie
extends
DolibarrModules
...
...
@@ -57,6 +57,7 @@ class modTelephonie extends DolibarrModules
$this
->
const_name
=
"MAIN_MODULE_TELEPHONIE"
;
$this
->
const_config
=
MAIN_MODULE_TELEPHONIE
;
$this
->
special
=
1
;
$this
->
picto
=
'phoning'
;
// Dir
$this
->
dirs
=
array
();
...
...
@@ -184,7 +185,7 @@ class modTelephonie extends DolibarrModules
}
/*
!
/*
*
\brief Fonction appelée lors de la désactivation d'un module.
Supprime de la base les constantes, boites et permissions du module.
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment