diff --git a/INTERFACE/WebLCP/Content/Site.css b/INTERFACE/WebLCP/Content/Site.css index e093f02..9e2de94 100644 --- a/INTERFACE/WebLCP/Content/Site.css +++ b/INTERFACE/WebLCP/Content/Site.css @@ -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; } \ No newline at end of file diff --git a/INTERFACE/WebLCP/Content/Site.less b/INTERFACE/WebLCP/Content/Site.less index c829795..e28e082 100644 --- a/INTERFACE/WebLCP/Content/Site.less +++ b/INTERFACE/WebLCP/Content/Site.less @@ -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; +} \ No newline at end of file diff --git a/INTERFACE/WebLCP/Content/Site.min.css b/INTERFACE/WebLCP/Content/Site.min.css index edb97c2..5a4ec93 100644 --- a/INTERFACE/WebLCP/Content/Site.min.css +++ b/INTERFACE/WebLCP/Content/Site.min.css @@ -1 +1 @@ -.body-content{padding-left:15px;padding-right:15px;}@media screen and (min-width:768px){.jumbotron{margin-top:20px;}.body-content{padding:0;}} \ No newline at end of file +.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;} \ No newline at end of file diff --git a/INTERFACE/WebLCP/Site.Master b/INTERFACE/WebLCP/Site.Master index 568eb1f..1792791 100644 --- a/INTERFACE/WebLCP/Site.Master +++ b/INTERFACE/WebLCP/Site.Master @@ -44,7 +44,11 @@ - + <%-- + --%> + + <%-- + --%>
diff --git a/INTERFACE/WebLCP/WUC/cmp_header.ascx b/INTERFACE/WebLCP/WUC/cmp_header.ascx index 850e09c..7c8eb25 100644 --- a/INTERFACE/WebLCP/WUC/cmp_header.ascx +++ b/INTERFACE/WebLCP/WUC/cmp_header.ascx @@ -35,4 +35,13 @@
- \ No newline at end of file + + + +
+
+
+
+
+
+
\ No newline at end of file diff --git a/INTERFACE/WebLCP/WUC/cmp_header.ascx.designer.cs b/INTERFACE/WebLCP/WUC/cmp_header.ascx.designer.cs index 0009346..c7054cb 100644 --- a/INTERFACE/WebLCP/WUC/cmp_header.ascx.designer.cs +++ b/INTERFACE/WebLCP/WUC/cmp_header.ascx.designer.cs @@ -65,5 +65,14 @@ namespace WebLCP.WUC { /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.WebControls.LinkButton lbtSearch; + + /// + /// Controllo updProgress. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.UpdateProgress updProgress; } } diff --git a/INTERFACE/WebLCP/WUC/mod_jobsList.ascx b/INTERFACE/WebLCP/WUC/mod_jobsList.ascx index 385d608..21b1497 100644 --- a/INTERFACE/WebLCP/WUC/mod_jobsList.ascx +++ b/INTERFACE/WebLCP/WUC/mod_jobsList.ascx @@ -3,6 +3,9 @@ Nessun Risultato + + + diff --git a/INTERFACE/WebLCP/Web.config b/INTERFACE/WebLCP/Web.config index 51aa693..e65bc42 100644 --- a/INTERFACE/WebLCP/Web.config +++ b/INTERFACE/WebLCP/Web.config @@ -24,7 +24,7 @@ - + diff --git a/Jenkinsfile b/Jenkinsfile index d88ad7f..16344b2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'