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
22bbd60a
Commit
22bbd60a
authored
Aug 19, 2011
by
haemmer
Browse files
Renamed language string switch_description to additional_info
parent
26cd204a
Changes
4
Hide whitespace changes
Inline
Side-by-side
README
View file @
22bbd60a
...
...
@@ -153,6 +153,7 @@ Updates from versions before 1.15
adapted in your custom languages.php file:
- 'about_aai' was renamed to 'about_federation'
- 'about_switch' was renamed to 'about_organisation'
- 'switch_description' was renamed to 'additional_info'
Update from versions before 1.4.3:
The new setting '$metadataLockFile' was introduced in config.php. It allows
...
...
@@ -409,6 +410,7 @@ Version History:
1.15 Release data: August 2011
- A default and custom CSS file can now be used
- Graphical design now is based new SWITCH harmos elements
- Adapted JSON output to be compatible with the supported by Shibboleth
- Renamed some string keys to make them independent from SWITCH.
Please review the 'Specific Update Instructions' in this document
- Focus on submit button works better with different browsers
...
...
default-body.php
View file @
22bbd60a
...
...
@@ -34,7 +34,7 @@
<table
border=
"0"
cellpadding=
"1"
cellspacing=
"0"
>
<tr>
<td
valign=
"top"
>
<p>
<?php
echo
getLocalString
(
'
switch_description
'
)
?>
</p>
<p>
<?php
echo
getLocalString
(
'
additional_info
'
)
?>
</p>
</td>
</tr>
</table>
...
...
default-notice.php
View file @
22bbd60a
...
...
@@ -25,7 +25,7 @@
<table
border=
"0"
cellpadding=
"1"
cellspacing=
"0"
>
<tr>
<td
valign=
"top"
>
<p>
<?php
echo
getLocalString
(
'
switch_description
'
)
?>
</p>
<p>
<?php
echo
getLocalString
(
'
additional_info
'
)
?>
</p>
</td>
</tr>
</table>
...
...
default-settings.php
View file @
22bbd60a
...
...
@@ -25,7 +25,7 @@
<table
border=
"0"
cellpadding=
"1"
cellspacing=
"0"
>
<tr>
<td
valign=
"top"
>
<p>
<?php
echo
getLocalString
(
'
switch_description
'
)
?>
</p>
<p>
<?php
echo
getLocalString
(
'
additional_info
'
)
?>
</p>
</td>
</tr>
</table>
...
...
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