Skip to content

Commit

Permalink
SAK-32664 Alter default site title for synoptic tools. (sakaiproject#…
Browse files Browse the repository at this point in the history
…4580)

* SAK-32664 Alter default site title for synoptic tools.

* SAK-32664 Alter default site title for synoptic tools to Welcome.
  • Loading branch information
RebeccaMiller-Which authored and buckett committed Sep 15, 2017
1 parent 3f1a9b1 commit fcbc185
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@
# DEFAULT: false
# wsetup.skipManualCourseCreation=true

# SAK-22437 Add Site Information Display (site description) to site import options list
# SAK-22437 Add Welcome (site description) to site import options list
# DEFAULT: true
# site-manage.importoption.siteinfo=false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ sakai.iframe.myworkspace.title = Home Information Display
sakai.iframe.service.description = For displaying information about this Service
sakai.iframe.service.title = Service Information Display
sakai.iframe.site.description = For displaying Site information
sakai.iframe.site.title = Site Information Display
sakai.iframe.site.title = Welcome
sakai.iframe.title = Web Content
sakai.login.description = A login tool
sakai.login.title = Login
Expand Down
2 changes: 1 addition & 1 deletion web/web-portlet/src/webapp/WEB-INF/sakai/PortletIFrame.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

<tool
id="sakai.iframe.site"
title="Site Information Display"
title="Welcome"
description="For displaying Site information.">

<configuration name="height" value="600px" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3541,7 +3541,7 @@ public String getUserIdForCurrentUser(
* <tools>
* <tool id="dafd2a4d-8d3f-4f4c-8e12-171968b259cd">
* <tool-id>sakai.iframe.site</tool-id>
* <tool-title>Site Information Display</tool-title>
* <tool-title>Welcome</tool-title>
* </tool>
* ...
* </tools>
Expand Down

0 comments on commit fcbc185

Please sign in to comment.