fix email CC
fix calcolo BCWS Fasi in dati commessa (rifatta funzione) v 230
This commit is contained in:
@@ -51,7 +51,6 @@ blockquote, q {
|
||||
quotes: "" "";
|
||||
}
|
||||
|
||||
|
||||
.fullscreen {
|
||||
display: block; /*set the div in the top-left corner of the screen*/ /*position: absolute;*/ /* COMMENTATA per iExplorer */
|
||||
top: 0;
|
||||
|
||||
@@ -302,7 +302,9 @@
|
||||
<Content Include="jumper.aspx" />
|
||||
<Content Include="Login.aspx" />
|
||||
<Content Include="Menu.aspx" />
|
||||
<Content Include="packages.config" />
|
||||
<Content Include="packages.config">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Progetti.aspx" />
|
||||
<Content Include="RiepilogoCommessa.aspx" />
|
||||
<Content Include="Scratch\imgDemoFasi.png" />
|
||||
@@ -389,7 +391,9 @@
|
||||
<Content Include="Web.config">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Bundle.config" />
|
||||
<Content Include="Bundle.config">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="WebMasterPages\Progetti.master" />
|
||||
<Content Include="WebMasterPages\Bazaar.master" />
|
||||
</ItemGroup>
|
||||
@@ -851,7 +855,7 @@
|
||||
<WebProjectProperties>
|
||||
<UseIIS>True</UseIIS>
|
||||
<AutoAssignPort>True</AutoAssignPort>
|
||||
<DevelopmentServerPort>0</DevelopmentServerPort>
|
||||
<DevelopmentServerPort>56960</DevelopmentServerPort>
|
||||
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
||||
<IISUrl>http://localhost:51251/</IISUrl>
|
||||
<NTLMAuthentication>False</NTLMAuthentication>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<add key="appName" value="PROJ-ETS" />
|
||||
<add key="SiteName" value="ETS" />
|
||||
<add key="mainRev" value="1.0" />
|
||||
<add key="minRev" value="228" />
|
||||
<add key="minRev" value="230" />
|
||||
<add key="stdEmail" value="info@steamware.net" />
|
||||
<add key="_safePages" value="Default.aspx#unauthorized.aspx#forceUser.aspx#login.aspx#test.aspx#Test.aspx" />
|
||||
<!--area gestione auth cookie-->
|
||||
@@ -70,7 +70,7 @@
|
||||
<add key="emailCC_body_CogNome" value="Buongiorno {0} ({1})"/>
|
||||
<add key="emailCC_body_DatiComm" value="La presente per informarti che sei stato designato CC per la seguente Commessa:"/>
|
||||
<add key="emailCC_body_link" value="QUI potrai completare la pianificazione della commessa con i dati eventualmente mancanti."/>
|
||||
<add key="emailCC_body_Firma" value="Grazie, La Direzione."/>
|
||||
<add key="emailCC_body_Firma" value="Grazie."/>
|
||||
<!--area conf dataset classi esterne-->
|
||||
<add key="ETS_WSConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=ETS_WS;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
<add key="ETS_AnagraficaConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=ETS_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
|
||||
@@ -322,7 +322,7 @@ namespace PROJ_ETS.WebUserControls
|
||||
catch
|
||||
{ }
|
||||
corpoEmail += "-----------------------------<br/><br/><br/>";
|
||||
corpoEmail += utils.obj.confReadString("emailCC_body_Firma");
|
||||
corpoEmail += string.Format("{0}<br/><br/>{1}", utils.obj.confReadString("emailCC_body_Firma"), user_std.UtSn.NomeCognome);
|
||||
//invio email
|
||||
try
|
||||
{
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user