Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GIP RENATER
switch-wayf
Commits
79e889bc
Commit
79e889bc
authored
Jan 04, 2012
by
haemmer
Browse files
Changed default border color of Embedded WAYF
parent
7627cd25
Changes
2
Hide whitespace changes
Inline
Side-by-side
default-embedded-wayf.php
View file @
79e889bc
...
...
@@ -78,8 +78,8 @@ var wayf_font_size = 12;
var
wayf_font_color
=
'#000000'
;
// Border color
// [Optional, default: #
969696
]
var
wayf_border_color
=
'#
969696
'
;
// [Optional, default: #
848484
]
var
wayf_border_color
=
'#
848484
'
;
// Background color
// [Optional, default: #F0F0F0]
...
...
templates.php
View file @
79e889bc
...
...
@@ -767,7 +767,7 @@ function decodeBase64(input) {
typeof(wayf_border_color) == "undefined"
|| typeof(wayf_border_color) != "string"
){
wayf_border_color = '#
969696
';
wayf_border_color = '#
848484
';
}
if(
...
...
Write
Preview
Markdown
is supported
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