mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-16 19:38:26 +00:00
#79 Settings
This commit is contained in:
parent
838d0b6b2f
commit
bf17776659
2 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,7 @@
|
|||
"ArraySep": "Delimiter for multiple info in same field",
|
||||
"ColumnSep": "Delimiter between columns in CSV file (Use 9 for TAB)",
|
||||
"TimeOut": "Timeout when requesting info from PMS in sec (Global setting)",
|
||||
"ExportToExcel": "Export to xlsx as well as csv",
|
||||
"OrgTitleNull": "Default \"Original Title\" to \"Title\", if empty",
|
||||
"SortTitleNull": "Default \"Sort Title\" to \"Title\", if empty",
|
||||
"AutoXLSCol": "Autosize column (xlsx only)",
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
TimeOut: wtconfig.get('PMS.TimeOut'),
|
||||
cbSelected: [],
|
||||
cbOptions: [
|
||||
{ text: i18n.t('Modules.ET.Settings.ExportToExcel'), value: 'ExpExcel' },
|
||||
{ text: i18n.t('Modules.ET.Settings.OrgTitleNull'), value: 'OrgTitleNull' },
|
||||
{ text: i18n.t('Modules.ET.Settings.SortTitleNull'), value: 'SortTitleNull' },
|
||||
{ text: i18n.t('Modules.ET.Settings.AutoXLSCol'), value: 'AutoXLSCol' },
|
||||
|
|
Loading…
Add table
Reference in a new issue