Merge branch 'master' of dev.sourcefabric.org:campcaster
This commit is contained in:
commit
1954fa41f8
BIN
public/css/images/icon_audioclip.png
Normal file
BIN
public/css/images/icon_audioclip.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/css/images/icon_playlist.png
Normal file
BIN
public/css/images/icon_playlist.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
@ -65,6 +65,13 @@ function dtRowCallback( nRow, aData, iDisplayIndex, iDisplayIndexFull ) {
|
||||
type = aData[6].substring(0,2);
|
||||
id = aData[0];
|
||||
|
||||
if(type == "au") {
|
||||
$('td:eq(5)', nRow).html( '<img src="css/images/icon_audioclip.png">' );
|
||||
}
|
||||
else if(type == "pl") {
|
||||
$('td:eq(5)', nRow).html( '<img src="css/images/icon_playlist.png">' );
|
||||
}
|
||||
|
||||
$(nRow).attr("id", type+'_'+id);
|
||||
|
||||
$(nRow).qtip({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user