disattivato "mostra fasi" in anag commesse, vers 182
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<asp:CheckBox ID="chkShowVuoti" runat="server" Text="Mostra [V]uoti" AutoPostBack="True" Checked="true" AccessKey="v" TextAlign="Left" OnCheckedChanged="chkShowVuoti_CheckedChanged" />
|
||||
</div>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 3px; margin-right: 4px; height: 32px;">
|
||||
<asp:CheckBox ID="chkShowFasi" runat="server" Text="Mostra Fa[s]i" AutoPostBack="True" OnCheckedChanged="chkShowFasi_CheckedChanged" Checked="true" AccessKey="s" TextAlign="Left" />
|
||||
<asp:CheckBox ID="chkShowFasi" runat="server" Text="Mostra Fa[s]i" AutoPostBack="True" OnCheckedChanged="chkShowFasi_CheckedChanged" Checked="false" AccessKey="s" TextAlign="Left" />
|
||||
</div>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 3px; margin-right: 4px; height: 32px;">
|
||||
<uc2:mod_periodoAnalisi ID="mod_periodoAnalisi1" runat="server" realtimeUpdate="true" labelPeriodo="Periodo (Resoconto Ore)" />
|
||||
|
||||
@@ -20,7 +20,7 @@ namespace PROJ_ETS
|
||||
utils.obj.emptySessionVal("valoreCercato");
|
||||
txtCerca.Text = "";
|
||||
showChiusi = false;
|
||||
showFasi = true;
|
||||
showFasi = false;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<add key="appName" value="PROJ-ETS"/>
|
||||
<add key="SiteName" value="ETS"/>
|
||||
<add key="mainRev" value="0.6"/>
|
||||
<add key="minRev" value="181"/>
|
||||
<add key="minRev" value="182"/>
|
||||
<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-->
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user