From f4b02e6c3bd3cf2aa4cb94f07c6099b795f19b40 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Sat, 23 Feb 2019 10:04:56 +0100 Subject: [PATCH] Fix buttons icons, vers 2100+ --- GMW/POST_Finiti_OUT.aspx | 72 +++++++++---------- GMW/WebUserControls/mod_PostRX_DT.ascx | 2 +- GMW/WebUserControls/mod_postRX_DT_LIST.ascx | 2 +- .../mod_storicoAzioniOperatore.ascx | 2 +- GMW/WebUserControls/mod_testata.ascx | 2 +- Jenkinsfile | 2 +- 6 files changed, 41 insertions(+), 41 deletions(-) diff --git a/GMW/POST_Finiti_OUT.aspx b/GMW/POST_Finiti_OUT.aspx index 42d51dd4..803038e3 100644 --- a/GMW/POST_Finiti_OUT.aspx +++ b/GMW/POST_Finiti_OUT.aspx @@ -10,43 +10,43 @@ -
-
- - - - - - - -
+
+
+ + + + + + +
- - -
- -
-
- -
-
-
-
-
-
-
- -
-
- -
-
-
-
- -
-
+
+ + +
+ +
+
+ +
-
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+
+
diff --git a/GMW/WebUserControls/mod_PostRX_DT.ascx b/GMW/WebUserControls/mod_PostRX_DT.ascx index cc60d417..cdc5f8f4 100644 --- a/GMW/WebUserControls/mod_PostRX_DT.ascx +++ b/GMW/WebUserControls/mod_PostRX_DT.ascx @@ -30,7 +30,7 @@ - + diff --git a/GMW/WebUserControls/mod_postRX_DT_LIST.ascx b/GMW/WebUserControls/mod_postRX_DT_LIST.ascx index d9a8221f..5245de8c 100644 --- a/GMW/WebUserControls/mod_postRX_DT_LIST.ascx +++ b/GMW/WebUserControls/mod_postRX_DT_LIST.ascx @@ -31,7 +31,7 @@ <%: traduci("Reset") %> - + diff --git a/GMW/WebUserControls/mod_storicoAzioniOperatore.ascx b/GMW/WebUserControls/mod_storicoAzioniOperatore.ascx index c4152745..ea9c0446 100644 --- a/GMW/WebUserControls/mod_storicoAzioniOperatore.ascx +++ b/GMW/WebUserControls/mod_storicoAzioniOperatore.ascx @@ -29,7 +29,7 @@
- + diff --git a/GMW/WebUserControls/mod_testata.ascx b/GMW/WebUserControls/mod_testata.ascx index 40cb8dda..da81d70e 100644 --- a/GMW/WebUserControls/mod_testata.ascx +++ b/GMW/WebUserControls/mod_testata.ascx @@ -19,7 +19,7 @@
diff --git a/Jenkinsfile b/Jenkinsfile index d1249b59..ce3aebf9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=2097']) { + withEnv(['NEXT_BUILD_NUMBER=2100']) { // impiego numero di build del SINGOLO RAMO // env.versionNumber = VersionNumber(versionNumberString : '4.0.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) // forzo numero di build x tutti rami uguali