From bff778a8d8bf9b634408db3dfdf0270d58ebb1c4 Mon Sep 17 00:00:00 2001 From: Rafael Dominguez <venccsralph@gmail.com> Date: Mon, 30 Jul 2012 20:37:49 -0430 Subject: Display repository list in a popup menu instead of a thumbnail view. Change-Id: Ib8205631a3c49b3ef4a942fa32a4b08ad9d4cb23 --- sfx2/source/doc/templatedlg.src | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'sfx2/source/doc/templatedlg.src') diff --git a/sfx2/source/doc/templatedlg.src b/sfx2/source/doc/templatedlg.src index cb73de02a066..f396bac45bcb 100644 --- a/sfx2/source/doc/templatedlg.src +++ b/sfx2/source/doc/templatedlg.src @@ -45,6 +45,16 @@ String STR_INPUT_NEW Text [ en-US ] = "Enter folder name:"; }; +String STR_REPOSITORY_LOCAL +{ + Text [ en-US ] = "Local"; +}; + +String STR_REPOSITORY_NEW +{ + Text [ en-US ] = "New Repository"; +}; + ModelessDialog DLG_TEMPLATE_MANAGER { HelpId = CMD_SID_TEMPLATE_MANAGER; @@ -187,14 +197,8 @@ ModelessDialog DLG_TEMPLATE_MANAGER ToolBoxItem { - Identifier = TBI_TEMPLATE_LOCAL; - Text [ en-US ] = "Local"; - }; - - ToolBoxItem - { - Identifier = TBI_TEMPLATE_ONLINE; - Text [ en-US ] = "Online"; + Identifier = TBI_TEMPLATE_REPOSITORY; + Text [ en-US ] = "Repository"; }; ToolBoxItem -- cgit