mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-23 19:20:41 +02:00
* Luciano Blocktronics themed web download manager
This commit is contained in:
parent
136d21276c
commit
8804bcc5b2
3 changed files with 26 additions and 1 deletions
BIN
art/themes/luciano_blocktronics/FWDLMGR.ANS
Normal file
BIN
art/themes/luciano_blocktronics/FWDLMGR.ANS
Normal file
Binary file not shown.
|
@ -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
|
||||
|
|
|
@ -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" ]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue