summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-04-04 14:34:45 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-05-06 16:22:22 +0200
commit5f96e75b74ac28d560ca8919e82cd56d088abafd (patch)
treed0af3a8c9f00068f96fa3ae364903ffdfc36057b
parentcebe1bc5a2fd8553126309f5303a10248cb19e84 (diff)
downloadfreeipa-5f96e75b74ac28d560ca8919e82cd56d088abafd.tar.gz
freeipa-5f96e75b74ac28d560ca8919e82cd56d088abafd.tar.xz
freeipa-5f96e75b74ac28d560ca8919e82cd56d088abafd.zip
Replace IPA.messages with @i18n definition for remove_title specs
https://fedorahosted.org/freeipa/ticket/3235
-rw-r--r--install/ui/src/freeipa/netgroup.js8
-rw-r--r--install/ui/src/freeipa/selinux.js8
-rw-r--r--install/ui/src/freeipa/sudo.js22
3 files changed, 19 insertions, 19 deletions
diff --git a/install/ui/src/freeipa/netgroup.js b/install/ui/src/freeipa/netgroup.js
index 189153c2c..81ef9ed48 100644
--- a/install/ui/src/freeipa/netgroup.js
+++ b/install/ui/src/freeipa/netgroup.js
@@ -161,7 +161,7 @@ IPA.netgroup.details_facet = function(spec) {
add_method: 'add_member',
remove_method: 'remove_member',
add_title: '@i18n:association.add.member',
- remove_title: IPA.messages.association.remove.member,
+ remove_title: '@i18n:association.remove.member',
columns: [
{
name: 'memberuser_user',
@@ -177,7 +177,7 @@ IPA.netgroup.details_facet = function(spec) {
add_method: 'add_member',
remove_method: 'remove_member',
add_title: '@i18n:association.add.member',
- remove_title: IPA.messages.association.remove.member,
+ remove_title: '@i18n:association.remove.member',
columns: [
{
name: 'memberuser_group',
@@ -250,7 +250,7 @@ IPA.netgroup.details_facet = function(spec) {
remove_method: 'remove_member',
external: 'externalhost',
add_title: '@i18n:association.add.member',
- remove_title: IPA.messages.association.remove.member,
+ remove_title: '@i18n:association.remove.member',
columns: [
{
name: 'memberhost_host',
@@ -272,7 +272,7 @@ IPA.netgroup.details_facet = function(spec) {
add_method: 'add_member',
remove_method: 'remove_member',
add_title: '@i18n:association.add.member',
- remove_title: IPA.messages.association.remove.member,
+ remove_title: '@i18n:association.remove.member',
columns: [
{
name: 'memberhost_hostgroup',
diff --git a/install/ui/src/freeipa/selinux.js b/install/ui/src/freeipa/selinux.js
index 89819fd63..8ce4a86a0 100644
--- a/install/ui/src/freeipa/selinux.js
+++ b/install/ui/src/freeipa/selinux.js
@@ -206,7 +206,7 @@ IPA.selinux_details_facet = function(spec) {
add_method: 'add_user',
remove_method: 'remove_user',
add_title: '@i18n:association.add.member',
- remove_title: IPA.messages.association.remove.member
+ remove_title: '@i18n:association.remove.member'
},
{
type: 'rule_association_table',
@@ -215,7 +215,7 @@ IPA.selinux_details_facet = function(spec) {
add_method: 'add_user',
remove_method: 'remove_user',
add_title: '@i18n:association.add.member',
- remove_title: IPA.messages.association.remove.member
+ remove_title: '@i18n:association.remove.member'
}
]
}
@@ -279,7 +279,7 @@ IPA.selinux_details_facet = function(spec) {
add_method: 'add_host',
remove_method: 'remove_host',
add_title: '@i18n:association.add.member',
- remove_title: IPA.messages.association.remove.member
+ remove_title: '@i18n:association.remove.member'
},
{
type: 'rule_association_table',
@@ -288,7 +288,7 @@ IPA.selinux_details_facet = function(spec) {
add_method: 'add_host',
remove_method: 'remove_host',
add_title: '@i18n:association.add.member',
- remove_title: IPA.messages.association.remove.member
+ remove_title: '@i18n:association.remove.member'
}
]
}
diff --git a/install/ui/src/freeipa/sudo.js b/install/ui/src/freeipa/sudo.js
index bb5548055..0f536f2c6 100644
--- a/install/ui/src/freeipa/sudo.js
+++ b/install/ui/src/freeipa/sudo.js
@@ -332,7 +332,7 @@ IPA.sudorule_details_facet = function(spec) {
remove_method: 'remove_user',
external: 'externaluser',
add_title: '@i18n:association.add.member',
- remove_title: IPA.messages.association.remove.member
+ remove_title: '@i18n:association.remove.member'
},
{
type: 'rule_association_table',
@@ -341,7 +341,7 @@ IPA.sudorule_details_facet = function(spec) {
add_method: 'add_user',
remove_method: 'remove_user',
add_title: '@i18n:association.add.member',
- remove_title: IPA.messages.association.remove.member
+ remove_title: '@i18n:association.remove.member'
}
]
}
@@ -407,7 +407,7 @@ IPA.sudorule_details_facet = function(spec) {
remove_method: 'remove_host',
external: 'externalhost',
add_title: '@i18n:association.add.member',
- remove_title: IPA.messages.association.remove.member
+ remove_title: '@i18n:association.remove.member'
},
{
type: 'rule_association_table',
@@ -416,7 +416,7 @@ IPA.sudorule_details_facet = function(spec) {
add_method: 'add_host',
remove_method: 'remove_host',
add_title: '@i18n:association.add.member',
- remove_title: IPA.messages.association.remove.member
+ remove_title: '@i18n:association.remove.member'
}
]
}
@@ -498,7 +498,7 @@ IPA.sudorule_details_facet = function(spec) {
add_method: 'add_allow_command',
remove_method: 'remove_allow_command',
add_title: '@i18n:association.add.memberallowcmd',
- remove_title: IPA.messages.association.remove.memberallowcmd
+ remove_title: '@i18n:association.remove.memberallowcmd'
},
{
type: 'rule_association_table',
@@ -507,7 +507,7 @@ IPA.sudorule_details_facet = function(spec) {
add_method: 'add_allow_command',
remove_method: 'remove_allow_command',
add_title: '@i18n:association.add.memberallowcmd',
- remove_title: IPA.messages.association.remove.memberallowcmd
+ remove_title: '@i18n:association.remove.memberallowcmd'
}
]
},
@@ -524,7 +524,7 @@ IPA.sudorule_details_facet = function(spec) {
add_method: 'add_deny_command',
remove_method: 'remove_deny_command',
add_title: '@i18n:association.add.memberdenycmd',
- remove_title: IPA.messages.association.remove.memberdenycmd
+ remove_title: '@i18n:association.remove.memberdenycmd'
},
{
type: 'rule_association_table',
@@ -533,7 +533,7 @@ IPA.sudorule_details_facet = function(spec) {
add_method: 'add_deny_command',
remove_method: 'remove_deny_command',
add_title: '@i18n:association.add.memberdenycmd',
- remove_title: IPA.messages.association.remove.memberdenycmd
+ remove_title: '@i18n:association.remove.memberdenycmd'
}
]
}
@@ -603,7 +603,7 @@ IPA.sudorule_details_facet = function(spec) {
add_method: 'add_runasuser',
remove_method: 'remove_runasuser',
add_title: '@i18n:association.add.ipasudorunas',
- remove_title: IPA.messages.association.remove.ipasudorunas
+ remove_title: '@i18n:association.remove.ipasudorunas'
},
{
type: 'rule_association_table',
@@ -612,7 +612,7 @@ IPA.sudorule_details_facet = function(spec) {
add_method: 'add_runasuser',
remove_method: 'remove_runasuser',
add_title: '@i18n:association.add.ipasudorunas',
- remove_title: IPA.messages.association.remove.ipasudorunas
+ remove_title: '@i18n:association.remove.ipasudorunas'
}
]
},
@@ -635,7 +635,7 @@ IPA.sudorule_details_facet = function(spec) {
add_method: 'add_runasgroup',
remove_method: 'remove_runasgroup',
add_title: '@i18n:association.add.ipasudorunasgroup',
- remove_title: IPA.messages.association.remove.ipasudorunasgroup
+ remove_title: '@i18n:association.remove.ipasudorunasgroup'
}]
}
]