From f821fecac880c8e4b3ca33897b6a32c140348c65 Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 23 Jun 2010 12:50:57 +0000 Subject: [PATCH] - Hide disabled fieldsets in messages list menu --- program/js/app.js | 2 +- skins/default/templates/mail.html | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/program/js/app.js b/program/js/app.js index 666726cf0..d0b3bd0ca 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -1731,7 +1731,7 @@ function rcube_webmail() { var update, add_url = ''; - if (sort_col === null) + if (typeof sort_col == 'undefined') sort_col = this.env.sort_col; if (!sort_order) sort_order = this.env.sort_order; diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index b2d51a7f0..ae3dac1d1 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -187,6 +187,7 @@ +
  • @@ -200,6 +201,8 @@
+ +
  • @@ -212,12 +215,15 @@
+ +
+