diff --git a/ETS-WS/ETS-WS/ETS-WS.csproj b/ETS-WS/ETS-WS/ETS-WS.csproj index e788c2a..fadbe15 100644 --- a/ETS-WS/ETS-WS/ETS-WS.csproj +++ b/ETS-WS/ETS-WS/ETS-WS.csproj @@ -160,6 +160,7 @@ + diff --git a/ETS-WS/ETS-WS/WebUserControls/mod_admin.ascx b/ETS-WS/ETS-WS/WebUserControls/mod_admin.ascx index effee04..d57a5cd 100644 --- a/ETS-WS/ETS-WS/WebUserControls/mod_admin.ascx +++ b/ETS-WS/ETS-WS/WebUserControls/mod_admin.ascx @@ -1,13 +1,19 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_admin.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_admin" %> -

- Funzionalità amministrative

-
-
    -
  • - -
  • -
  • - + +
    +

    Funzionalità amministrative

    +
    +
    + + + +
diff --git a/ETS-WS/ETS-WS/WebUserControls/mod_anagFasi.ascx b/ETS-WS/ETS-WS/WebUserControls/mod_anagFasi.ascx index 29ae43d..9b662b1 100644 --- a/ETS-WS/ETS-WS/WebUserControls/mod_anagFasi.ascx +++ b/ETS-WS/ETS-WS/WebUserControls/mod_anagFasi.ascx @@ -7,7 +7,7 @@ - + diff --git a/ETS-WS/ETS-WS/WebUserControls/mod_anagTags.ascx b/ETS-WS/ETS-WS/WebUserControls/mod_anagTags.ascx index 3c2eb4c..d0da394 100644 --- a/ETS-WS/ETS-WS/WebUserControls/mod_anagTags.ascx +++ b/ETS-WS/ETS-WS/WebUserControls/mod_anagTags.ascx @@ -6,7 +6,7 @@ - + diff --git a/ETS-WS/ETS-WS/WebUserControls/mod_inputDati.ascx b/ETS-WS/ETS-WS/WebUserControls/mod_inputDati.ascx index 1fc85f7..475de61 100644 --- a/ETS-WS/ETS-WS/WebUserControls/mod_inputDati.ascx +++ b/ETS-WS/ETS-WS/WebUserControls/mod_inputDati.ascx @@ -93,7 +93,7 @@
-
diff --git a/ETS-WS/ETS-WS/bin/ETS-WS.dll b/ETS-WS/ETS-WS/bin/ETS-WS.dll index 08f6131..4ab7e02 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/css/ETS.css b/ETS-WS/ETS-WS/bin/css/ETS.css index 0ef9018..a1ad7f1 100644 --- a/ETS-WS/ETS-WS/bin/css/ETS.css +++ b/ETS-WS/ETS-WS/bin/css/ETS.css @@ -171,4 +171,12 @@ color: #333333; background-color: Yellow; } - FINE area gridview */ \ No newline at end of file + FINE area gridview */ + + .divTitoloAdmin + { + background-color: #BF8130; + padding: 5px 0px 5px 5px; + } + + \ No newline at end of file diff --git a/ETS-WS/ETS-WS/css/ETS.css b/ETS-WS/ETS-WS/css/ETS.css index 0ef9018..6828ef7 100644 --- a/ETS-WS/ETS-WS/css/ETS.css +++ b/ETS-WS/ETS-WS/css/ETS.css @@ -171,4 +171,13 @@ color: #333333; background-color: Yellow; } - FINE area gridview */ \ No newline at end of file + FINE area gridview */ + + .divTitoloAdmin + { + background-color: #BF8130; + padding: 5px 0px 5px 5px; + color: White; + } + + \ No newline at end of file diff --git a/ETS-WS/ETS-WS/images/AdminAreaTagFasi.png b/ETS-WS/ETS-WS/images/AdminAreaTagFasi.png new file mode 100644 index 0000000..5416166 Binary files /dev/null and b/ETS-WS/ETS-WS/images/AdminAreaTagFasi.png differ diff --git a/ETS-WS/ETS-WS/images/gantt.png b/ETS-WS/ETS-WS/images/gantt.png new file mode 100644 index 0000000..083c99a Binary files /dev/null and b/ETS-WS/ETS-WS/images/gantt.png differ diff --git a/ETS-WS/ETS-WS/images/tags.png b/ETS-WS/ETS-WS/images/tags.png new file mode 100644 index 0000000..50a1abe Binary files /dev/null and b/ETS-WS/ETS-WS/images/tags.png differ