mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-13 04:59:29 +02:00
Limit filename length in luciano_blocktronics theme
This commit is contained in:
parent
851da9e8c8
commit
7cdb362c32
1 changed files with 2 additions and 2 deletions
|
@ -492,7 +492,7 @@
|
||||||
fileBaseListEntries: {
|
fileBaseListEntries: {
|
||||||
config: {
|
config: {
|
||||||
hashTagsSep: "|08, |07"
|
hashTagsSep: "|08, |07"
|
||||||
browseInfoFormat10: "|00|10{fileName} |08- |03{byteSize!sizeWithoutAbbr} |11{byteSize!sizeAbbr} |08- |03uploaded |11{uploadTimestamp}"
|
browseInfoFormat10: "|00|10{fileName:<.44} |08- |03{byteSize!sizeWithoutAbbr} |11{byteSize!sizeAbbr} |08- |03uploaded |11{uploadTimestamp}"
|
||||||
browseInfoFormat11: "|00|15{areaName}"
|
browseInfoFormat11: "|00|15{areaName}"
|
||||||
browseInfoFormat12: "|00|07{hashTags}"
|
browseInfoFormat12: "|00|07{hashTags}"
|
||||||
browseInfoFormat13: "|00|07{estReleaseYear}"
|
browseInfoFormat13: "|00|07{estReleaseYear}"
|
||||||
|
@ -593,7 +593,7 @@
|
||||||
newScanFileBaseList: {
|
newScanFileBaseList: {
|
||||||
config: {
|
config: {
|
||||||
hashTagsSep: "|08, |07"
|
hashTagsSep: "|08, |07"
|
||||||
browseInfoFormat10: "|00|10{fileName} |08- |03{byteSize!sizeWithoutAbbr} |11{byteSize!sizeAbbr} |08- |03uploaded |11{uploadTimestamp}"
|
browseInfoFormat10: "|00|10{fileName:<44} |08- |03{byteSize!sizeWithoutAbbr} |11{byteSize!sizeAbbr} |08- |03uploaded |11{uploadTimestamp}"
|
||||||
browseInfoFormat11: "|00|15{areaName}"
|
browseInfoFormat11: "|00|15{areaName}"
|
||||||
browseInfoFormat12: "|00|07{hashTags}"
|
browseInfoFormat12: "|00|07{hashTags}"
|
||||||
browseInfoFormat13: "|00|07{estReleaseYear}"
|
browseInfoFormat13: "|00|07{estReleaseYear}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue