Skip to content

Commit

Permalink
[SmarterMail100] Groups: Show in Global Address List: enabled by defa…
Browse files Browse the repository at this point in the history
…ult on new group
  • Loading branch information
FuseCP-TRobinson committed Dec 15, 2024
1 parent e0f5ad4 commit 891a8b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<asp:Label ID="lblEnableGAL" runat="server" meta:resourcekey="lblEnableGAL" Text="Show in Global Address List:"></asp:Label>
</td>
<td class="normal">
<asp:CheckBox ID="chkEnableGAL" runat="server" meta:resourcekey="chkEnableGAL" />
<asp:CheckBox ID="chkEnableGAL" runat="server" meta:resourcekey="chkEnableGAL" Checked="True"/>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 891a8b1

Please sign in to comment.