Fix css e refresh vari
This commit is contained in:
@@ -23,4 +23,21 @@ textarea {
|
||||
.body-content {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.GridPager a,
|
||||
.GridPager span {
|
||||
display: block;
|
||||
height: 1.5em;
|
||||
width: 1em;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
.GridPager a {
|
||||
background-color: #f5f5f5;
|
||||
color: #969696;
|
||||
}
|
||||
.GridPager span {
|
||||
background-color: #A1DCF2;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -29,3 +29,23 @@ textarea {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.GridPager a, .GridPager span {
|
||||
display: block;
|
||||
height: 1.5em;
|
||||
width: 1em;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.GridPager a {
|
||||
background-color: #f5f5f5;
|
||||
color: #969696;
|
||||
}
|
||||
|
||||
.GridPager span {
|
||||
background-color: #A1DCF2;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
.body-content{padding-left:15px;padding-right:15px;}@media screen and (min-width:768px){.jumbotron{margin-top:20px;}.body-content{padding:0;}}
|
||||
.body-content{padding-left:15px;padding-right:15px;}@media screen and (min-width:768px){.jumbotron{margin-top:20px;}.body-content{padding:0;}}.GridPager a,.GridPager span{display:block;height:1.5em;width:1em;text-align:center;text-decoration:none;}.GridPager a{background-color:#f5f5f5;color:#969696;}.GridPager span{background-color:#a1dcf2;color:#000;font-weight:bold;}
|
||||
@@ -44,7 +44,11 @@
|
||||
</Scripts>
|
||||
</asp:ScriptManager>
|
||||
|
||||
<uc1:cmp_header runat="server" ID="cmp_header" />
|
||||
<%--<asp:UpdatePanel ID="updPanelHead" runat="server" UpdateMode="Conditional" RenderMode="Inline">
|
||||
<ContentTemplate>--%>
|
||||
<uc1:cmp_header runat="server" ID="cmp_header" />
|
||||
<%--</ContentTemplate>
|
||||
</asp:UpdatePanel>--%>
|
||||
<div class="container p-2">
|
||||
<asp:ContentPlaceHolder ID="MainContent" runat="server">
|
||||
</asp:ContentPlaceHolder>
|
||||
|
||||
@@ -35,4 +35,13 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</nav>
|
||||
<asp:UpdateProgress ID="updProgress" runat="server" DynamicLayout="true" DisplayAfter="5">
|
||||
<ProgressTemplate>
|
||||
<div class="d-flex">
|
||||
<div class="progress w-100" style="height:0.5em">
|
||||
<div class="progress-bar progress-bar-striped progress-bar-animated" style="width: 80%"></div>
|
||||
</div>
|
||||
</div>
|
||||
</ProgressTemplate>
|
||||
</asp:UpdateProgress>
|
||||
@@ -65,5 +65,14 @@ namespace WebLCP.WUC {
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lbtSearch;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo updProgress.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.UpdateProgress updProgress;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
|
||||
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" CssClass="table table-sm table-striped table-condensed" DataKeyNames="JobId" DataSourceID="ods">
|
||||
<EmptyDataTemplate>Nessun Risultato</EmptyDataTemplate>
|
||||
<PagerStyle CssClass="active GridPager" />
|
||||
<PagerSettings Mode="NumericFirstLast" />
|
||||
<SelectedRowStyle CssClass="table-info" />
|
||||
<Columns>
|
||||
<asp:TemplateField>
|
||||
<HeaderTemplate>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<add key="CodModulo" value="WLP" />
|
||||
<add key="appName" value="WLP" />
|
||||
<add key="copyRight" value="Steamware " />
|
||||
<add key="reqWriteLocal" value="true" />
|
||||
<add key="reqWriteLocal" value="false" />
|
||||
<add key="_safePages" value="WIP#chLang#unauthorized#default#test#UpdMan#about#contact#CondizioniServizio#DB_INPUT#DB_INPUT_CLUSTER#DescrCalc" />
|
||||
<add key="_loginPages" value="jumper#forceUser#login#UserAdmin#registerUser" />
|
||||
<!--area logger-->
|
||||
|
||||
Vendored
+1
-1
@@ -17,7 +17,7 @@ pipeline {
|
||||
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=57']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=58']) {
|
||||
// env.versionNumber = VersionNumber(versionNumberString : '1.0.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true)
|
||||
env.versionNumber = VersionNumber(versionNumberString : '1.0.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
|
||||
env.APP_NAME = 'LCP'
|
||||
|
||||
Reference in New Issue
Block a user