Update:
- aggiunte immagini jpeg x terminalino - installer terminalino git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@326 365432ac-a1b5-4ffd-bb28-6d3099d32164
@@ -269,6 +269,7 @@
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_anagCelle.ascx.cs">
|
||||
<DependentUpon>mod_anagCelle.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_anagCelle.ascx.designer.cs">
|
||||
<DependentUpon>mod_anagCelle.ascx</DependentUpon>
|
||||
@@ -289,12 +290,14 @@
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_chLang.ascx.cs">
|
||||
<DependentUpon>mod_chLang.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_chLang.ascx.designer.cs">
|
||||
<DependentUpon>mod_chLang.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_confMag.ascx.cs">
|
||||
<DependentUpon>mod_confMag.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_confMag.ascx.designer.cs">
|
||||
<DependentUpon>mod_confMag.ascx</DependentUpon>
|
||||
@@ -308,6 +311,7 @@
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_delibera.ascx.cs">
|
||||
<DependentUpon>mod_delibera.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_delibera.ascx.designer.cs">
|
||||
<DependentUpon>mod_delibera.ascx</DependentUpon>
|
||||
@@ -335,6 +339,7 @@
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_detailParticolari.ascx.cs">
|
||||
<DependentUpon>mod_detailParticolari.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_detailParticolari.ascx.designer.cs">
|
||||
<DependentUpon>mod_detailParticolari.ascx</DependentUpon>
|
||||
@@ -432,6 +437,7 @@
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_listParticolari.ascx.cs">
|
||||
<DependentUpon>mod_listParticolari.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_listParticolari.ascx.designer.cs">
|
||||
<DependentUpon>mod_listParticolari.ascx</DependentUpon>
|
||||
@@ -501,6 +507,7 @@
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_pageTitleAndSearch.ascx.cs">
|
||||
<DependentUpon>mod_pageTitleAndSearch.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_pageTitleAndSearch.ascx.designer.cs">
|
||||
<DependentUpon>mod_pageTitleAndSearch.ascx</DependentUpon>
|
||||
@@ -647,12 +654,14 @@
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_viewRigheListaPrelievo.ascx.cs">
|
||||
<DependentUpon>mod_viewRigheListaPrelievo.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_viewRigheListaPrelievo.ascx.designer.cs">
|
||||
<DependentUpon>mod_viewRigheListaPrelievo.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_vocabolario.ascx.cs">
|
||||
<DependentUpon>mod_vocabolario.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_vocabolario.ascx.designer.cs">
|
||||
<DependentUpon>mod_vocabolario.ascx</DependentUpon>
|
||||
|
||||
@@ -148,16 +148,12 @@
|
||||
<ItemTemplate>
|
||||
<asp:ImageButton ID="imgPrelevato" runat="server" CausesValidation="False" CommandName="Update"
|
||||
CommandArgument="ConfermaPrelevato" ToolTip='<%# traduci("EffettuaPrelievo") %>'
|
||||
Visible='<%# prelevaEnabled(Eval("Prelevato"), Eval("UDC")) %>' ImageUrl="~/images/ArrowUpGreen_m.png"
|
||||
Visible='<%# prelevaEnabled(Eval("Prelevato"), Eval("UDC")) %>' ImageUrl="~/images/ArrowUpGreen_m.jpg"
|
||||
OnClick="imgPrelevato_Click" />
|
||||
<%--<cc1:ConfirmButtonExtender ID="cbePreleva" runat="server" ConfirmText='<%# traduci("confermaPrelievo")%>'
|
||||
TargetControlID="imgPrelevato" />--%>
|
||||
<asp:ImageButton ID="imgAnnullaPrelevato" runat="server" CausesValidation="False"
|
||||
CommandName="Update" CommandArgument="AnnullaPrelevato" ToolTip='<%# traduci("AnnullaPrelievo") %>'
|
||||
Visible='<%# annullaEnabled(Eval("Prelevato")) %>' ImageUrl="~/images/ArrowDownRed_m.png"
|
||||
Visible='<%# annullaEnabled(Eval("Prelevato")) %>' ImageUrl="~/images/ArrowDownRed_m.jpg"
|
||||
OnClick="imgAnnullato_Click" />
|
||||
<%-- <cc1:ConfirmButtonExtender ID="cbeAnnulla" runat="server" ConfirmText='<%# traduci("confermaAnnullaPrelievo")%>'
|
||||
TargetControlID="imgAnnullaPrelevato" />--%>
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
</Columns>
|
||||
|
||||
|
After Width: | Height: | Size: 936 B |
|
After Width: | Height: | Size: 884 B |
|
After Width: | Height: | Size: 795 B |
|
After Width: | Height: | Size: 899 B |
|
After Width: | Height: | Size: 864 B |
|
After Width: | Height: | Size: 788 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 952 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1019 B |
|
After Width: | Height: | Size: 1.6 KiB |
@@ -331,7 +331,7 @@
|
||||
"Name" = "8:Microsoft Visual Studio"
|
||||
"ProductName" = "8:GMW_Term"
|
||||
"ProductCode" = "8:{1BBDACA5-8892-414E-8C79-B4A1C7EFA3BF}"
|
||||
"PackageCode" = "8:{99D2A97D-586D-4099-8CA9-FCC8ED002D86}"
|
||||
"PackageCode" = "8:{47C2ACF1-7E3D-4F00-BD02-70FCB2C70727}"
|
||||
"UpgradeCode" = "8:{B348C50D-8DAD-4430-AEF0-60800C94CB78}"
|
||||
"RestartWWWService" = "11:TRUE"
|
||||
"RemovePreviousVersions" = "11:TRUE"
|
||||
@@ -810,7 +810,7 @@
|
||||
}
|
||||
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_9C1BA08A590A44EC9515C0F91AD50A1D"
|
||||
{
|
||||
"SourcePath" = "8:..\\..\\SetDirectoryPermission\\obj\\Debug\\SetDirectoryPermission.exe"
|
||||
"SourcePath" = "8:..\\..\\SetDirectoryPermission\\obj\\Release\\SetDirectoryPermission.exe"
|
||||
"TargetName" = "8:"
|
||||
"Tag" = "8:"
|
||||
"Folder" = "8:_A89965CB827F476CB8D496FFFC9653DF"
|
||||
@@ -838,7 +838,7 @@
|
||||
}
|
||||
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_B0271B832DBE45F0B50639E61DAE3CF4"
|
||||
{
|
||||
"SourcePath" = "8:..\\..\\IISCustomActionVB\\IISConsoleVB\\obj\\Debug\\IISConsoleVB.exe"
|
||||
"SourcePath" = "8:..\\..\\IISCustomActionVB\\IISConsoleVB\\obj\\Release\\IISConsoleVB.exe"
|
||||
"TargetName" = "8:"
|
||||
"Tag" = "8:"
|
||||
"Folder" = "8:_A89965CB827F476CB8D496FFFC9653DF"
|
||||
|
||||