mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-07 21:25:34 +02:00
Message Area - Cancel message #47
This commit is contained in:
parent
b0ddc3fec4
commit
fbba2160fe
1 changed files with 30 additions and 3 deletions
|
@ -945,6 +945,12 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
actionKeys: [
|
||||
{
|
||||
keys: [ "escape" ]
|
||||
action: @systemMethod:prevMenu
|
||||
}
|
||||
]
|
||||
}
|
||||
1: {
|
||||
mci: {
|
||||
|
@ -1235,12 +1241,14 @@
|
|||
submit: true
|
||||
}
|
||||
}
|
||||
|
||||
actionKeys: [
|
||||
{
|
||||
keys: [ "escape" ]
|
||||
action: @method:cancelSubmit
|
||||
}
|
||||
]
|
||||
|
||||
submit: {
|
||||
*: [
|
||||
{
|
||||
|
@ -1648,7 +1656,8 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
messageAreaReplyPost: {
|
||||
module: msg_area_post_fse
|
||||
config: {
|
||||
|
@ -1688,8 +1697,19 @@
|
|||
}
|
||||
}
|
||||
submit: {
|
||||
3: [ { "value" : { "subject" : null }, "action" : "@method:headerSubmit" } ]
|
||||
3: [
|
||||
{
|
||||
value: { subject: null }
|
||||
action: @method:headerSubmit
|
||||
}
|
||||
]
|
||||
}
|
||||
actionKeys: [
|
||||
{
|
||||
keys: [ "escape" ]
|
||||
action: @systemMethod:prevMenu
|
||||
}
|
||||
]
|
||||
}
|
||||
1: {
|
||||
mci: {
|
||||
|
@ -1840,6 +1860,13 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
|
||||
actionKeys: [
|
||||
{
|
||||
keys: [ "escape" ]
|
||||
action: @systemMethod:prevMenu
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
1: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue