1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Feature #4317: Move template share/unshare to ownership button group

This commit is contained in:
Carlos Martín 2016-03-03 16:17:12 +01:00
parent a29cc36831
commit f9c95d7ff1

View File

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