Fixes workitem:30866 - Add clickable label on publish dialog

This commit is contained in:
leekelleher
2012-06-28 22:10:33 -01:00
parent 8e491c0b1f
commit 695832fa61

View File

@@ -80,7 +80,8 @@
<p>
<asp:CheckBox runat="server" ID="PublishAll"></asp:CheckBox>
<div style="margin-left: 16px; margin-top: 2px;">
<asp:CheckBox runat="server" ID="PublishUnpublishedItems" Checked="false" /> <%= umbraco.ui.Text("publish", "includeUnpublished")%>
<asp:CheckBox runat="server" ID="PublishUnpublishedItems" Checked="false" />
<asp:Label runat="server" AssociatedControlID="PublishUnpublishedItems"><%= umbraco.ui.Text("publish", "includeUnpublished")%> </asp:Label>
</div>
</p>
</div>