CC-3174 : showbuilder
making sure recorded shows aren't editable.
This commit is contained in:
parent
b813ba1035
commit
b68204751e
2 changed files with 17 additions and 3 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue