mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 17:28:06 +02:00
* Minor work on themes + FSE
This commit is contained in:
parent
0436dc2c3a
commit
73952a2c37
9 changed files with 88 additions and 48 deletions
|
@ -586,18 +586,17 @@
|
|||
"0" : {
|
||||
"mci" : {
|
||||
"TL1" : {
|
||||
"width" : 27
|
||||
// "width" : 27
|
||||
},
|
||||
"TL2" : {
|
||||
"width" : 27
|
||||
// "width" : 27
|
||||
},
|
||||
"TL3" : {
|
||||
//"width" : 39,
|
||||
//"width" : 27,
|
||||
//"textOverflow" : "..."
|
||||
},
|
||||
"TL5" : {
|
||||
"width" : 27
|
||||
// "width" : 27
|
||||
},
|
||||
"MA5" : {
|
||||
"width" : 27,
|
||||
|
@ -743,29 +742,29 @@
|
|||
mci: {
|
||||
// :TODO: use appropriate system properties for these lenghts
|
||||
TL1: {
|
||||
width: 27
|
||||
//width: 27
|
||||
argName: from
|
||||
}
|
||||
ET2: {
|
||||
width: 27
|
||||
//width: 27
|
||||
argName: to
|
||||
focus: true
|
||||
}
|
||||
ET3: {
|
||||
width: 27
|
||||
//width: 27
|
||||
argName: subject
|
||||
maxLength: 72
|
||||
submit: true
|
||||
textOverflow: ...
|
||||
//textOverflow: ...
|
||||
}
|
||||
TL4: {
|
||||
// :TODO: this is for RE: line (NYI)
|
||||
width: 27
|
||||
textOverflow: ...
|
||||
//width: 27
|
||||
//textOverflow: ...
|
||||
}
|
||||
MA5: {
|
||||
width: 27
|
||||
textOverflow: ...
|
||||
//width: 27
|
||||
//textOverflow: ...
|
||||
}
|
||||
}
|
||||
submit: {
|
||||
|
@ -900,24 +899,24 @@
|
|||
"0" : {
|
||||
mci: {
|
||||
TL1: {
|
||||
width: 27
|
||||
//width: 27
|
||||
argName: from
|
||||
}
|
||||
ET2: {
|
||||
width: 27
|
||||
//width: 27
|
||||
argName: to
|
||||
focus: true
|
||||
text: All
|
||||
}
|
||||
"ET3" : {
|
||||
"width" : 27,
|
||||
//"width" : 27,
|
||||
"argName" : "subject",
|
||||
"maxLength" : 72,
|
||||
"submit" : true
|
||||
},
|
||||
"MA5" : {
|
||||
"width" : 27,
|
||||
"textOverflow" : "..."
|
||||
//"width" : 27,
|
||||
//"textOverflow" : "..."
|
||||
}
|
||||
},
|
||||
"submit" : {
|
||||
|
|
Binary file not shown.
Binary file not shown.
BIN
mods/themes/luciano_blocktronics/MSGVHLP.ANS
Normal file
BIN
mods/themes/luciano_blocktronics/MSGVHLP.ANS
Normal file
Binary file not shown.
|
@ -68,6 +68,39 @@
|
|||
dateTimeFormat: MMM Do H:mm a
|
||||
}
|
||||
}
|
||||
|
||||
messageAreaViewPost: {
|
||||
0: {
|
||||
mci: {
|
||||
TL1: { width: 19, textOverflow: "..." }
|
||||
TL2: { width: 19, textOverflow: "..." }
|
||||
TL3: { width: 19, textOverflow: "..." }
|
||||
TL5: { width: 19, textOverflow: "..." }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
messageAreaNewPost: {
|
||||
0: {
|
||||
mci: {
|
||||
TL1: { width: 19, textOverflow: "..." }
|
||||
ET2: { width: 19, textOverflow: "..." }
|
||||
ET3: { width: 19, textOverflow: "..." }
|
||||
//TL4: { width: 25 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
messageAreaReplyPost: {
|
||||
0: {
|
||||
mci: {
|
||||
TL1: { width: 19, textOverflow: "..." }
|
||||
ET2: { width: 19, textOverflow: "..." }
|
||||
ET3: { width: 19, textOverflow: "..." }
|
||||
TL4: { width: 25, textOverflow: "..." }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue