Skip to content

Commit

Permalink
SAK-30746 Minor changes checkbox not visible in Wiki (sakaiproject#2282)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogj authored and ottenhoff committed Apr 20, 2016
1 parent 64f9868 commit cf2fba0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rwiki/rwiki-tool/tool/src/webapp/WEB-INF/vm/edit.vm
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@
</div>
<div class="rwiki_editControl" id="editControl">
#if (${requestScope.withnotification} )
<p class="checkbox" style="border:none"><input type="checkbox" id="smallchange" name="smallchange" value="smallchange" /> <label for ="smallchange">${rlb.jsp_minor_change}</label></p>
<p class="checkbox" style="border:none">
<label for ="smallchange"><input type="checkbox" id="smallchange" name="smallchange" value="smallchange" /> ${rlb.jsp_minor_change}</label></p>
#end

<p class="act" style="padding:0">
Expand Down

0 comments on commit cf2fba0

Please sign in to comment.