From f9c95d7ff1c629ec018f5d7da92fdb07e5095c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Thu, 3 Mar 2016 16:17:12 +0100 Subject: [PATCH] Feature #4317: Move template share/unshare to ownership button group --- src/sunstone/public/app/tabs/templates-tab/buttons.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sunstone/public/app/tabs/templates-tab/buttons.js b/src/sunstone/public/app/tabs/templates-tab/buttons.js index 116a62b6b3..18a8384e9c 100644 --- a/src/sunstone/public/app/tabs/templates-tab/buttons.js +++ b/src/sunstone/public/app/tabs/templates-tab/buttons.js @@ -65,13 +65,13 @@ define(function(require) { }, "Template.share" : { type: "confirm", - layout: "main", + layout: "user_select", text: Locale.tr("Share"), tip: Locale.tr("The template, along with any image referenced by it, will be shared with the group's users. Permission changed: GROUP USE"), }, "Template.unshare" : { type: "confirm", - layout: "main", + layout: "user_select", text: Locale.tr("Unshare"), tip: Locale.tr("The template, along with any image referenced by it, will be unshared with the group's users. Permission changed: GROUP USE"), },