mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Debug webportal
This commit is contained in:
@@ -7819,7 +7819,7 @@ abstract class CommonObject
|
||||
$form = new Form($this->db);
|
||||
}
|
||||
|
||||
$label = empty($val['label']) ? '' : $val['label'];
|
||||
//$label = empty($val['label']) ? '' : $val['label'];
|
||||
$type = empty($val['type']) ? '' : $val['type'];
|
||||
$size = empty($val['css']) ? '' : $val['css'];
|
||||
$reg = array();
|
||||
@@ -8222,7 +8222,8 @@ abstract class CommonObject
|
||||
$value = '';
|
||||
}
|
||||
} elseif ($type == 'password') {
|
||||
$value = preg_replace('/./i', '*', $value);
|
||||
$value = '<span class="opacitymedium">'.$langs->trans("Encrypted").'</span>';
|
||||
//$value = preg_replace('/./i', '*', $value);
|
||||
} elseif ($type == 'array') {
|
||||
$value = implode('<br>', $value);
|
||||
} else { // text|html|varchar
|
||||
|
||||
Reference in New Issue
Block a user