Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Guillaume Rousse
SWITCHwayf
Commits
79e889bc
Commit
79e889bc
authored
Jan 04, 2012
by
haemmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed default border color of Embedded WAYF
parent
7627cd25
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
default-embedded-wayf.php
default-embedded-wayf.php
+2
-2
templates.php
templates.php
+1
-1
No files found.
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