From 5db0a33a8a9c90b7a1182487e45dea4f977aca8d Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 10 Aug 2019 12:17:56 -0600 Subject: [PATCH] Add missing entry to template --- misc/menu_template.in.hjson | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/misc/menu_template.in.hjson b/misc/menu_template.in.hjson index c2bbdd3f..71901719 100644 --- a/misc/menu_template.in.hjson +++ b/misc/menu_template.in.hjson @@ -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