CC-3677: Tooltips improvements
-done
This commit is contained in:
parent
42fbab9ff7
commit
4477ac02e7
2 changed files with 2 additions and 2 deletions
|
@ -686,7 +686,7 @@ Logging::log("getting media! - 2");
|
||||||
|
|
||||||
if($type == "au"){//&& isset( $audioResults )) {
|
if($type == "au"){//&& isset( $audioResults )) {
|
||||||
$row['audioFile'] = $row['gunid'].".".pathinfo($row['filepath'], PATHINFO_EXTENSION);
|
$row['audioFile'] = $row['gunid'].".".pathinfo($row['filepath'], PATHINFO_EXTENSION);
|
||||||
$row['image'] = '<img src="/css/images/icon_audioclip.png">';
|
$row['image'] = '<img title="Track preview" src="/css/images/icon_audioclip.png">';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$row['image'] = '<img src="/css/images/icon_playlist.png">';
|
$row['image'] = '<img src="/css/images/icon_playlist.png">';
|
||||||
|
|
|
@ -409,7 +409,7 @@ var AIRTIME = (function(AIRTIME){
|
||||||
$image = $(nRow).find('td.sb-image');
|
$image = $(nRow).find('td.sb-image');
|
||||||
//check if the file exists.
|
//check if the file exists.
|
||||||
if (aData.image === true) {
|
if (aData.image === true) {
|
||||||
$image.html('<img src="/css/images/icon_audioclip.png"></img>')
|
$image.html('<img title="Track preview" src="/css/images/icon_audioclip.png"></img>')
|
||||||
.click(function() {
|
.click(function() {
|
||||||
open_show_preview(aData.instance, aData.pos);
|
open_show_preview(aData.instance, aData.pos);
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue