refresh componente daycalendar... sperom...
This commit is contained in:
Binary file not shown.
+4
-4
@@ -14,7 +14,7 @@
|
||||
<add key="zonaDef" value="Z00" />
|
||||
<add key="numGgDef" value="20" />
|
||||
<add key="minCookieSquadra" value="5" />
|
||||
<add key ="svuotaMatrOp" value="true"/>
|
||||
<add key="svuotaMatrOp" value="true" />
|
||||
<!--nome sw e versioni-->
|
||||
<add key="CodModulo" value="WebSCR" />
|
||||
<add key="AutoAuth" value="true" />
|
||||
@@ -42,7 +42,7 @@
|
||||
<add key="minDays" value="1" />
|
||||
<add key="maxDays" value="10" />
|
||||
<!--file allegati documenti-->
|
||||
<add key="fileUploadFolder" value="~/DocUploader"/>
|
||||
<add key="fileUploadFolder" value="~/DocUploader" />
|
||||
<!--gestione squadre-->
|
||||
<add key="NumGg" value="5" />
|
||||
<!--gestione sw uploader locale-->
|
||||
@@ -66,7 +66,7 @@
|
||||
</system.Web>
|
||||
-->
|
||||
<system.web>
|
||||
<globalization culture="it-it"/>
|
||||
<globalization culture="it-it" />
|
||||
<compilation debug="true" targetFramework="4.5">
|
||||
<assemblies>
|
||||
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
@@ -91,7 +91,7 @@
|
||||
<error statusCode="403" redirect="NoAccess.htm" />
|
||||
<error statusCode="404" redirect="FileNotFound.htm" />
|
||||
</customErrors>-->
|
||||
<customErrors mode="Off"/>
|
||||
<customErrors mode="Off" />
|
||||
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
|
||||
<namespaces>
|
||||
<add namespace="System.Web.Optimization" />
|
||||
|
||||
@@ -46,8 +46,8 @@
|
||||
<HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="DayPilot, Version=5.0.302.0, Culture=neutral, PublicKeyToken=ce5d34538e20ef65, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\DayPilot.5.0.302\lib\DayPilot.dll</HintPath>
|
||||
<Reference Include="DayPilot, Version=5.0.303.0, Culture=neutral, PublicKeyToken=ce5d34538e20ef65, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\DayPilot.5.0.303\lib\DayPilot.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Elmah, Version=1.2.14706.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
|
||||
@@ -31,7 +31,11 @@ namespace WebSCR.WebUserControls
|
||||
data = Convert.ToDateTime(qsVal("Data"));
|
||||
}
|
||||
DayPilotCalendar1.Days = day2show;
|
||||
#if false
|
||||
DayPilotCalendar1.EventMove += DayPilotCalendar1_EventMove;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
public int day2show
|
||||
{
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -14,7 +14,7 @@
|
||||
<add key="zonaDef" value="Z00" />
|
||||
<add key="numGgDef" value="20" />
|
||||
<add key="minCookieSquadra" value="5" />
|
||||
<add key ="svuotaMatrOp" value="true"/>
|
||||
<add key="svuotaMatrOp" value="true" />
|
||||
<!--nome sw e versioni-->
|
||||
<add key="CodModulo" value="WebSCR" />
|
||||
<add key="AutoAuth" value="true" />
|
||||
@@ -42,7 +42,7 @@
|
||||
<add key="minDays" value="1" />
|
||||
<add key="maxDays" value="10" />
|
||||
<!--file allegati documenti-->
|
||||
<add key="fileUploadFolder" value="~/DocUploader"/>
|
||||
<add key="fileUploadFolder" value="~/DocUploader" />
|
||||
<!--gestione squadre-->
|
||||
<add key="NumGg" value="5" />
|
||||
<!--gestione sw uploader locale-->
|
||||
@@ -66,7 +66,7 @@
|
||||
</system.Web>
|
||||
-->
|
||||
<system.web>
|
||||
<globalization culture="it-it"/>
|
||||
<globalization culture="it-it" />
|
||||
<compilation debug="true" targetFramework="4.5">
|
||||
<assemblies>
|
||||
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
@@ -91,7 +91,7 @@
|
||||
<error statusCode="403" redirect="NoAccess.htm" />
|
||||
<error statusCode="404" redirect="FileNotFound.htm" />
|
||||
</customErrors>-->
|
||||
<customErrors mode="Off"/>
|
||||
<customErrors mode="Off" />
|
||||
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
|
||||
<namespaces>
|
||||
<add namespace="System.Web.Optimization" />
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Antlr" version="3.5.0.2" targetFramework="net45" />
|
||||
<package id="DayPilot" version="5.0.302" targetFramework="net45" />
|
||||
<package id="DayPilot" version="5.0.303" targetFramework="net45" />
|
||||
<package id="elmah" version="1.2.2" targetFramework="net45" />
|
||||
<package id="elmah.corelibrary" version="1.2.2" targetFramework="net45" />
|
||||
<package id="FontAwesome" version="4.2.0" targetFramework="net45" />
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user