Debug v23

This commit is contained in:
Laurent Destailleur 2026-01-05 00:32:32 +01:00
parent 32d303690f
commit 136c8a4e95
2 changed files with 4 additions and 3 deletions

View file

@ -1436,7 +1436,7 @@ class Categorie extends CommonObject
while ((empty($protection) || $i < $protection) && !empty($this->motherof[$cursor_categ])) {
//print '&nbsp; cursor_categ='.$cursor_categ.' i='.$i.' '.$this->motherof[$cursor_categ].'<br>'."\n";
$this->cats[$id_categ]['fullpath'] = '_'.$this->motherof[$cursor_categ].$this->cats[$id_categ]['fullpath'];
$this->cats[$id_categ]['fulllabel'] = (empty($this->cats[$this->motherof[$cursor_categ]]) ? 'NotFound' : $this->cats[$this->motherof[$cursor_categ]]['label']).' >> '.$this->cats[$id_categ]['fulllabel'];
$this->cats[$id_categ]['fulllabel'] = (empty($this->cats[$this->motherof[$cursor_categ]]) ? 'NotFound' : $this->cats[$this->motherof[$cursor_categ]]['label']).' > '.$this->cats[$id_categ]['fulllabel'];
//print '&nbsp; Result for id_categ='.$id_categ.' : '.$this->cats[$id_categ]['fullpath'].' '.$this->cats[$id_categ]['fulllabel'].'<br>'."\n";
$i++;
$cursor_categ = $this->motherof[$cursor_categ];

View file

@ -807,8 +807,9 @@ select:invalid, select.--error {
}
input:disabled, textarea:disabled, select[disabled='disabled']
{
background: var(--inputbackgroundcolordisabled);
color: var(--inputcolordisabled);
/* background: var(--inputbackgroundcolordisabled); */
/* color: var(--inputcolordisabled); */
opacity: 0.5;
}
input.liste_titre {