Skip to content

Commit

Permalink
Merge pull request sakaiproject#754 from mcarropellicer/SAK-29543
Browse files Browse the repository at this point in the history
SAK-29543 - Add a link to the Accessibility Statement from Morpheus portal
  • Loading branch information
csev committed Jul 8, 2015
2 parents 4d73f1b + 4afcaa2 commit cf152b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,12 @@

# Links placed on the bottom nav - set the .count to the number of items, then add each item
# DEFAULTS as shown below (from component-manager/kernel.properties)
# bottomnav.count = 2
# bottomnav.count = 3
# bottomnav.1 = <a href="/portal/site/!gateway">Gateway</a>
# bottomnav.2 = <a href="http://www.sakaiproject.org/" target="_blank">The Sakai Project</a>
# bottomnav.2 = <a href="/portal/help/TOCDisplay/content.hlp?docId=accessibilityinformation" target="_blank">Accessibility Information</a>
# bottomnav.3 = <a href="http://www.sakaiproject.org/" target="_blank">The Sakai Project</a>
# ALTERNATELY, define bottomnav as a comma separated list of values to use
# bottomnav=<a href="/portal/site/!gateway">Gateway</a>,<a href="http://www.sakaiproject.org/" target="_blank">The Sakai Project</a>
# bottomnav=<a href="/portal/site/!gateway">Gateway</a>,<a href="/portal/help/TOCDisplay/content.hlp?docId=accessibilityinformation" target="_blank">Accessibility Information</a>,<a href="http://www.sakaiproject.org/" target="_blank">The Sakai Project</a>

# Powered by assertions placed at the bottom of the portal.
# DEFAULTS as shown below (from component-manager/kernel.properties)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ toolPath=/portal/tool
## FOOTER
# NOTE: the actual defaults are null so no links are rendered if these are not set somewhere
# Links placed on the bottom nav - set the .count to the number of items, then add each item
bottomnav.count = 2
bottomnav.count = 3
bottomnav.1 = <a href="/portal/site/!gateway">Gateway</a>
bottomnav.2 = <a href="http://www.sakaiproject.org/" target="_blank">The Sakai Project</a>
bottomnav.2 = <a href="/portal/help/TOCDisplay/content.hlp?docId=accessibilityinformation" target="_blank">Accessibility Information</a>
bottomnav.3 = <a href="http://www.sakaiproject.org/" target="_blank">The Sakai Project</a>

# Powered by assertion placed at the bottom of the portal.
powered.url.count=1
Expand Down

0 comments on commit cf152b1

Please sign in to comment.