From 9c210683884d60b7503ab84e2147d01c536f9000 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 23 Jun 2010 12:50:57 +0000 Subject: - Hide disabled fieldsets in messages list menu git-svn-id: https://svn.roundcube.net/trunk@3782 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- roundcubemail/skins/default/templates/mail.html | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 666726cf0..d0b3bd0ca 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/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/roundcubemail/skins/default/templates/mail.html b/roundcubemail/skins/default/templates/mail.html index b2d51a7f0..ae3dac1d1 100644 --- a/roundcubemail/skins/default/templates/mail.html +++ b/roundcubemail/skins/default/templates/mail.html @@ -187,6 +187,7 @@ +
  • @@ -200,6 +201,8 @@
+ +
  • @@ -212,12 +215,15 @@
+ +
+
-- cgit v1.2.3