Big style update for the new show builder screen

* Restyled the tables
* Blue currently playing track
* Labels for library view buttons
This commit is contained in:
Albert Santoni 2015-08-07 19:08:17 -04:00
parent 133db1c6a6
commit cdc9f88c1c
8 changed files with 1661 additions and 60 deletions

View file

@ -37,12 +37,12 @@ var AIRTIME = (function(AIRTIME) {
} else {
var objType = $('.active-tab .obj_type').val();
if (objType === 'block') {
btnText = ' ' + $.i18n._('Add to current smart block');
btnText = $.i18n._('Add to current smart block');
} else {
btnText = ' ' + $.i18n._('Add to current playlist');
btnText = $.i18n._('Add to current playlist');
}
}
AIRTIME.library.changeAddButtonText($('.btn-group #library-plus #lib-plus-text'), ' '+ btnText);
AIRTIME.library.changeAddButtonText($('.btn-group #library-plus #lib-plus-text'), btnText);
};
mod.fnRowCallback = function(nRow, aData, iDisplayIndex, iDisplayIndexFull) {