CC-4951: Add cue in and cue out to library filter columns

Configured advanced search for these columns
This commit is contained in:
denise 2013-02-19 14:44:32 -05:00
parent 8bdf3508b0
commit 32fc5eb758
2 changed files with 3 additions and 1 deletions

View File

@ -1346,6 +1346,8 @@ var validationTypes = {
"composer" : "s",
"conductor" : "s",
"copyright" : "s",
"cuein" : "l",
"cueout" : "l",
"encoded_by" : "s",
"utime" : "t",
"mtime" : "t",

View File

@ -187,7 +187,7 @@
label = $.i18n._("kbps");
} else if (th.attr('id') == "utime" || th.attr('id') == "mtime" || th.attr('id') == "lptime") {
label = $.i18n._("yyyy-mm-dd");
} else if (th.attr('id') == "length") {
} else if (th.attr('id') == "length" || th.attr('id') == "cuein" || th.attr('id') == "cueout") {
label = $.i18n._("hh:mm:ss.t");
} else if (th.attr('id') == "sample_rate") {
label = $.i18n._("kHz");