mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix phan
This commit is contained in:
parent
c7d744da4b
commit
fd5a42a612
|
|
@ -33,20 +33,30 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/commondict.class.php';
|
|||
class CLeadStatus extends CommonDict
|
||||
{
|
||||
/**
|
||||
* @var array record
|
||||
* @var array<int,CLeadStatus> Array of record
|
||||
*/
|
||||
public $records = array();
|
||||
|
||||
/**
|
||||
* @var string element
|
||||
* @var string Element
|
||||
*/
|
||||
public $element = 'cleadstatus';
|
||||
|
||||
/**
|
||||
* @var string table element
|
||||
* @var string Table element
|
||||
*/
|
||||
public $table_element = 'c_lead_status';
|
||||
|
||||
/**
|
||||
* @var int Position
|
||||
*/
|
||||
public $position;
|
||||
|
||||
/**
|
||||
* @var float Percent
|
||||
*/
|
||||
public $percent;
|
||||
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
|
|
|||
|
|
@ -1274,10 +1274,14 @@ div.divsearchfield {
|
|||
margin: 0 !important;
|
||||
padding: 3px;
|
||||
}
|
||||
.tagsearch .tagsearchdelete {
|
||||
height: 20px;
|
||||
}
|
||||
.tagsearch {
|
||||
padding: 2px;
|
||||
padding-right: 4px;
|
||||
padding-bottom: 3px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
background: #ddd;
|
||||
border-radius: 4px;
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user