Fixed and closed #496 : Added max column(2) for groups list.
This commit is contained in:
parent
33357b97cf
commit
9696e38c32
2 changed files with 3 additions and 3 deletions
|
@ -16,5 +16,5 @@ using System.Reflection;
|
|||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("3.0.2.512")]
|
||||
[assembly: AssemblyFileVersion("3.0.2.512")]
|
||||
[assembly: AssemblyVersion("3.0.2.513")]
|
||||
[assembly: AssemblyFileVersion("3.0.2.513")]
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<h2 class="separator"><asp:Literal ID="lblBulkEmail" runat="server" Text="Mass Email" EnableViewState="false" meta:resourcekey="lblBulkEmailResource1" /></h2>
|
||||
<asp:Literal ID="lblBulkEmailInfo" runat="server" Text="You can send an email message to all users of one or more groups." EnableViewState="false" meta:resourcekey="lblBulkEmailInfoResource1" />
|
||||
<br /><br />
|
||||
<asp:CheckBoxList ID="lstGroups" runat="server" RepeatDirection="Horizontal" />
|
||||
<asp:CheckBoxList ID="lstGroups" runat="server" CellSpacing="3" RepeatDirection="Horizontal" RepeatLayout="Table" RepeatColumns="2" />
|
||||
<br />
|
||||
<asp:Literal ID="lblSubject" runat="server" Text="Subject" EnableViewState="false" meta:resourcekey="lblSubjectResource1" /><br />
|
||||
<asp:TextBox ID="txtSubject" runat="server" CssClass="textbox" /><br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue