From 51fcb01f0a86d148b470571c7e32dd089c9b090b Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 11 Aug 2012 10:57:24 +0200 Subject: Added separate From and To columns apart from smart From/To column (#1486891) Conflicts: CHANGELOG program/steps/mail/check_recent.inc program/steps/mail/func.inc program/steps/mail/list.inc program/steps/mail/mark.inc program/steps/mail/move_del.inc program/steps/mail/pagenav.inc program/steps/mail/search.inc skins/larry/mail.css skins/larry/templates/mail.html skins/larry/ui.js --- skins/default/functions.js | 16 ++++++---------- skins/default/mail.css | 1 + skins/default/templates/mail.html | 8 ++++++-- 3 files changed, 13 insertions(+), 12 deletions(-) (limited to 'skins/default') diff --git a/skins/default/functions.js b/skins/default/functions.js index 8482e375a..3faf9281f 100644 --- a/skins/default/functions.js +++ b/skins/default/functions.js @@ -285,22 +285,18 @@ listmenu: function(show) pos.left = pos.left - menuwidth; obj.css({ left:pos.left, top:(pos.top + ref.offsetHeight + 2)}); + // set form values $('input[name="sort_col"][value="'+rcmail.env.sort_col+'"]').prop('checked', true); $('input[name="sort_ord"][value="DESC"]').prop('checked', rcmail.env.sort_order == 'DESC'); $('input[name="sort_ord"][value="ASC"]').prop('checked', rcmail.env.sort_order != 'DESC'); $('input[name="view"][value="thread"]').prop('checked', rcmail.env.threading ? true : false); $('input[name="view"][value="list"]').prop('checked', rcmail.env.threading ? false : true); - // list columns - var found, cols = $('input[name="list_col[]"]'); - for (var i=0; i
  • -
  • +
  • +
  • +
  • @@ -177,7 +179,9 @@
  • -
  • +
  • +
  • +
  • -- cgit v1.2.3