Create toolbox buttons to display local/online templates.
Change-Id: Ia1445813c0c049b3478c3873b9e1acf5ae8d67f6
This commit is contained in:
parent
7db5c56b9f
commit
63cddab83b
2 changed files with 14 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
||||||
#define BTN_TEMPLATE_CLOSE 24
|
#define BTN_TEMPLATE_CLOSE 24
|
||||||
|
|
||||||
#define TBI_TEMPLATE_FOLDER_DEL 25
|
#define TBI_TEMPLATE_FOLDER_DEL 25
|
||||||
|
#define TBI_TEMPLATE_LOCAL 26
|
||||||
|
#define TBI_TEMPLATE_ONLINE 27
|
||||||
|
|
||||||
#define STR_CREATE_TEXT 260
|
#define STR_CREATE_TEXT 260
|
||||||
#define STR_CREATE_SHEET 261
|
#define STR_CREATE_SHEET 261
|
||||||
|
|
|
@ -185,6 +185,18 @@ ModalDialog DLG_TEMPLATE_MANAGER
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ToolBoxItem
|
||||||
|
{
|
||||||
|
Identifier = TBI_TEMPLATE_LOCAL;
|
||||||
|
Text [ en-US ] = "Local Templates";
|
||||||
|
};
|
||||||
|
|
||||||
|
ToolBoxItem
|
||||||
|
{
|
||||||
|
Identifier = TBI_TEMPLATE_ONLINE;
|
||||||
|
Text [ en-US ] = "Online Templates";
|
||||||
|
};
|
||||||
|
|
||||||
ToolBoxItem
|
ToolBoxItem
|
||||||
{
|
{
|
||||||
Identifier = TBI_TEMPLATE_IMPORT ;
|
Identifier = TBI_TEMPLATE_IMPORT ;
|
||||||
|
|
Loading…
Reference in a new issue