Look: Picto on all triggers

This commit is contained in:
Laurent Destailleur
2011-07-18 01:06:52 +00:00
parent 06900c4d1c
commit 5e3a926158
6 changed files with 12 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
* \file htdocs/includes/triggers/interface_modWorkflow_WorkflowManager.class.php
* \ingroup core
* \brief Trigger file for workflows
* \version $Id: interface_modWorkflow_WorkflowManager.class.php,v 1.6 2011/07/08 15:43:54 eldy Exp $
* \version $Id: interface_modWorkflow_WorkflowManager.class.php,v 1.7 2011/07/18 01:06:52 eldy Exp $
*/
@@ -46,6 +46,7 @@ class InterfaceWorkflowManager
$this->family = "core";
$this->description = "Triggers of this module allows to manage workflows";
$this->version = 'dolibarr'; // 'development', 'experimental', 'dolibarr' or version
$this->picto = 'technic';
}