Update and add missing 'desc' to menu templates
This commit is contained in:
parent
0650756736
commit
24491000ad
|
@ -56,8 +56,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
fileBaseListEntries: {
|
fileBaseListEntries: {
|
||||||
module: file_area_list
|
|
||||||
desc: Browsing Files
|
desc: Browsing Files
|
||||||
|
module: file_area_list
|
||||||
config: {
|
config: {
|
||||||
art: {
|
art: {
|
||||||
browse: FBRWSE
|
browse: FBRWSE
|
||||||
|
@ -575,8 +575,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
fileBaseSearch: {
|
fileBaseSearch: {
|
||||||
module: file_base_search
|
|
||||||
desc: Searching Files
|
desc: Searching Files
|
||||||
|
module: file_base_search
|
||||||
art: FSEARCH
|
art: FSEARCH
|
||||||
form: {
|
form: {
|
||||||
0: {
|
0: {
|
||||||
|
@ -648,8 +648,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
fileBaseSetNewScanDate: {
|
fileBaseSetNewScanDate: {
|
||||||
module: set_newscan_date
|
|
||||||
desc: File Base
|
desc: File Base
|
||||||
|
module: set_newscan_date
|
||||||
art: SETFNSDATE
|
art: SETFNSDATE
|
||||||
config: {
|
config: {
|
||||||
target: file
|
target: file
|
||||||
|
@ -679,6 +679,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
fileBaseExportListFilter: {
|
fileBaseExportListFilter: {
|
||||||
|
desc: File List Export
|
||||||
module: file_base_search
|
module: file_base_search
|
||||||
art: FBLISTEXPSEARCH
|
art: FBLISTEXPSEARCH
|
||||||
config: {
|
config: {
|
||||||
|
@ -754,6 +755,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
fileBaseExportList: {
|
fileBaseExportList: {
|
||||||
|
desc: File List Export
|
||||||
module: file_base_user_list_export
|
module: file_base_user_list_export
|
||||||
art: FBLISTEXP
|
art: FBLISTEXP
|
||||||
config: {
|
config: {
|
||||||
|
@ -812,7 +814,7 @@
|
||||||
// default menu entry used by the 'file_base_download_manager' module
|
// default menu entry used by the 'file_base_download_manager' module
|
||||||
// for protocol selection
|
// for protocol selection
|
||||||
fileTransferProtocolSelection: {
|
fileTransferProtocolSelection: {
|
||||||
desc: Protocol selection
|
desc: Protocol Selection
|
||||||
module: file_transfer_protocol_select
|
module: file_transfer_protocol_select
|
||||||
art: FPROSEL
|
art: FPROSEL
|
||||||
form: {
|
form: {
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
// Send telnet connections to matrix where users can login, apply, etc.
|
// Send telnet connections to matrix where users can login, apply, etc.
|
||||||
//
|
//
|
||||||
telnetConnected: {
|
telnetConnected: {
|
||||||
|
desc: Telnet Connect
|
||||||
art: CONNECT
|
art: CONNECT
|
||||||
next: matrix
|
next: matrix
|
||||||
config: { nextTimeout: 1500 }
|
config: { nextTimeout: 1500 }
|
||||||
|
@ -15,6 +16,7 @@
|
||||||
// depending on user ACS.
|
// depending on user ACS.
|
||||||
//
|
//
|
||||||
sshConnected: {
|
sshConnected: {
|
||||||
|
desc: SSH Connect
|
||||||
art: CONNECT
|
art: CONNECT
|
||||||
next: [
|
next: [
|
||||||
{
|
{
|
||||||
|
@ -34,6 +36,7 @@
|
||||||
// application process.
|
// application process.
|
||||||
//
|
//
|
||||||
sshConnectedNewUser: {
|
sshConnectedNewUser: {
|
||||||
|
desc: SSH Connect
|
||||||
art: CONNECT
|
art: CONNECT
|
||||||
next: newUserApplicationPreSsh
|
next: newUserApplicationPreSsh
|
||||||
config: { nextTimeout: 1500 }
|
config: { nextTimeout: 1500 }
|
||||||
|
@ -41,6 +44,7 @@
|
||||||
|
|
||||||
// Ye ol' standard matrix
|
// Ye ol' standard matrix
|
||||||
matrix: {
|
matrix: {
|
||||||
|
desc: Login Matrix
|
||||||
art: matrix
|
art: matrix
|
||||||
form: {
|
form: {
|
||||||
0: {
|
0: {
|
||||||
|
@ -106,6 +110,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
login: {
|
login: {
|
||||||
|
desc: Login
|
||||||
art: USERLOG
|
art: USERLOG
|
||||||
next: [
|
next: [
|
||||||
{
|
{
|
||||||
|
@ -156,6 +161,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
loginAttemptTooNode: {
|
loginAttemptTooNode: {
|
||||||
|
desc: Already Logged In
|
||||||
art: TOONODE
|
art: TOONODE
|
||||||
config: {
|
config: {
|
||||||
cls: true
|
cls: true
|
||||||
|
@ -165,6 +171,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
loginAttemptAccountLocked: {
|
loginAttemptAccountLocked: {
|
||||||
|
desc: Account Locked
|
||||||
art: ACCOUNTLOCKED
|
art: ACCOUNTLOCKED
|
||||||
config: {
|
config: {
|
||||||
cls: true
|
cls: true
|
||||||
|
@ -174,6 +181,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
loginAttemptAccountDisabled: {
|
loginAttemptAccountDisabled: {
|
||||||
|
desc: Account Disabled
|
||||||
art: ACCOUNTDISABLED
|
art: ACCOUNTDISABLED
|
||||||
config: {
|
config: {
|
||||||
cls: true
|
cls: true
|
||||||
|
@ -183,6 +191,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
loginAttemptAccountInactive: {
|
loginAttemptAccountInactive: {
|
||||||
|
desc: Inactive Account
|
||||||
art: ACCOUNTINACTIVE
|
art: ACCOUNTINACTIVE
|
||||||
config: {
|
config: {
|
||||||
cls: true
|
cls: true
|
||||||
|
@ -192,7 +201,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
forgotPassword: {
|
forgotPassword: {
|
||||||
desc: Forgot password
|
desc: Forgot Password
|
||||||
prompt: forgotPasswordPrompt
|
prompt: forgotPasswordPrompt
|
||||||
submit: [
|
submit: [
|
||||||
{
|
{
|
||||||
|
@ -204,7 +213,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
forgotPasswordSubmitted: {
|
forgotPasswordSubmitted: {
|
||||||
desc: Forgot password
|
desc: Forgot Password
|
||||||
art: FORGOTPWSENT
|
art: FORGOTPWSENT
|
||||||
config: {
|
config: {
|
||||||
cls: true
|
cls: true
|
||||||
|
@ -240,7 +249,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
fullLoginSequenceOnelinerz: {
|
fullLoginSequenceOnelinerz: {
|
||||||
desc: Viewing Onelinerz
|
desc: Onelinerz
|
||||||
module: onelinerz
|
module: onelinerz
|
||||||
next: [
|
next: [
|
||||||
{
|
{
|
||||||
|
@ -350,7 +359,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
fullLoginSequenceNewScan: {
|
fullLoginSequenceNewScan: {
|
||||||
desc: Performing New Scan
|
desc: New Scan
|
||||||
module: new_scan
|
module: new_scan
|
||||||
art: NEWSCAN
|
art: NEWSCAN
|
||||||
next: fullLoginSequenceSysStats
|
next: fullLoginSequenceSysStats
|
||||||
|
@ -360,7 +369,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
newScanMessageList: {
|
newScanMessageList: {
|
||||||
desc: New Messages
|
desc: New Message List
|
||||||
module: msg_list
|
module: msg_list
|
||||||
art: NEWMSGS
|
art: NEWMSGS
|
||||||
config: {
|
config: {
|
||||||
|
@ -403,8 +412,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
newScanFileBaseList: {
|
newScanFileBaseList: {
|
||||||
module: file_area_list
|
|
||||||
desc: New Files
|
desc: New Files
|
||||||
|
module: file_area_list
|
||||||
config: {
|
config: {
|
||||||
art: {
|
art: {
|
||||||
browse: FNEWBRWSE
|
browse: FNEWBRWSE
|
||||||
|
@ -557,6 +566,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
loginTwoFactorAuthOTP: {
|
loginTwoFactorAuthOTP: {
|
||||||
|
desc: 2FA
|
||||||
art: 2FAOTP
|
art: 2FAOTP
|
||||||
next: fullLoginSequenceLoginArt
|
next: fullLoginSequenceLoginArt
|
||||||
form: {
|
form: {
|
||||||
|
|
|
@ -73,8 +73,8 @@
|
||||||
|
|
||||||
menus: {
|
menus: {
|
||||||
mainMenu: {
|
mainMenu: {
|
||||||
art: MMENU
|
|
||||||
desc: Main Menu
|
desc: Main Menu
|
||||||
|
art: MMENU
|
||||||
prompt: menuCommand
|
prompt: menuCommand
|
||||||
config: {
|
config: {
|
||||||
font: cp437
|
font: cp437
|
||||||
|
@ -414,6 +414,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
mainMenuUserConfig: {
|
mainMenuUserConfig: {
|
||||||
|
desc: User Config
|
||||||
module: user_config
|
module: user_config
|
||||||
art: CONFSCR
|
art: CONFSCR
|
||||||
form: {
|
form: {
|
||||||
|
@ -504,7 +505,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
mainMenuGlobalNewScan: {
|
mainMenuGlobalNewScan: {
|
||||||
desc: Performing New Scan
|
desc: New Scan
|
||||||
module: new_scan
|
module: new_scan
|
||||||
art: NEWSCAN
|
art: NEWSCAN
|
||||||
config: {
|
config: {
|
||||||
|
@ -513,7 +514,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
mainMenuFeedbackToSysOp: {
|
mainMenuFeedbackToSysOp: {
|
||||||
desc: Feedback to SysOp
|
desc: SysOp Feedback
|
||||||
module: msg_area_post_fse
|
module: msg_area_post_fse
|
||||||
config: {
|
config: {
|
||||||
art: {
|
art: {
|
||||||
|
@ -802,7 +803,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
bbsList: {
|
bbsList: {
|
||||||
desc: Viewing BBS List
|
desc: BBS List
|
||||||
module: bbs_list
|
module: bbs_list
|
||||||
config: {
|
config: {
|
||||||
cls: true
|
cls: true
|
||||||
|
@ -920,8 +921,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
fullLogoffSequencePreAd: {
|
fullLogoffSequencePreAd: {
|
||||||
art: PRELOGAD
|
|
||||||
desc: Logging Off
|
desc: Logging Off
|
||||||
|
art: PRELOGAD
|
||||||
next: fullLogoffSequenceRandomBoardAd
|
next: fullLogoffSequenceRandomBoardAd
|
||||||
config: {
|
config: {
|
||||||
cls: true
|
cls: true
|
||||||
|
@ -930,8 +931,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
fullLogoffSequenceRandomBoardAd: {
|
fullLogoffSequenceRandomBoardAd: {
|
||||||
art: OTHRBBS
|
|
||||||
desc: Logging Off
|
desc: Logging Off
|
||||||
|
art: OTHRBBS
|
||||||
next: logoff
|
next: logoff
|
||||||
config: {
|
config: {
|
||||||
baudRate: 57600
|
baudRate: 57600
|
||||||
|
@ -941,8 +942,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
logoff: {
|
logoff: {
|
||||||
art: LOGOFF
|
|
||||||
desc: Logging Off
|
desc: Logging Off
|
||||||
|
art: LOGOFF
|
||||||
next: @systemMethod:logoff
|
next: @systemMethod:logoff
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
menus: {
|
menus: {
|
||||||
messageBaseMainMenu: {
|
messageBaseMainMenu: {
|
||||||
|
desc: Message Menu
|
||||||
art: MSGMNU
|
art: MSGMNU
|
||||||
desc: Message Area
|
|
||||||
prompt: messageBaseMenuPrompt
|
prompt: messageBaseMenuPrompt
|
||||||
config: {
|
config: {
|
||||||
interrupt: realtime
|
interrupt: realtime
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
messageBaseNewPost: {
|
messageBaseNewPost: {
|
||||||
desc: Posting message,
|
desc: Posting Message
|
||||||
module: msg_area_post_fse
|
module: msg_area_post_fse
|
||||||
config: {
|
config: {
|
||||||
art: {
|
art: {
|
||||||
|
@ -184,6 +184,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
messageBaseChangeCurrentConference: {
|
messageBaseChangeCurrentConference: {
|
||||||
|
desc: Changing Confs
|
||||||
art: CCHANGE
|
art: CCHANGE
|
||||||
module: msg_conf_list
|
module: msg_conf_list
|
||||||
form: {
|
form: {
|
||||||
|
@ -209,6 +210,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
messageBaseChangeCurrentArea: {
|
messageBaseChangeCurrentArea: {
|
||||||
|
desc: Message Area List
|
||||||
art: CHANGE
|
art: CHANGE
|
||||||
module: msg_area_list
|
module: msg_area_list
|
||||||
form: {
|
form: {
|
||||||
|
@ -234,6 +236,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
messageBaseMessageList: {
|
messageBaseMessageList: {
|
||||||
|
desc: Message List
|
||||||
module: msg_list
|
module: msg_list
|
||||||
art: MSGLIST
|
art: MSGLIST
|
||||||
config: {
|
config: {
|
||||||
|
@ -262,8 +265,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
messageBaseSetNewScanDate: {
|
messageBaseSetNewScanDate: {
|
||||||
|
desc: New Scan Update
|
||||||
module: set_newscan_date
|
module: set_newscan_date
|
||||||
desc: Message Base
|
|
||||||
art: SETMNSDATE
|
art: SETMNSDATE
|
||||||
config: {
|
config: {
|
||||||
target: message
|
target: message
|
||||||
|
@ -297,7 +300,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
messageBaseSearch: {
|
messageBaseSearch: {
|
||||||
desc: Message Search
|
desc: Searching Messages
|
||||||
module: message_base_search
|
module: message_base_search
|
||||||
art: MSEARCH
|
art: MSEARCH
|
||||||
config: {
|
config: {
|
||||||
|
@ -360,7 +363,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
messageBaseSearchResultsMessageList: {
|
messageBaseSearchResultsMessageList: {
|
||||||
desc: Message Search
|
desc: Searching Messages
|
||||||
module: msg_list
|
module: msg_list
|
||||||
art: MSRCHLST
|
art: MSRCHLST
|
||||||
config: {
|
config: {
|
||||||
|
@ -474,6 +477,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
messageAreaViewPost: {
|
messageAreaViewPost: {
|
||||||
|
desc: Viewing Message
|
||||||
module: msg_area_view_fse
|
module: msg_area_view_fse
|
||||||
config: {
|
config: {
|
||||||
art: {
|
art: {
|
||||||
|
@ -599,6 +603,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
messageAreaReplyPost: {
|
messageAreaReplyPost: {
|
||||||
|
desc: Replying to Message
|
||||||
module: msg_area_post_fse
|
module: msg_area_post_fse
|
||||||
config: {
|
config: {
|
||||||
art: {
|
art: {
|
||||||
|
@ -764,6 +769,7 @@
|
||||||
// conferences using the conference tag as an art spec.
|
// conferences using the conference tag as an art spec.
|
||||||
//
|
//
|
||||||
changeMessageConfPreArt: {
|
changeMessageConfPreArt: {
|
||||||
|
desc: Viewing Art
|
||||||
module: show_art
|
module: show_art
|
||||||
config: {
|
config: {
|
||||||
method: messageConf
|
method: messageConf
|
||||||
|
@ -781,6 +787,7 @@
|
||||||
// areas using the area tag as an art spec.
|
// areas using the area tag as an art spec.
|
||||||
//
|
//
|
||||||
changeMessageAreaPreArt: {
|
changeMessageAreaPreArt: {
|
||||||
|
desc: Viewing Art
|
||||||
module: show_art
|
module: show_art
|
||||||
config: {
|
config: {
|
||||||
method: messageArea
|
method: messageArea
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
menus: {
|
menus: {
|
||||||
// A quick preamble - defaults to warning about broken terminals
|
// A quick preamble - defaults to warning about broken terminals
|
||||||
newUserApplicationPre: {
|
newUserApplicationPre: {
|
||||||
|
desc: Applying
|
||||||
art: NEWUSER1
|
art: NEWUSER1
|
||||||
next: newUserApplication
|
next: newUserApplication
|
||||||
desc: Applying
|
|
||||||
config: {
|
config: {
|
||||||
pause: true
|
pause: true
|
||||||
cls: true
|
cls: true
|
||||||
|
@ -13,6 +13,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
newUserApplication: {
|
newUserApplication: {
|
||||||
|
desc: Applying
|
||||||
module: nua
|
module: nua
|
||||||
art: NUA
|
art: NUA
|
||||||
next: [
|
next: [
|
||||||
|
@ -112,9 +113,9 @@
|
||||||
|
|
||||||
// A quick preamble - defaults to warning about broken terminals (SSH version)
|
// A quick preamble - defaults to warning about broken terminals (SSH version)
|
||||||
newUserApplicationPreSsh: {
|
newUserApplicationPreSsh: {
|
||||||
|
desc: Applying
|
||||||
art: NEWUSER1
|
art: NEWUSER1
|
||||||
next: newUserApplicationSsh
|
next: newUserApplicationSsh
|
||||||
desc: Applying
|
|
||||||
config: {
|
config: {
|
||||||
pause: true
|
pause: true
|
||||||
cls: true
|
cls: true
|
||||||
|
@ -127,6 +128,7 @@
|
||||||
// Canceling this form logs off vs falling back to matrix
|
// Canceling this form logs off vs falling back to matrix
|
||||||
//
|
//
|
||||||
newUserApplicationSsh: {
|
newUserApplicationSsh: {
|
||||||
|
desc: Applying
|
||||||
module: nua
|
module: nua
|
||||||
art: NUA
|
art: NUA
|
||||||
fallback: logoff
|
fallback: logoff
|
||||||
|
@ -221,13 +223,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
newUserFeedbackToSysOpPreamble: {
|
newUserFeedbackToSysOpPreamble: {
|
||||||
|
desc: Applying
|
||||||
art: LETTER
|
art: LETTER
|
||||||
config: { pause: true }
|
config: { pause: true }
|
||||||
next: newUserFeedbackToSysOp
|
next: newUserFeedbackToSysOp
|
||||||
}
|
}
|
||||||
|
|
||||||
newUserFeedbackToSysOp: {
|
newUserFeedbackToSysOp: {
|
||||||
desc: Feedback to SysOp
|
desc: SysOp Feedback
|
||||||
module: msg_area_post_fse
|
module: msg_area_post_fse
|
||||||
next: [
|
next: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
menus: {
|
menus: {
|
||||||
privateMailMenu: {
|
privateMailMenu: {
|
||||||
art: MAILMNU
|
|
||||||
desc: Private Mail
|
desc: Private Mail
|
||||||
|
art: MAILMNU
|
||||||
prompt: menuCommand
|
prompt: menuCommand
|
||||||
config: {
|
config: {
|
||||||
interrupt: realtime
|
interrupt: realtime
|
||||||
|
@ -142,6 +142,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
privateMailMenuInbox: {
|
privateMailMenuInbox: {
|
||||||
|
desc: Viewing Inbox
|
||||||
module: msg_list
|
module: msg_list
|
||||||
art: PRVMSGLIST
|
art: PRVMSGLIST
|
||||||
config: {
|
config: {
|
||||||
|
|
Loading…
Reference in New Issue