Skip to content

Commit

Permalink
SAK-31288 Previous Topic / Next Topic buttons overlap (sakaiproject#4232
Browse files Browse the repository at this point in the history
)
  • Loading branch information
josecebe authored and ottenhoff committed Apr 13, 2017
1 parent 7821c78 commit f93ff8d
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
<h:graphicImage url="/../../library/image/silk/printer.png" alt="#{msgs.print_friendly}" title="#{msgs.print_friendly}" />
</h:outputLink>
</sakai:tool_bar>
<h:panelGrid columns="2" width="100%" styleClass="navPanel specialLink">
<h:panelGroup>
<div class="row">
<div class="col-md-9 col-xs-12">
<f:verbatim><div class="breadCrumb specialLink"><h3></f:verbatim>
<h:commandLink action="#{ForumTool.processActionHome}" value="#{msgs.cdfm_message_forums}" title=" #{msgs.cdfm_message_forums}"
rendered="#{ForumTool.messagesandForums}" />
Expand All @@ -88,8 +88,8 @@
<f:verbatim><h:outputText value=" " /><h:outputText value=" / " /><h:outputText value=" " /></f:verbatim>
<h:outputText value="#{ForumTool.selectedTopic.topic.title}" />
<f:verbatim></h3></div></f:verbatim>
</h:panelGroup>
<h:panelGroup styleClass="itemNav">
</div>
<div class="pull-right">
<h:outputText styleClass="button formButtonDisabled" value="#{msgs.cdfm_previous_topic}" rendered="#{!ForumTool.selectedTopic.hasPreviousTopic}" />
<h:commandLink styleClass="button" action="#{ForumTool.processActionDisplayPreviousTopic}" value="#{msgs.cdfm_previous_topic}" rendered="#{ForumTool.selectedTopic.hasPreviousTopic}"
title=" #{msgs.cdfm_previous_topic}">
Expand All @@ -102,8 +102,8 @@
<f:param value="#{ForumTool.selectedTopic.nextTopicId}" name="nextTopicId"/>
<f:param value="#{ForumTool.selectedForum.forum.id}" name="forumId"/>
</h:commandLink>
</h:panelGroup>
</h:panelGrid>
</div>
</div>

<%--rjlowe: Expanded View to show the message bodies, threaded --%>
<span class="skip" id="firstNewItemTitleHolder"><h:outputText value="#{msgs.cdfm_gotofirstnewtitle}" /></span>
Expand Down

0 comments on commit f93ff8d

Please sign in to comment.