From 5b698b34ef44f85564f54f830907b6cacd6cc078 Mon Sep 17 00:00:00 2001 From: David Stephens Date: Mon, 12 Feb 2018 21:45:56 +0000 Subject: [PATCH 1/3] Remove unused view to clear warn from logs --- config/menu.hjson | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/menu.hjson b/config/menu.hjson index cf2c71dd..0a57414c 100644 --- a/config/menu.hjson +++ b/config/menu.hjson @@ -1914,9 +1914,6 @@ submit: true argName: message } - TL6: { - // theme me! - } } submit: { *: [ From 26e8e0f6d045168f6327c58846aec19086bcea26 Mon Sep 17 00:00:00 2001 From: David Stephens Date: Mon, 12 Feb 2018 21:53:15 +0000 Subject: [PATCH 2/3] Fix message counter and message area display in message listings --- art/themes/luciano_blocktronics/MSGLIST.ANS | Bin 2291 -> 2249 bytes art/themes/luciano_blocktronics/NEWMSGS.ANS | Bin 2325 -> 2312 bytes .../luciano_blocktronics/PRVMSGLIST.ANS | Bin 2291 -> 2249 bytes core/msg_list.js | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) diff --git a/art/themes/luciano_blocktronics/MSGLIST.ANS b/art/themes/luciano_blocktronics/MSGLIST.ANS index 911f1f2030dd91fe3cdf1e638635457a2565362e..e1e0ddf86c304f43a5d013de1c28e9a6b0bbad54 100644 GIT binary patch delta 316 zcmew?cv5h}Ty9@S1?gymTYSs4>2pW{#k0Jr*IssI20 delta 370 zcmX>p_*rnmT-y*IBk5>EBWLMogIwuoV`Cu0*eF*aw>TXrY;A0iYo!1dQ4R4i0kI5n z^&u*N0;U^J=rPuV6iG*$nF4hh=H9-|rEvcaP@w@t*c@aaR9FG4umXj`^||-&0PVyy z1uTs26l3#Tpew*0yU(R?8(rEEY#7KBAbjUGnv0Qi1MR$XA0*9>YSs4>2pW{#k0Jr*IssI20 delta 370 zcmX>p_*rnmT-y*IBk5>EBWLMogIwuoV`Cu0*eF*aw>TXrY;A0iYo!1dQ4R4i0kI5n z^&u*N0;U^J=rPuV6iG*$nF4hh=H9-|rEvcaP@w@t*c@aaR9FG4umXj`^||-&0PVyy z1uTs26l3#Tpew*0yU(R?8(rEEY#7KBAbjUGnv0Qi1MR$XA0*9> Date: Mon, 12 Feb 2018 21:56:36 +0000 Subject: [PATCH 3/3] Correctly theme private message list --- art/themes/luciano_blocktronics/theme.hjson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/art/themes/luciano_blocktronics/theme.hjson b/art/themes/luciano_blocktronics/theme.hjson index 9cdf3838..3b6e91aa 100644 --- a/art/themes/luciano_blocktronics/theme.hjson +++ b/art/themes/luciano_blocktronics/theme.hjson @@ -262,13 +262,13 @@ mailMenuInbox: { config: { - listFormat: "|00|15{msgNum:>4} |03{subject:<28.27} |11{fromUserName:<20.20} |03{ts} |01|31{newIndicator}" - focusListFormat: "|00|19|15{msgNum:>4} {subject:<28.27} {fromUserName:<20.20} {ts} {newIndicator}" dateTimeFormat: ddd MMM Do } mci: { VM1: { height: 14 + itemFormat: "|00|15{msgNum:>4} |03{subject:<28.27} |11{fromUserName:<20.20} |03{ts} |15{newIndicator}" + focusItemFormat: "|00|19|15{msgNum:>4} {subject:<28.27} {fromUserName:<20.20} {ts} {newIndicator}" } } }