From 80ba6f4da371297f51e98ac8d6f617c124975c0a Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Wed, 3 Dec 2014 12:56:53 -0800 Subject: [PATCH] [Forms] Reorganize Create templates Reorganize templates associated with the Create menu in preparation for adding the Locator control, used to specify the destination folder for object creation. WTD-593. --- platform/commonUI/browse/bundle.json | 4 ++-- .../browse/res/templates/{ => create}/create-button.html | 0 .../browse/res/templates/{ => create}/create-menu.html | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename platform/commonUI/browse/res/templates/{ => create}/create-button.html (100%) rename platform/commonUI/browse/res/templates/{ => create}/create-menu.html (100%) diff --git a/platform/commonUI/browse/bundle.json b/platform/commonUI/browse/bundle.json index eea4be86d8..14ff9344ba 100644 --- a/platform/commonUI/browse/bundle.json +++ b/platform/commonUI/browse/bundle.json @@ -46,11 +46,11 @@ }, { "key": "create-button", - "templateUrl": "templates/create-button.html" + "templateUrl": "templates/create/create-button.html" }, { "key": "create-menu", - "templateUrl": "templates/create-menu.html", + "templateUrl": "templates/create/create-menu.html", "uses": [ "action" ] }, { diff --git a/platform/commonUI/browse/res/templates/create-button.html b/platform/commonUI/browse/res/templates/create/create-button.html similarity index 100% rename from platform/commonUI/browse/res/templates/create-button.html rename to platform/commonUI/browse/res/templates/create/create-button.html diff --git a/platform/commonUI/browse/res/templates/create-menu.html b/platform/commonUI/browse/res/templates/create/create-menu.html similarity index 100% rename from platform/commonUI/browse/res/templates/create-menu.html rename to platform/commonUI/browse/res/templates/create/create-menu.html