aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-02-15 14:14:35 +0000
committerOlivier Lamy <olamy@apache.org>2013-02-15 14:14:35 +0000
commitc378b096881184c41eef2ac80795ef7af0a24973 (patch)
tree3abfc98c2c75f25286a5ebfb9978f61383f11470 /archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva
parent4f75fa5daaf30c60dfcf503e863cd105336b7f97 (diff)
downloadarchiva-c378b096881184c41eef2ac80795ef7af0a24973.tar.gz
archiva-c378b096881184c41eef2ac80795ef7af0a24973.zip
[MRM-1736] map roles to ldap groups
update mapping implemented. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1446590 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/general-admin.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/general-admin.html b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/general-admin.html
index 20d067185..43d87876e 100644
--- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/general-admin.html
+++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/general-admin.html
@@ -1243,8 +1243,8 @@
<table class="table table-condensed">
<thead>
<tr>
- <th>group</th>
- <th>roles</th>
+ <th>${$.i18n.prop('redback.runtime.ldap.mapping.group.label')}</th>
+ <th>${$.i18n.prop('redback.runtime.ldap.mapping.roles.label')}</th>
</tr>
</thead>
<tbody id="ldap-group-mappings-tbody">
@@ -1253,7 +1253,7 @@
<td>${ldapGroupMapping.group()}</td>
<td>
<div>
- <select id="roles-group-${ldapGroupMapping.group()}" data-bind="options: $parent.allRoleNames, selectedOptions: ldapGroupMapping.roleNames()"
+ <select id="roles-group-${ldapGroupMapping.group()}" data-bind="options: $parent.allRoleNames, selectedOptions: ldapGroupMapping.roleNames"
size="5" multiple="true" ></select>
</div>