diff --git a/htdocs/resource2/ocstyle/css/style_print.css b/htdocs/resource2/ocstyle/css/style_print.css index 87675968..fd84322c 100644 --- a/htdocs/resource2/ocstyle/css/style_print.css +++ b/htdocs/resource2/ocstyle/css/style_print.css @@ -148,7 +148,7 @@ ul#statmenu { padding: 0px; margin: 0px;} .content2 {float: left; width: 790px; min-height: 500px; margin: 0px; padding: 0px 0px 0px 20px; color: rgb(75,75,75); font-size: 1.0em;} .content3 {float: left; width: 790px; min-height: 500px; margin: 0px; padding: 0px 0px 0px 20px; color: rgb(75,75,75); font-size: 1.0em;} -.content2-container, .content3-container {clear: both; float: left; width: 100%; margin: 0px 0px 15px 0px; padding: 0px;} +.content2-container, .content3-container {clear: both; width: 100%; margin: 0px 0px 15px 0px; padding: 0px;} .content2-container-1col, .content3-container-1col {overflow: hidden; width: 100%; margin: 0px; padding: 0px;} .content2-container-2col {overflow: hidden; width: 272px; margin: 0px; padding: 0px;} .content2-container-2col-left, .content3-container-2col-left {overflow: hidden; float: left; width: 272px; margin: 0px; padding: 0px;} @@ -291,7 +291,7 @@ div.default { /* 7.3 Text colors */ /*------------------*/ .txt-white {color: rgb(255,255,255);} -.txt-black {color: rgb(0,0,0);} +.txt-black {color: rgb(75,75,75);} .txt-grey01 {color: rgb(242,242,242);} .txt-grey02 {color: rgb(230,230,230);} diff --git a/htdocs/resource2/ocstyle/css/style_screen.css b/htdocs/resource2/ocstyle/css/style_screen.css index 6a5ccd66..a2bec581 100644 --- a/htdocs/resource2/ocstyle/css/style_screen.css +++ b/htdocs/resource2/ocstyle/css/style_screen.css @@ -239,7 +239,7 @@ ul#statmenu { padding: 0px; margin: 0px;} .content2 {float: left; width: 790px; min-height: 500px; margin: 0px; padding: 0px 0px 0px 20px; color: rgb(75,75,75); font-size: 1.0em;} .content3 {float: left; width: 790px; min-height: 500px; margin: 0px; padding: 0px 0px 0px 20px; color: rgb(75,75,75); font-size: 1.0em;} -.content2-container, .content3-container {clear: both; float: left; width: 769px; margin: 0px 0px 15px 0px; padding: 0px;} +.content2-container, .content3-container {clear: both; width: 769px; margin: 0px 0px 15px 0px; padding: 0px;} .content2-section-no-p { margin-bottom: 20px !important; } /* use if a section does not contain a
..
to obtain equal spacing to other sections */ .content2-container-1col, .content3-container-1col {overflow: hidden; width: 769px; margin: 0px; padding: 0px;} @@ -470,7 +470,7 @@ a.nooutline:focus { outline: 0; } /* 7.3 Text colors */ /*------------------*/ .txt-white {color: rgb(255,255,255);} -.txt-black {color: rgb(0,0,0);} +.txt-black {color: rgb(75,75,75);} .txt-grey01 {color: rgb(242,242,242);} .txt-grey02 {color: rgb(230,230,230);} diff --git a/htdocs/templates2/ocstyle/adminreports.tpl b/htdocs/templates2/ocstyle/adminreports.tpl index 01e713cf..35621956 100644 --- a/htdocs/templates2/ocstyle/adminreports.tpl +++ b/htdocs/templates2/ocstyle/adminreports.tpl @@ -15,6 +15,7 @@ {t}Reported caches{/t} +{t}The report is already assigned to another admin!{/t}
{elseif $error == 2} @@ -109,6 +110,7 @@ {include file=adminhistory.tpl reportdisplay=true showhistory=true} {/if} +| {t}ID{/t} | {t}Name{/t} | {t}Rights{/t} |
|---|