* WIP pause prompt

* prompt.json::prompts::pause is now a standard/required prompt
* CT for current time MCI
* Fix up config/theme defaults.dateTimeFormat -> dateFormat & timeFormat
This commit is contained in:
Bryan Ashby
2015-07-23 22:23:44 -06:00
parent 7f4c97329d
commit 8b5152d66f
10 changed files with 119 additions and 22 deletions

View File

@@ -16,6 +16,9 @@
}
},
"pause" : {
//
// Any menu 'pause' will use this prompt
//
"art" : "pause"
/*
"mci" : {
@@ -37,7 +40,7 @@
* echoKey : false
*/
},
}/*,
"standard" : {
// any menu 'pause' will display this, pause for a key, then erase and move on
"pause" : {
@@ -47,7 +50,7 @@
},
"custom" : {
}
}*/
/*
see notes in menu_module.js also
...how to allow for this to come from the theme first???

View File

@@ -8,7 +8,7 @@
"general" : {
"passwordChar" : "φ"
},
"dateTimeFormat" : {
"dateFormat" : {
"short" : "YYYY-MMM-DD"
},
"mci" : {