From 8804bcc5b26fd4cc3c306201272a5176e7fdcf35 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 14 Jan 2018 19:40:40 -0700 Subject: [PATCH] * Luciano Blocktronics themed web download manager --- art/themes/luciano_blocktronics/FWDLMGR.ANS | Bin 0 -> 2410 bytes art/themes/luciano_blocktronics/theme.hjson | 21 ++++++++++++++++++++ config/menu.hjson | 6 +++++- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 art/themes/luciano_blocktronics/FWDLMGR.ANS diff --git a/art/themes/luciano_blocktronics/FWDLMGR.ANS b/art/themes/luciano_blocktronics/FWDLMGR.ANS new file mode 100644 index 0000000000000000000000000000000000000000..b0e7fffc2dc2b2135b582710406cce810fe22ed9 GIT binary patch literal 2410 zcmb_eO;Zy=6a;T_^`yD%#k2bnvT9BNQfL(c6@)`hh(S`7(GtOfzl!4TWUJ<%Sa$cD zncVGGr#G!i_glpWE;|`-=^~tW4o>#>4n{lK zWVAop9e-fd(EO_!u**8;LlxZxmVz;?Dsc|n5pjLFV0zRPJa;}{%)XwwnHkHR+1!u$ zFByofU;?PpC9z74qNwt~JwKil@FuW9BFf09vI?*fOiH)SvV%YK0S0?fq4I-X!KeBM zpMur8<*P1AOI#;KJ-QhXRVfgVFeN2bk&Le*etCzMR#;jKS#qPAbYlPno7pY7f_BDx2LA=Xp`F|;l9!WAmoxY6 zC-wl;4KH) zW@4{6G#i^06d43v_+CvSAvv6oNGe)d9MFScvV*yCOF0%x>Xh_hu>5uRpwOW|!bDBb zD9Ka0@gc-eG?d95ri5}1f^;ccTk`MM^Q&aXX0X!A zP$U!(+};{t{X4YaqeTyL+}uR%IzEw~VTTeaSw|h?3s<#5Gu&_(_+~>{8R87Z8h_DO zGFm=UPdmwEnyjEH7YLhUB?|rqb=aFVyzV^P;3ICL!MxCT$JE%+-LZPMqz%{H387R- zKO6R+hu6O}e&gBU=;QV{&k^~*o-!}$ye!H`kJr}L*Wax@UDNaA?baka-W}N~ef|OA Cy7z?u literal 0 HcmV?d00001 diff --git a/art/themes/luciano_blocktronics/theme.hjson b/art/themes/luciano_blocktronics/theme.hjson index d553ed83..19f63194 100644 --- a/art/themes/luciano_blocktronics/theme.hjson +++ b/art/themes/luciano_blocktronics/theme.hjson @@ -787,6 +787,27 @@ } } + fileBaseWebDownloadManager: { + config: { + queueListFormat: "|00|03{webDlLink:<36.35} {fileName:<26.25} {byteSize!sizeWithoutAbbr:>7.6} |11{byteSize!sizeAbbr}" + focusQueueListFormat: "|00|19|15{webDlLink:<36.35} {fileName:<26.25} {byteSize!sizeWithoutAbbr:>7.6} {byteSize!sizeAbbr}" + queueManagerInfoFormat10: "|03batch|08: |03{webBatchDlLink}" + queueManagerInfoFormat11: "|03exp |08: |03{webBatchDlExpire}" + } + + 0: { + mci: { + VM1: { + height: 8 + } + HM2: { + width: 50 + focusTextStyle: first lower + } + } + } + } + fileBaseUploadFiles: { config: { // processing diff --git a/config/menu.hjson b/config/menu.hjson index 8eaedb1e..386c6f89 100644 --- a/config/menu.hjson +++ b/config/menu.hjson @@ -2530,6 +2530,10 @@ value: { menuOption: "D" } action: @menu:fileBaseDownloadManager } + { + value: { menuOption: "W" } + action: @menu:fileBaseWebDownloadManager + } { value: { menuOption: "U" } action: @menu:fileBaseUploadFiles @@ -3262,7 +3266,7 @@ art: ULNOAREA options: { pause: true - menuFlags: [ "noHistory" ] + menuFlags: [ "noHistory", "popParent" ] } }