Merge branch 'saas-dev' into saas-dev-publishing
Conflicts: airtime_mvc/public/js/airtime/library/spl.js
This commit is contained in:
commit
5bd8a508b1
8 changed files with 43 additions and 12 deletions
|
@ -274,3 +274,25 @@
|
|||
color: #ff611f;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.billing-panel .educational-discount {
|
||||
border: 1px solid #306999;
|
||||
border-radius: 3px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
box-sizing: border-box;
|
||||
padding: 16px;
|
||||
background-color: #b8d9f4;
|
||||
color: #234f5d;
|
||||
|
||||
}
|
||||
.billing-panel .educational-discount h4 {
|
||||
color: #1e415d;
|
||||
font-weight: bold;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.billing-panel .educational-discount p {
|
||||
margin: 0px;
|
||||
}
|
||||
|
|
|
@ -550,7 +550,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
"bProcessing": true,
|
||||
"bServerSide": true,
|
||||
|
||||
"aLengthMenu": [5, 10, 15, 20, 25, 50, 100],
|
||||
"aLengthMenu": [25, 50, 100],
|
||||
|
||||
"bStateSave": true,
|
||||
"fnStateSaveParams": function (oSettings, oData) {
|
||||
|
|
|
@ -387,7 +387,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
redrawLib();
|
||||
}
|
||||
|
||||
function setFadeIcon(){
|
||||
mod.setFadeIcon = function() {
|
||||
var contents = $pl.find(".spl_sortable");
|
||||
var show = contents.is(":visible");
|
||||
var empty = $pl.find(".spl_empty");
|
||||
|
@ -899,7 +899,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
dt.fnStandingRedraw();
|
||||
}
|
||||
}
|
||||
setFadeIcon();
|
||||
mod.setFadeIcon();
|
||||
disableLoadingIcon();
|
||||
}
|
||||
);
|
||||
|
@ -1142,7 +1142,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
}
|
||||
else {
|
||||
setPlaylistContent(json);
|
||||
setFadeIcon();
|
||||
mod.setFadeIcon();
|
||||
$pl.find('.errors').hide();
|
||||
}
|
||||
|
||||
|
@ -1445,7 +1445,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
setPlaylistEntryEvents();
|
||||
setCueEvents();
|
||||
setFadeEvents();
|
||||
setFadeIcon();
|
||||
mod.setFadeIcon();
|
||||
|
||||
initialEvents();
|
||||
setUpPlaylist();
|
||||
|
|
|
@ -103,6 +103,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
appendAddButton();
|
||||
appendModAddButton();
|
||||
removeButtonCheck();
|
||||
AIRTIME.playlist.setFadeIcon();
|
||||
}
|
||||
|
||||
/* #####################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue