Skip to content

Commit

Permalink
SAK-31941 Remove confusing Delete Topic button (#3579)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansorgej authored and jonespm committed Nov 17, 2016
1 parent af96555 commit b037d2f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@
<h:outputText value="#{msgs.cdfm_topic_settings}"/>
</h:commandLink>

<h:commandLink action="#{ForumTool.processActionDeleteTopicConfirm}" id="delete_confirm" accesskey="d" rendered="#{!ForumTool.selectedTopic.markForDeletion && ForumTool.displayTopicDeleteOption}">
<f:param value="#{ForumTool.selectedTopic.topic.id}" name="topicId"/>
<h:outputText value="#{msgs.cdfm_button_bar_delete_topic}"/>
</h:commandLink>

<h:outputLink id="print" value="javascript:printFriendly('#{ForumTool.printFriendlyUrl}');">
<h:graphicImage url="/../../library/image/silk/printer.png" alt="#{msgs.print_friendly}" title="#{msgs.print_friendly}" />
</h:outputLink>
Expand Down

0 comments on commit b037d2f

Please sign in to comment.