Skip to content

Commit

Permalink
SAK-30830 Empty message shown after file attached (sakaiproject#2902)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogj authored and juanjmerono committed Jun 22, 2016
1 parent 058f607 commit 2f7e61c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@
</h:column>
</h:dataTable>

<div class="instruction">
<h:outputText value="#{msgs.cdfm_no_attachments}" rendered="#{empty ForumTool.attachments}"/>
</div>
<h:panelGroup rendered="#{empty ForumTool.attachments}" styleClass="instruction">
<h:outputText value="#{msgs.cdfm_no_attachments}" />
</h:panelGroup>
<p class="act" style="padding:0 0 1em 0;">
<h:commandButton action="#{ForumTool.processAddAttachmentRedirect}"
value="#{msgs.cdfm_button_bar_add_attachment_more_redirect}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@
</h:column>
</h:dataTable>

<div class="instruction">
<h:outputText value="#{msgs.cdfm_no_attachments}" rendered="#{empty ForumTool.attachments}"/>
</div>
<h:panelGroup styleClass="instruction" rendered="#{empty ForumTool.attachments}">
<h:outputText value="#{msgs.cdfm_no_attachments}" />
</h:panelGroup>

<p class="act" style="padding:0 0 1em 0;">
<sakai:button_bar_item action="#{ForumTool.processAddAttachmentRedirect}"
Expand Down

0 comments on commit 2f7e61c

Please sign in to comment.