Add missing entry to template

This commit is contained in:
Bryan Ashby 2019-08-10 12:17:56 -06:00
parent b435f3fbb8
commit 5db0a33a8a
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
1 changed files with 40 additions and 0 deletions

View File

@ -2090,6 +2090,10 @@
value: { command: "S" }
action: @menu:messageSearch
}
{
value: { command: "A" }
action: @menu:editAutoSignature
}
{
value: 1
action: @menu:messageArea
@ -2097,6 +2101,42 @@
]
}
editAutoSignature: {
desc: Auto Sig Editor
module: autosig_edit
art: autosig
form: {
0: {
mci: {
MT1: {
argName: signature
tabSwitchesView: true
}
BT2: {
text: save
argName: save
submit: true
}
}
submit: {
*: [
{
value: { save: null }
action: @method:saveChanges
}
]
}
actionKeys: [
{
keys: [ "escape" ]
action: @systemMethod:prevMenu
}
]
}
}
}
messageSearch: {
desc: Message Search
module: message_base_search