Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
5275040c
Commit
5275040c
authored
Feb 22, 2010
by
Thomas Chemineau
Browse files
typo of a template variable name into the manager
parent
1be263d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/lemonldap-ng-manager/example/skins/default/manager.js
View file @
5275040c
...
...
@@ -406,7 +406,7 @@ function delSamlMetaData(id){
}
}
function
newSamlMetaData
(){
var
name
=
prompt
(
text4newSaml
IDP
,
'
authentic
'
);
var
name
=
prompt
(
text4newSaml
MetaData
,
'
authentic
'
);
if
(
!
name
){
return
false
;}
var
idpId
=
'
li_
'
+
myB64
(
'
/samlIDPMetaDataExportedAttributes/
'
+
name
);
simpleTreeCollection
[
0
].
newAjaxNodeIn
(
$
(
'
#li_L3NhbWxJRFBNZXRhRGF0YQ2
'
),
idpId
,
name
,
scriptname
+
'
?type=new&node=samlIDPMetaData/
'
+
name
,
function
(
d
,
s
){
...
...
modules/lemonldap-ng-manager/example/skins/default/manager.tpl
View file @
5275040c
...
...
@@ -20,7 +20,7 @@
var
text4newKey
=
'
<lang en="Key" fr="Clé" />
'
;
var
value4newKey
=
'
<lang en="Value" fr="Valeur" />
'
;
var
text4newVhost
=
'
<lang en="Virtual host name" fr="Nom de l
\'
hôte virtuel" />
'
;
var
text4newSaml
IDP
=
'
<lang en="
Identity provider name" fr="Nom du fournisseur d
\'
identités
" />
'
;
var
text4newSaml
MetaData
=
'
<lang en="
SAML Metadatas name" fr="Nom des métadatas SAML
" />
'
;
//]]>
</script>
<script
src=
"<TMPL_VAR NAME="
DIR
"
>
/
manager
.
js
"
type=
"
text
/
JavaScript
"
>
</script>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf8"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment