Skip to content

Commit

Permalink
SAK-40779 - Forums Grading Close X buttons don't work (sakaiproject#6362
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Miguel Pellicer authored and ern committed Dec 11, 2018
1 parent 5b76371 commit 67d2f09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<link rel="stylesheet" href="/rubrics-service/css/sakai-rubrics-associate.css">
<!-- END RUBRICS JAVASCRIPT -->

<span class="close-button fa fa-times" onClick="clearFormHiddenParams_msgForum('msgForum');SPNR.disableControlsAndSpin(this, null);closeDialogBoxIfExists();" aria-label="<h:outputText value="#{msgs.close_window}" />"></span>
<span class="close-button fa fa-times" onClick="SPNR.disableControlsAndSpin(this, null);closeDialogBoxIfExists();" aria-label="<h:outputText value="#{msgs.close_window}" />"></span>
<h3><h:outputText value="#{msgs.cdfm_grade_msg}" /></h3>
<h4>
<h:outputText value="#{ForumTool.selectedForum.forum.title}" />
Expand Down

0 comments on commit 67d2f09

Please sign in to comment.