PHRAS-3338 detail view add icon in title bar

This commit is contained in:
aina esokia
2021-01-15 12:08:18 +03:00
parent f4aea89fd7
commit ed1cdc6315
5 changed files with 50 additions and 5 deletions

View File

@@ -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);