Open the theme.skin and comment out these lines (use asp.net comments <%-- --%>):
<%@ Register Namespace="sts.Events.Web.UI.Controls" Assembly="sts.Events.Web.UI" TagPrefix="ecp" %>
<%@ Register Namespace="sts.FormWizard.Web.UI" Assembly="sts.FormWizard.Web.UI" TagPrefix="stsfw" %>
<sts:CalendarGrid runat="server"
DayNameFormat="Full"
TitleStyle="true"
/>
<ecp:EventDisplaySettings runat="server"
IncludeTimelineView="false"
IncludeFeedLink="false"
IncludeListView="true"
IncludeMonthView="false"
IncludeWeekView="false"
IncludeDayView="true"
OverrideDefaultView="ListView"
/>
<stsfw:FormWizardDisplaySettings runat="server"
TextAreaRows="7"
TextAreaCols="30"
/>
<stsfw:TextAreaQuestion runat="server"
SetRowsAndCols="false" |
/>
Those should be commented by default. Joe will probably do that and update the download package.
HTH,
Joe D.