Skip to content

Commit

Permalink
Merge pull request sakaiproject#362 from steveswinsburg/bug/SAK-29185
Browse files Browse the repository at this point in the history
SAK-29185 Sections tool needs updating for Morpheus
  • Loading branch information
ottenhoff committed Apr 1, 2015
2 parents 8ff67e2 + 9375600 commit 4f9b52a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sections/sections-app/src/webapp/common/deleteSections.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<%@ include file="/inc/navMenu.jspf"%>
</t:aliasBean>

<h3 class="instructions">
<h3>
<h:outputFormat value="#{msgs.overview_page_header}">
<f:param value="#{overviewBean.siteRole}"/>
</h:outputFormat>
Expand Down
10 changes: 5 additions & 5 deletions sections/sections-app/src/webapp/common/overview.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<%@ include file="/inc/navMenu.jspf"%>
</t:aliasBean>

<h3>
<h:outputFormat value="#{msgs.overview_page_header}">
<f:param value="#{overviewBean.siteRole}"/>
</h:outputFormat>
</h3>
<div class="instructions">
<h3 class="instructions">
<h:outputFormat value="#{msgs.overview_page_header}">
<f:param value="#{overviewBean.siteRole}"/>
</h:outputFormat>
</h3>
<h:outputText value="#{overviewBean.instructions}"/>
</div>

Expand Down
5 changes: 3 additions & 2 deletions sections/sections-app/src/webapp/common/roster.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<%@ include file="/inc/navMenu.jspf"%>
</t:aliasBean>

<div class="instructions">
<h3 class="instructions"><h:outputText value="#{msgs.student_member}"/></h3>
<h3><h:outputText value="#{msgs.student_member}"/></h3>

<div class="instructions">
<h:outputText value="#{msgs.roster_instructions}"
rendered="#{ ! rosterBean.externallyManaged}"/>
</div>
Expand Down

0 comments on commit 4f9b52a

Please sign in to comment.