diff --git a/ETS-WS/ETS-WS/Web.WinLab.config b/ETS-WS/ETS-WS/Web.WinLab.config index 250e038..49d606a 100644 --- a/ETS-WS/ETS-WS/Web.WinLab.config +++ b/ETS-WS/ETS-WS/Web.WinLab.config @@ -3,7 +3,7 @@ - - - - - - - - - - - - - + \ No newline at end of file diff --git a/ETS-WS/ETS-WS/Web.config b/ETS-WS/ETS-WS/Web.config index 6235015..c0d3119 100644 --- a/ETS-WS/ETS-WS/Web.config +++ b/ETS-WS/ETS-WS/Web.config @@ -28,7 +28,7 @@ - + diff --git a/ETS-WS/ETS-WS/bin/ETS-WS.dll b/ETS-WS/ETS-WS/bin/ETS-WS.dll index 7b1c319..65aa611 100644 Binary files a/ETS-WS/ETS-WS/bin/ETS-WS.dll and b/ETS-WS/ETS-WS/bin/ETS-WS.dll differ diff --git a/ETS-WS/ETS-WS/bin/ETS_Data.dll b/ETS-WS/ETS-WS/bin/ETS_Data.dll index a9e216c..3347998 100644 Binary files a/ETS-WS/ETS-WS/bin/ETS_Data.dll and b/ETS-WS/ETS-WS/bin/ETS_Data.dll differ diff --git a/ETS-WS/ETS-WS/bin/css/BuildBlocks.css b/ETS-WS/ETS-WS/bin/css/BuildBlocks.css index ba9f3d7..057306c 100644 --- a/ETS-WS/ETS-WS/bin/css/BuildBlocks.css +++ b/ETS-WS/ETS-WS/bin/css/BuildBlocks.css @@ -60,7 +60,7 @@ /* buttonx con template */ .btnNew { - background-image: url(/images/new_m.png); + background-image: url(../images/new_m.png); background-repeat: no-repeat; background-position: right; border: 1px solid #333333; @@ -69,7 +69,7 @@ } .btnDelete { - background-image: url(/images/elimina_m.png); + background-image: url(../images/elimina_m.png); background-repeat: no-repeat; background-position: right; border: 1px solid #333333; @@ -78,7 +78,7 @@ } .btnGenProto { - background-image: url(/images/proto_l.png); + background-image: url(../images/proto_l.png); background-repeat: no-repeat; background-position: center right; background-color: #ACACFF; @@ -92,7 +92,7 @@ } .btnGenDoc { - background-image: url(/images/doc_l.png); + background-image: url(../images/doc_l.png); background-repeat: no-repeat; background-position: center right; background-color: #ACFFAC; @@ -106,7 +106,7 @@ } .btnGenFax { - background-image: url(/images/fax_l.png); + background-image: url(../images/fax_l.png); background-repeat: no-repeat; background-position: center right; background-color: #ACFFFF; @@ -120,7 +120,7 @@ } .btnGenMail { - background-image: url(/images/email_l.png); + background-image: url(../images/email_l.png); background-repeat: no-repeat; background-position: center right; background-color: #FFFFAC; @@ -134,7 +134,7 @@ } .btnUpdate { - background-image: url(/images/reload_l.png); + background-image: url(../images/reload_l.png); background-repeat: no-repeat; background-position: center right; background-color: #DEDEDE; @@ -148,7 +148,7 @@ } .btnArchivia { - background-image: url(/images/Archive_l.png); + background-image: url(../images/Archive_l.png); background-repeat: no-repeat; background-position: center right; background-color: #DD9977; diff --git a/ETS-WS/ETS-WS/css/BuildBlocks.css b/ETS-WS/ETS-WS/css/BuildBlocks.css index ba9f3d7..057306c 100644 --- a/ETS-WS/ETS-WS/css/BuildBlocks.css +++ b/ETS-WS/ETS-WS/css/BuildBlocks.css @@ -60,7 +60,7 @@ /* buttonx con template */ .btnNew { - background-image: url(/images/new_m.png); + background-image: url(../images/new_m.png); background-repeat: no-repeat; background-position: right; border: 1px solid #333333; @@ -69,7 +69,7 @@ } .btnDelete { - background-image: url(/images/elimina_m.png); + background-image: url(../images/elimina_m.png); background-repeat: no-repeat; background-position: right; border: 1px solid #333333; @@ -78,7 +78,7 @@ } .btnGenProto { - background-image: url(/images/proto_l.png); + background-image: url(../images/proto_l.png); background-repeat: no-repeat; background-position: center right; background-color: #ACACFF; @@ -92,7 +92,7 @@ } .btnGenDoc { - background-image: url(/images/doc_l.png); + background-image: url(../images/doc_l.png); background-repeat: no-repeat; background-position: center right; background-color: #ACFFAC; @@ -106,7 +106,7 @@ } .btnGenFax { - background-image: url(/images/fax_l.png); + background-image: url(../images/fax_l.png); background-repeat: no-repeat; background-position: center right; background-color: #ACFFFF; @@ -120,7 +120,7 @@ } .btnGenMail { - background-image: url(/images/email_l.png); + background-image: url(../images/email_l.png); background-repeat: no-repeat; background-position: center right; background-color: #FFFFAC; @@ -134,7 +134,7 @@ } .btnUpdate { - background-image: url(/images/reload_l.png); + background-image: url(../images/reload_l.png); background-repeat: no-repeat; background-position: center right; background-color: #DEDEDE; @@ -148,7 +148,7 @@ } .btnArchivia { - background-image: url(/images/Archive_l.png); + background-image: url(../images/Archive_l.png); background-repeat: no-repeat; background-position: center right; background-color: #DD9977;