CC-3174 : showbuilder

making sure recorded shows aren't editable.
This commit is contained in:
Naomi Aro 2012-03-01 17:49:11 +01:00
parent b813ba1035
commit b68204751e
2 changed files with 17 additions and 3 deletions

View file

@ -246,6 +246,13 @@ var AIRTIME = (function(AIRTIME){
fnPrepareSeparatorRow(sSeparatorHTML, cl, 0);
}
else if (aData.record === true) {
sSeparatorHTML = '<span>Recording From Line In</span>';
cl = cl + " sb-record odd";
fnPrepareSeparatorRow(sSeparatorHTML, cl, 0);
}
else {
node = nRow.children[0];