mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
19 lines
815 B
Plaintext
19 lines
815 B
Plaintext
<%- include('dialogs/advancedsettings.ejs') %>
|
|
<%- include('dialogs/commandmodesettings.ejs') %>
|
|
<%- include('dialogs/customformation.ejs') %>
|
|
<%- include('dialogs/importexport.ejs', {
|
|
"dialogId": "unit-export-dialog",
|
|
"submitButtonText": "Export units to file",
|
|
"textContent": "Select the unit categories you would like to export. Note: only ground and naval units can be exported at this time.",
|
|
"title": "Export",
|
|
"showFilenameInput": true
|
|
}) %>
|
|
<%- include('dialogs/importexport.ejs', {
|
|
"dialogId": "unit-import-dialog",
|
|
"submitButtonText": "Import units into mission",
|
|
"textContent": "Select the unit categories you would like to import.",
|
|
"title": "Import",
|
|
"showFilenameInput": false
|
|
}) %>
|
|
<%- include('dialogs/slowdelete.ejs') %>
|
|
<%- include('dialogs/splash.ejs') %> |