Revert Last Changeset

This commit is contained in:
Virtuworks 2014-09-19 21:15:24 -04:00
parent bc39c19576
commit e8b620107a
2 changed files with 1 additions and 4 deletions

View file

@ -67,7 +67,7 @@
<asp:CheckBox ID="chkSelectAll" runat="server" onclick="javascript:SelectAllCheckboxes(this);" />
</HeaderTemplate>
<ItemTemplate>
<asp:CheckBox ID="chkSelect" runat="server" Enabled='<%# !(bool)Eval("ProtectDelete")%>' />
<asp:CheckBox ID="chkSelect" runat="server" Enabled='<%# !(bool)Eval("IsPrimary")%>' />
</ItemTemplate>
<ItemStyle Width="10px" />
</asp:TemplateField>