fix grafici GMW Term + fix mancata visualizzazione se problema SOLO NC e non DL...
This commit is contained in:
@@ -7,21 +7,14 @@
|
||||
|
||||
<asp:HiddenField runat="server" ID="hfUdc" />
|
||||
<div class="quadro_wide" runat="server" id="divOperazioni">
|
||||
<h4>DELIBERA LOGISTICA</h4>
|
||||
<div class="quadro_wide">
|
||||
DELIBERA LOGISTICA
|
||||
</div>
|
||||
<div class="quadro1">
|
||||
<asp:LinkButton ID="btnReset" runat="server" OnClick="btnResetCtrl_Click" CssClass="styleBtnComposito" Height="20" Width="80px">
|
||||
<img src="images/cancel_m.png" style="border-style: none; margin-right: 0.2em;" width="13px" height="13px" />
|
||||
<asp:Label ID="lblReset" runat="server" />
|
||||
</asp:LinkButton>
|
||||
</div>
|
||||
<div class="quadro2" runat="server" id="divDelibera">
|
||||
<asp:LinkButton ID="btnDelibera" runat="server" OnClick="btnDelibera_Click" CssClass="styleBtnComposito" Height="20" Width="80px">
|
||||
<img src="images/apply_m.png" style="border-style: none; margin-right: 0.2em;" width="13px" height="13px" />
|
||||
<asp:Label ID="lblDelibera" runat="server" />
|
||||
</asp:LinkButton>
|
||||
</div>
|
||||
</div>
|
||||
<div class="quadro_wide" runat="server" id="divDettagli">
|
||||
<asp:LinkButton ID="btnReset" runat="server" OnClick="btnResetCtrl_Click" CssClass="styleBtnComposito" Height="20" Width="80px"> <img src="images/cancel_m.png" style="border-style: none; margin-right: 0.2em;" width="13px" height="13px" /><asp:Label ID="lblReset" runat="server" />
|
||||
</asp:LinkButton></div><div class="quadro2" runat="server" id="divDelibera">
|
||||
<asp:LinkButton ID="btnDelibera" runat="server" OnClick="btnDelibera_Click" CssClass="styleBtnComposito" Height="20" Width="80px"> <img src="images/apply_m.png" style="border-style: none; margin-right: 0.2em;" width="13px" height="13px" /><asp:Label ID="lblDelibera" runat="server" />
|
||||
</asp:LinkButton></div></div><div class="quadro_wide" runat="server" id="divDettagli" style="font-size:0.8em;">
|
||||
<div runat="server" id="divDetailDelib">
|
||||
<div class="quadro1">
|
||||
<uc1:mod_detail_DL runat="server" ID="mod_detail_DL1" />
|
||||
|
||||
@@ -65,7 +65,7 @@ namespace GMW_Term.WebUserControls
|
||||
catch
|
||||
{ }
|
||||
// se ho da deliberare mostro pannello
|
||||
if (showNC || showNC)
|
||||
if (showNC || showDL)
|
||||
{
|
||||
// verifico se ho da deliberare PM o NC
|
||||
divDetailDelib.Visible = true;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_detail_DL.ascx.cs" Inherits="GMW_Term.WebUserControls.mod_detail_DL" %>
|
||||
<div style="background-color: #FF9999;">
|
||||
MANCA PM
|
||||
DELIB. LOGIST. NECESSARIA
|
||||
</div>
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_detail_NC.ascx.cs" Inherits="GMW_Term.WebUserControls.mod_detail_NC" %>
|
||||
<div style="background-color: #FFCC99;">
|
||||
<asp:GridView ID="grView" runat="server" AutoGenerateColumns="False" DataKeyNames="UDC" DataSourceID="ods" EnableModelValidation="True" Width="100%">
|
||||
<RowStyle CssClass="btnGrigioHalf" />
|
||||
<SelectedRowStyle CssClass="btnAzzurroHalf" />
|
||||
<Columns>
|
||||
<%--<asp:BoundField DataField="UDC" HeaderText="UDC" ReadOnly="True" SortExpression="UDC" />
|
||||
<asp:BoundField DataField="Particolare" HeaderText="Particolare" SortExpression="Particolare" />
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menuTop.ascx.cs" Inherits="GMW_Term.WebUserControls.mod_menuTop" %>
|
||||
<div id="titleGMW" style="margin: 0px 0px 0px 0px; background-color: #6666FF; text-align: center;">
|
||||
<asp:Label ID="lblTitolo" runat="server" Text="" Style="color: #FFFFFF; font-size:x-small"/>
|
||||
<asp:Label ID="lblTitolo" runat="server" Text="" Style="color: #FFFFFF; font-size:xx-small"/>
|
||||
</div>
|
||||
+1
-2
@@ -1,10 +1,9 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.4927
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user