diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-07-13 19:27:28 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2012-07-15 08:15:15 -0430 |
commit | 63cddab83b1217845c57e37a6e8d3a9a28adc6e3 (patch) | |
tree | c2e4f9236a6a28877a7edff075024547f3f31d0f /sfx2/source/doc/templatedlg.src | |
parent | 7db5c56b9f073eb416cf6038078d01bcc64f7ef2 (diff) |
Create toolbox buttons to display local/online templates.
Change-Id: Ia1445813c0c049b3478c3873b9e1acf5ae8d67f6
Diffstat (limited to 'sfx2/source/doc/templatedlg.src')
-rw-r--r-- | sfx2/source/doc/templatedlg.src | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sfx2/source/doc/templatedlg.src b/sfx2/source/doc/templatedlg.src index f32e26c49b9d..2681200e897a 100644 --- a/sfx2/source/doc/templatedlg.src +++ b/sfx2/source/doc/templatedlg.src @@ -187,6 +187,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 + { Identifier = TBI_TEMPLATE_IMPORT ; Text [ en-US ] = "Import a template" ; |