From b4fee4321c240ac146500892508ae7cc5cbe3261 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 9 Oct 2012 16:46:51 +0100 Subject: [PATCH 1/2] CC-4537: Bit rate hint should be in kbps to match actual search --- .../public/js/datatables/plugin/dataTables.columnFilter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/public/js/datatables/plugin/dataTables.columnFilter.js b/airtime_mvc/public/js/datatables/plugin/dataTables.columnFilter.js index 748a64c21..4084fbbdb 100644 --- a/airtime_mvc/public/js/datatables/plugin/dataTables.columnFilter.js +++ b/airtime_mvc/public/js/datatables/plugin/dataTables.columnFilter.js @@ -184,7 +184,7 @@ var label = ""; if (th.attr('id') == "bit_rate") { - label = " bps"; + label = " kbps"; } else if (th.attr('id') == "utime" || th.attr('id') == "mtime" || th.attr('id') == "lptime") { label = " yyyy-mm-dd"; } else if (th.attr('id') == "length") { @@ -749,4 +749,4 @@ -})(jQuery); \ No newline at end of file +})(jQuery); From 279737751bd096a1133af77b75dc63130d1ede91 Mon Sep 17 00:00:00 2001 From: denise Date: Tue, 9 Oct 2012 12:12:52 -0400 Subject: [PATCH 2/2] CC-4540: Smart Block: Error messages are too long -fixed --- airtime_mvc/public/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index 58fda89dc..215fc965c 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -1617,7 +1617,7 @@ div.errors, span.errors{ } span.errors.sp-errors{ - width: 486px; + width: 429px; display: block; }