mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
PHRAS-3338 detail view add icon in title bar
This commit is contained in:
@@ -270,8 +270,7 @@ class record_preview extends record_adapter
|
||||
$this->title .= parent::get_title($options);
|
||||
break;
|
||||
case "BASK":
|
||||
$this->title .= $this->name . ' - ' . parent::get_title($options)
|
||||
. ' (' . $this->getNumber() . '/' . $this->total . ') ';
|
||||
$this->title .= $this->name . ' (' . $this->getNumber() . '/' . $this->total . ') - ' . parent::get_title($options);
|
||||
break;
|
||||
case "REG":
|
||||
$title = parent::get_title($options);
|
||||
|
Reference in New Issue
Block a user