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"), },