[DE][PE] Change order for download formats.
This commit is contained in:
parent
e500335e15
commit
987e10fb2a
|
@ -52,9 +52,9 @@ define([
|
||||||
menu: undefined,
|
menu: undefined,
|
||||||
|
|
||||||
formats: [[
|
formats: [[
|
||||||
|
{name: 'DOCX', imgCls: 'docx', type: Asc.c_oAscFileType.DOCX},
|
||||||
{name: 'PDF', imgCls: 'pdf', type: Asc.c_oAscFileType.PDF},
|
{name: 'PDF', imgCls: 'pdf', type: Asc.c_oAscFileType.PDF},
|
||||||
{name: 'TXT', imgCls: 'txt', type: Asc.c_oAscFileType.TXT},
|
{name: 'TXT', imgCls: 'txt', type: Asc.c_oAscFileType.TXT}
|
||||||
{name: 'DOCX', imgCls: 'docx', type: Asc.c_oAscFileType.DOCX}
|
|
||||||
],[
|
],[
|
||||||
// {name: 'DOC', imgCls: 'doc-format btn-doc', type: Asc.c_oAscFileType.DOC},
|
// {name: 'DOC', imgCls: 'doc-format btn-doc', type: Asc.c_oAscFileType.DOC},
|
||||||
{name: 'ODT', imgCls: 'odt', type: Asc.c_oAscFileType.ODT},
|
{name: 'ODT', imgCls: 'odt', type: Asc.c_oAscFileType.ODT},
|
||||||
|
|
|
@ -53,8 +53,8 @@ define([
|
||||||
menu: undefined,
|
menu: undefined,
|
||||||
|
|
||||||
formats: [[
|
formats: [[
|
||||||
|
{name: 'PPTX', imgCls: 'pptx', type: Asc.c_oAscFileType.PPTX},
|
||||||
{name: 'PDF', imgCls: 'pdf', type: Asc.c_oAscFileType.PDF},
|
{name: 'PDF', imgCls: 'pdf', type: Asc.c_oAscFileType.PDF},
|
||||||
{name: 'PPTX', imgCls: 'pptx', type: Asc.c_oAscFileType.PPTX},
|
|
||||||
{name: 'ODP', imgCls: 'odp', type: Asc.c_oAscFileType.ODP}
|
{name: 'ODP', imgCls: 'odp', type: Asc.c_oAscFileType.ODP}
|
||||||
]],
|
]],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue