Uniformisation style pour meilleur compatibilité entre auguria et eldy
This commit is contained in:
parent
be0d513023
commit
3ed76c05c0
@ -19,10 +19,23 @@
|
|||||||
* $Source$
|
* $Source$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
header('Content-type: text/css');
|
/**
|
||||||
|
\file htdocs/theme/auguria/auguria.css.php
|
||||||
|
\brief Fichier de style CSS du theme Auguria
|
||||||
|
\version $Revision$
|
||||||
|
*/
|
||||||
|
|
||||||
require("../../conf/conf.php");
|
require("../../conf/conf.php");
|
||||||
|
|
||||||
|
// Define css type
|
||||||
|
header('Content-type: text/css');
|
||||||
|
// Important: Avoid page request by browser and dynamic build at
|
||||||
|
// each Dolibarr page access.
|
||||||
|
if (! $conf->global->MAIN_ENABLE_DEVELOPMENT)
|
||||||
|
{
|
||||||
|
//header('Cache-Control: max-age=3600, public, must-revalidate');
|
||||||
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
@ -46,31 +59,31 @@ a:visited {font-weight: bold; color: #000000; text-decoration: none; }
|
|||||||
a:active {font-weight: bold; color: #000000; text-decoration: none; }
|
a:active {font-weight: bold; color: #000000; text-decoration: none; }
|
||||||
a:hover {font-weight: bold; color: #000000; text-decoration: none; }
|
a:hover {font-weight: bold; color: #000000; text-decoration: none; }
|
||||||
input
|
input
|
||||||
{
|
{
|
||||||
|
|
||||||
background: #FDFDFD;
|
background: #FDFDFD;
|
||||||
border: 1px solid #ACBCBB;
|
border: 1px solid #ACBCBB;
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
input.flat
|
input.flat
|
||||||
{
|
{
|
||||||
|
|
||||||
background: #FDFDFD;
|
background: #FDFDFD;
|
||||||
border: 1px solid #ACBCBB;
|
border: 1px solid #ACBCBB;
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
|
|
||||||
background: #FDFDFD;
|
background: #FDFDFD;
|
||||||
border: 1px solid #ACBCBB;
|
border: 1px solid #ACBCBB;
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
textarea.flat
|
textarea.flat
|
||||||
{
|
{
|
||||||
|
|
||||||
background: #FDFDFD;
|
background: #FDFDFD;
|
||||||
border: 1px solid #ACBCBB;
|
border: 1px solid #ACBCBB;
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
@ -78,14 +91,14 @@ textarea.flat
|
|||||||
}
|
}
|
||||||
select.flat
|
select.flat
|
||||||
{
|
{
|
||||||
|
|
||||||
border: 1px solid #ACBCBB;
|
border: 1px solid #ACBCBB;
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
|
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
background-image : url(<?php echo $dolibarr_main_url_root.'/theme/auguria/img/button_bg.png' ?>);
|
background-image : url(<?php echo $dolibarr_main_url_root.'/theme/auguria/img/button_bg.png' ?>);
|
||||||
@ -213,6 +226,9 @@ font.tmenudisabled
|
|||||||
font-size:12px;
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Pour menu TOP auguria */
|
||||||
|
|
||||||
div.tmenu ul {
|
div.tmenu ul {
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
@ -220,7 +236,7 @@ div.tmenu ul {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tmenu li {
|
div.tmenu li {
|
||||||
float: left;
|
float: left;
|
||||||
border-right: solid 1px #4F9EC9;
|
border-right: solid 1px #4F9EC9;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
@ -231,7 +247,7 @@ div.tmenu li {
|
|||||||
padding:0;
|
padding:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tmenu li a{
|
div.tmenu li a{
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color:#FFFFFF;
|
color:#FFFFFF;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
@ -248,7 +264,7 @@ div.tmenu li a{
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.tmenu li a#sel
|
div.tmenu li a#sel
|
||||||
{
|
{
|
||||||
background:#FFFFFF;
|
background:#FFFFFF;
|
||||||
color:#4F9EC9;
|
color:#4F9EC9;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -266,8 +282,6 @@ div.tmenu li a:hover
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
div.tmenu li a:active
|
div.tmenu li a:active
|
||||||
{
|
{
|
||||||
color:#4F9EC9;
|
color:#4F9EC9;
|
||||||
@ -280,10 +294,6 @@ div.tmenu li a:link
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ============================================================================== */
|
|
||||||
/* Menu gauche */
|
|
||||||
/* ============================================================================== */
|
|
||||||
|
|
||||||
.tmenu a:active
|
.tmenu a:active
|
||||||
{
|
{
|
||||||
background:#4F9EC9;
|
background:#4F9EC9;
|
||||||
@ -298,6 +308,7 @@ div.tmenu .tmenudisabled
|
|||||||
padding-top:3px;
|
padding-top:3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Login */
|
/* Login */
|
||||||
|
|
||||||
a.login
|
a.login
|
||||||
@ -332,8 +343,11 @@ img.login
|
|||||||
/* Barre de gauche */
|
/* Barre de gauche */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
.menu_titre a {font-size:11px; text-align:left; font-weight: bold; color:#FFFFFF}
|
a.vmenu:link { font-size:11px; text-align:left; font-weight: bold; color:#000000}
|
||||||
font.menu_titre_disabled { font-size:11px; text-align:left; font-weight: bold; color: #757575; }
|
a.vmenu:visited { font-size:11px; text-align:left; font-weight: bold; color:#000000}
|
||||||
|
a.vmenu:active { font-size:11px; text-align:left; font-weight: bold; color:#000000}
|
||||||
|
a.vmenu:hover { font-size:11px; text-align:left; font-weight: bold; color:#000000}
|
||||||
|
font.vmenudisabled { font-size:11px; text-align:left; font-weight: bold; color: #757575; }
|
||||||
|
|
||||||
a.vsmenu:link { font-size:11px; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
a.vsmenu:link { font-size:11px; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||||
a.vsmenu:visited { font-size:11px; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
a.vsmenu:visited { font-size:11px; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||||
@ -341,24 +355,20 @@ a.vsmenu:active { font-size:11px; text-align:left; font-weight: normal; colo
|
|||||||
a.vsmenu:hover { font-size:11px; text-align:left; font-weight: normal; color: RGB(94,148,181); margin: 1em 1em 1em 1em; }
|
a.vsmenu:hover { font-size:11px; text-align:left; font-weight: normal; color: RGB(94,148,181); margin: 1em 1em 1em 1em; }
|
||||||
font.vsmenudisabled { font-size:11px; text-align:left; font-weight: normal; color: #757575; margin: 1em 1em 1em 1em; }
|
font.vsmenudisabled { font-size:11px; text-align:left; font-weight: normal; color: #757575; margin: 1em 1em 1em 1em; }
|
||||||
|
|
||||||
|
a.help:link { font-size: 10px; font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #68ACCF; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
|
a.help:visited { font-size: 10px; font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #68ACCF; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
|
a.help:active { font-size: 10px; font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #6198BA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
|
a.help:hover { font-size: 10px; font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #6198BA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
|
/* Pour menu gauche Auguria */
|
||||||
|
|
||||||
|
.menu_titre a {font-size:11px; text-align:left; font-weight: bold; color:#FFFFFF}
|
||||||
|
font.menu_titre_disabled { font-size:11px; text-align:left; font-weight: bold; color: #757575; }
|
||||||
|
|
||||||
a.menu_titre:link { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
a.menu_titre:link { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
||||||
a.menu_titre:visited { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
a.menu_titre:visited { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
||||||
a.menu_titre:active { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
a.menu_titre:active { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
||||||
a.menu_titre:hover { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
a.menu_titre:hover { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
||||||
|
|
||||||
a.vmenu:link { font-size:11px; text-align:left; font-weight: bold; color:#000000}
|
|
||||||
a.vmenu:visited { font-size:11px; text-align:left; font-weight: bold; color:#000000}
|
|
||||||
a.vmenu:active { font-size:11px; text-align:left; font-weight: bold; color:#000000}
|
|
||||||
a.vmenu:hover { font-size:11px; text-align:left; font-weight: bold; color:#000000}
|
|
||||||
font.vmenudisabled { font-size:11px; text-align:left; font-weight: bold; color: #757575; }
|
|
||||||
|
|
||||||
a.help:link { font: 10px; font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #68ACCF; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
|
||||||
a.help:visited { font: 10px; font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #68ACCF; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
|
||||||
a.help:active { font: 10px; font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #6198BA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
|
||||||
a.help:hover { font: 10px; font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #6198BA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
div.menu
|
div.menu
|
||||||
{
|
{
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
@ -404,13 +414,7 @@ div.menu_fin {
|
|||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
div.help {
|
|
||||||
margin-left:5px;
|
|
||||||
margin-top:15px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.blockvmenuimpair a.vmenu, div.blockvmenupair a.vmenu
|
div.blockvmenuimpair a.vmenu, div.blockvmenupair a.vmenu
|
||||||
{
|
{
|
||||||
@ -446,23 +450,30 @@ div.blockvmenuimpair form .button, div.blockvmenupair form .button
|
|||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.barre {
|
div.help
|
||||||
|
{
|
||||||
|
margin-left:5px;
|
||||||
|
margin-top:15px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.barre {
|
||||||
border-right: 1px solid #000000;
|
border-right: 1px solid #000000;
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
background: #b3c5cc;
|
background: #b3c5cc;
|
||||||
font:;
|
font:;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.barre_select {
|
td.barre_select {
|
||||||
background: #b3c5cc;
|
background: #b3c5cc;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.photo {
|
td.photo {
|
||||||
background: #F4F4F4;
|
background: #F4F4F4;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
border: 1px solid #b3c5cc;
|
border: 1px solid #b3c5cc;
|
||||||
}
|
}
|
||||||
@ -484,7 +495,7 @@ div.formsearch
|
|||||||
background: #d0d4d7;
|
background: #d0d4d7;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 130px;
|
left: 130px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
@ -514,8 +525,8 @@ div.tabBar {
|
|||||||
-moz-border-radius-bottomleft:6px;
|
-moz-border-radius-bottomleft:6px;
|
||||||
-moz-border-radius-bottomright:6px;
|
-moz-border-radius-bottomright:6px;
|
||||||
border-right: 1px solid #68ACCF ;
|
border-right: 1px solid #68ACCF ;
|
||||||
border-bottom: 1px solid #68ACCF;
|
border-bottom: 1px solid #68ACCF;
|
||||||
border-left: 1px solid #68ACCF;
|
border-left: 1px solid #68ACCF;
|
||||||
border-top: 1px solid #68ACCF;
|
border-top: 1px solid #68ACCF;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -525,6 +536,7 @@ div.tabsAction {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* onglet_inf ne sert qu'a telephonie. A virer */
|
||||||
div.onglet_inf
|
div.onglet_inf
|
||||||
{
|
{
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -536,7 +548,7 @@ div.onglet_inf
|
|||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
height: 19px;
|
height: 19px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -555,6 +567,7 @@ a.onglet_inf {
|
|||||||
border-bottom: 1px solid #555555;
|
border-bottom: 1px solid #555555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
a.tabTitle {
|
a.tabTitle {
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
color: #6198BA;
|
color: #6198BA;
|
||||||
@ -637,69 +650,69 @@ a.tabimage {
|
|||||||
|
|
||||||
/* Nouvelle syntaxe à utiliser */
|
/* Nouvelle syntaxe à utiliser */
|
||||||
|
|
||||||
a.butAction:link {
|
a.butAction:link {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: #68ACCF;
|
background: #68ACCF;
|
||||||
border: 1px solid #8CACBB;
|
border: 1px solid #8CACBB;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
padding: 0em 0.7em;
|
padding: 0em 0.7em;
|
||||||
margin: 0em 0.5em;
|
margin: 0em 0.5em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
|
|
||||||
a.butAction:visited {
|
a.butAction:visited {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: #68ACCF;
|
background: #68ACCF;
|
||||||
border: 1px solid #8CACBB;
|
border: 1px solid #8CACBB;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
padding: 0em 0.7em;
|
padding: 0em 0.7em;
|
||||||
margin: 0em 0.5em;
|
margin: 0em 0.5em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
|
|
||||||
a.butAction:active {
|
a.butAction:active {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid #8CACBB;
|
border: 1px solid #8CACBB;
|
||||||
color: #6198BA;
|
color: #6198BA;
|
||||||
padding: 0em 0.7em;
|
padding: 0em 0.7em;
|
||||||
margin: 0em 0.5em;
|
margin: 0em 0.5em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
|
|
||||||
a.butAction:hover {
|
a.butAction:hover {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border: 1px solid #8CACBB;
|
border: 1px solid #8CACBB;
|
||||||
color: #6198BA;
|
color: #6198BA;
|
||||||
padding: 0em 0.7em;
|
padding: 0em 0.7em;
|
||||||
margin: 0em 0.5em;
|
margin: 0em 0.5em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
|
|
||||||
a.butActionRefuse {
|
a.butActionRefuse {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid red;
|
border: 1px solid red;
|
||||||
color: #436976;
|
color: #436976;
|
||||||
padding: 0em 0.7em;
|
padding: 0em 0.7em;
|
||||||
margin: 0em 0.5em;
|
margin: 0em 0.5em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
|
|
||||||
a.butActionRefuse:hover {
|
a.butActionRefuse:hover {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: #dee7ec; }
|
background: #dee7ec; }
|
||||||
|
|
||||||
|
|
||||||
a.butActionDelete {
|
a.butActionDelete {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: red;
|
background: red;
|
||||||
border: 1px solid red;
|
border: 1px solid red;
|
||||||
color: red;
|
color: red;
|
||||||
padding: 0em 0.7em;
|
padding: 0em 0.7em;
|
||||||
margin: 0em 0.5em;
|
margin: 0em 0.5em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
|
|
||||||
a.butActionDelete:link { font-weight: bold; background: white; border: 1px solid #997777; color: #red; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.butActionDelete:link { font-weight: bold; background: white; border: 1px solid #997777; color: #red; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
@ -714,13 +727,13 @@ a.tabAction:link { font-weight: bold; background: #68ACCF; border: 1px solid
|
|||||||
a.tabAction:visited { font-weight: bold; background: #68ACCF; border: 1px solid #8CACBB; color: #FFFFFF; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.tabAction:visited { font-weight: bold; background: #68ACCF; border: 1px solid #8CACBB; color: #FFFFFF; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
a.tabAction:active { font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #6198BA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.tabAction:active { font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #6198BA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
a.tabAction:hover { font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #6198BA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.tabAction:hover { font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #6198BA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
|
|
||||||
a.butDelete:link { font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.butDelete:link { font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
a.butDelete:active { font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.butDelete:active { font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
a.butDelete:visited { font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.butDelete:visited { font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
a.butDelete:hover { font-weight: bold; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.butDelete:hover { font-weight: bold; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
/* Tables */
|
/* Tables */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
@ -807,7 +820,7 @@ width: 100%;
|
|||||||
border:0px;
|
border:0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.liste_titre {
|
tr.liste_titre {
|
||||||
background: #68ACCF;
|
background: #68ACCF;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font: 12px arial, helvetica, verdana, sans-serif;
|
font: 12px arial, helvetica, verdana, sans-serif;
|
||||||
@ -817,7 +830,7 @@ white-space: nowrap;
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
td.liste_titre {
|
td.liste_titre {
|
||||||
background: #68ACCF;
|
background: #68ACCF;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font: 12px arial, helvetica, verdana, sans-serif;
|
font: 12px arial, helvetica, verdana, sans-serif;
|
||||||
@ -828,7 +841,7 @@ white-space: nowrap;
|
|||||||
}
|
}
|
||||||
|
|
||||||
td.liste_titre_sel
|
td.liste_titre_sel
|
||||||
{
|
{
|
||||||
background: #68ACCF;
|
background: #68ACCF;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font: 12px arial, helvetica, verdana, sans-serif;
|
font: 12px arial, helvetica, verdana, sans-serif;
|
||||||
@ -838,20 +851,20 @@ white-space: normal;
|
|||||||
-moz-border-radius-topleft:6px;
|
-moz-border-radius-topleft:6px;
|
||||||
-moz-border-radius-topright:6px;
|
-moz-border-radius-topright:6px;
|
||||||
}
|
}
|
||||||
input.liste_titre {
|
input.liste_titre {
|
||||||
background: #7699A9;
|
background: #7699A9;
|
||||||
background-image : url(<?php echo $dolibarr_main_url_root.'/theme/auguria/img/liste_titre.png' ?>);
|
background-image : url(<?php echo $dolibarr_main_url_root.'/theme/auguria/img/liste_titre.png' ?>);
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.liste_total td {
|
tr.liste_total td {
|
||||||
border-top: 0px solid #888888;
|
border-top: 0px solid #888888;
|
||||||
background: #F4F4F4;
|
background: #F4F4F4;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
background: #7699A9;
|
background: #7699A9;
|
||||||
color: #334444;
|
color: #334444;
|
||||||
|
|
||||||
@ -863,32 +876,32 @@ border-bottom: 1px solid #FFFFFF;
|
|||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.border {
|
td.border {
|
||||||
border-top: 1px solid #000000;
|
border-top: 1px solid #000000;
|
||||||
border-right: 1px solid #000000;
|
border-right: 1px solid #000000;
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
border-left: 1px solid #000000;
|
border-left: 1px solid #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pair {
|
.pair {
|
||||||
background: #e6ebed;
|
background: #e6ebed;
|
||||||
|
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
.pair:hover {
|
.pair:hover {
|
||||||
background: #c0c4c7;
|
background: #c0c4c7;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.impair {
|
.impair {
|
||||||
background: #d0d4d7;
|
background: #d0d4d7;
|
||||||
|
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
.impair:hover {
|
.impair:hover {
|
||||||
background: #c0c4c7;
|
background: #c0c4c7;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
@ -897,7 +910,7 @@ border: 0px;
|
|||||||
/*
|
/*
|
||||||
* Boxes
|
* Boxes
|
||||||
*/
|
*/
|
||||||
tr.box_titre {
|
tr.box_titre {
|
||||||
background: #68ACCF;
|
background: #68ACCF;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font: 12px;
|
font: 12px;
|
||||||
@ -908,12 +921,12 @@ white-space: normal;
|
|||||||
-moz-border-radius-topright:6px;
|
-moz-border-radius-topright:6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.box_impair {
|
tr.box_impair {
|
||||||
background: #e6ebed;
|
background: #e6ebed;
|
||||||
font: 12px;
|
font: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.box_pair {
|
tr.box_pair {
|
||||||
background: #d0d4d7;
|
background: #d0d4d7;
|
||||||
font: 12px;
|
font: 12px;
|
||||||
}
|
}
|
||||||
@ -938,7 +951,7 @@ div.warning {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.error {
|
div.error {
|
||||||
color: #550000; font-weight: bold;
|
color: #550000; font-weight: bold;
|
||||||
padding: 0.2em 0.2em 0.2em 0.2em;
|
padding: 0.2em 0.2em 0.2em 0.2em;
|
||||||
margin: 0.5em 0em 0.5em 0em;
|
margin: 0.5em 0em 0.5em 0em;
|
||||||
border: 1px solid #8C9CAB;
|
border: 1px solid #8C9CAB;
|
||||||
@ -949,7 +962,7 @@ div.error {
|
|||||||
* Liens Payes/Non payes
|
* Liens Payes/Non payes
|
||||||
*/
|
*/
|
||||||
|
|
||||||
a.normal:link { font-weight: normal }
|
a.normal:link { font-weight: normal }
|
||||||
a.normal:visited { font-weight: normal }
|
a.normal:visited { font-weight: normal }
|
||||||
a.normal:active { font-weight: normal }
|
a.normal:active { font-weight: normal }
|
||||||
a.normal:hover { font-weight: normal }
|
a.normal:hover { font-weight: normal }
|
||||||
@ -965,9 +978,9 @@ a.impayee:hover { font-weight: bold; color: #550000; }
|
|||||||
/*
|
/*
|
||||||
* Lignes titre espace
|
* Lignes titre espace
|
||||||
*/
|
*/
|
||||||
div.titre {
|
div.titre {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #57A2CA;
|
color: #57A2CA;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
|
|
||||||
|
|
||||||
@ -975,25 +988,25 @@ div.titre {
|
|||||||
* Formulaire confirmation
|
* Formulaire confirmation
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
td.validtitle {
|
td.validtitle {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: #EECC55;
|
background: #EECC55;
|
||||||
}
|
}
|
||||||
td.valid {
|
td.valid {
|
||||||
background: #EECC55;
|
background: #EECC55;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
td.small {
|
td.small {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.nonpayed {
|
tr.nonpayed {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div.version {
|
div.version {
|
||||||
background: #F4F4F4;
|
background: #F4F4F4;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
@ -1043,7 +1056,7 @@ ul.arbre ul {
|
|||||||
ul.arbre li {
|
ul.arbre li {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
ul.arbre li li {
|
ul.arbre li li {
|
||||||
margin: 0 0 0 16px;
|
margin: 0 0 0 16px;
|
||||||
@ -1128,7 +1141,7 @@ div.menuFleche
|
|||||||
#dhtmltooltip
|
#dhtmltooltip
|
||||||
{
|
{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 200px;
|
width: 300px;
|
||||||
border: 1px solid #444444;
|
border: 1px solid #444444;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
background-color: lightyellow;
|
background-color: lightyellow;
|
||||||
@ -1140,13 +1153,13 @@ z-index: 100;
|
|||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
/* Calendar */
|
/* Calendar */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
.bodyline {
|
.bodyline {
|
||||||
-moz-border-radius:8px;
|
-moz-border-radius:8px;
|
||||||
border: 1px #E4ECEC outset;
|
border: 1px #E4ECEC outset;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
margin-bottom:5px;
|
margin-bottom:5px;
|
||||||
}
|
}
|
||||||
table.dp {
|
table.dp {
|
||||||
width: 180px;
|
width: 180px;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
border-top: solid 2px #DDDDDD;
|
border-top: solid 2px #DDDDDD;
|
||||||
@ -1155,16 +1168,16 @@ table.dp {
|
|||||||
border-bottom: solid 1px #222222;
|
border-bottom: solid 1px #222222;
|
||||||
}
|
}
|
||||||
.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
|
.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
|
||||||
.dpHead,.tpHead,.tpHour td:Hover .tpHead{
|
.dpHead,.tpHead,.tpHour td:Hover .tpHead{
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
background-color:#b3c5cc;
|
background-color:#b3c5cc;
|
||||||
color:white;
|
color:white;
|
||||||
font-size:11px;
|
font-size:11px;
|
||||||
cursor:auto;
|
cursor:auto;
|
||||||
}
|
}
|
||||||
.dpButtons,.tpButtons {
|
.dpButtons,.tpButtons {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
background-color:#617389;color:#FFFFFF; font-weight:bold;
|
background-color:#617389;color:#FFFFFF; font-weight:bold;
|
||||||
border: 1px outset black;
|
border: 1px outset black;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
@ -1197,7 +1210,7 @@ font-size:9px;
|
|||||||
border-width:0px;
|
border-width:0px;
|
||||||
color:#0B63A2;
|
color:#0B63A2;
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -33,8 +33,10 @@ require("../../conf/conf.php");
|
|||||||
header('Content-type: text/css');
|
header('Content-type: text/css');
|
||||||
// Important: Avoid page request by browser and dynamic build at
|
// Important: Avoid page request by browser and dynamic build at
|
||||||
// each Dolibarr page access.
|
// each Dolibarr page access.
|
||||||
header('Cache-Control: max-age=3600, public, must-revalidate');
|
if (! $conf->global->MAIN_ENABLE_DEVELOPMENT)
|
||||||
|
{
|
||||||
|
header('Cache-Control: max-age=3600, public, must-revalidate');
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
@ -225,6 +227,89 @@ font.tmenudisabled
|
|||||||
font-size:12px;
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Pour menu TOP auguria */
|
||||||
|
|
||||||
|
div.tmenu ul {
|
||||||
|
padding: 0px 0px 0px 0px;
|
||||||
|
margin: 0px 0px 0px 0px;
|
||||||
|
list-style: none;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tmenu li {
|
||||||
|
float: left;
|
||||||
|
border-right: solid 1px #4F9EC9;
|
||||||
|
height: 22px;
|
||||||
|
position:relative;
|
||||||
|
liste-style:none;
|
||||||
|
display: block;
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tmenu li a{
|
||||||
|
font-size: 13px;
|
||||||
|
color:#FFFFFF;
|
||||||
|
text-decoration:none;
|
||||||
|
padding-left:10px;
|
||||||
|
padding-right:10px;
|
||||||
|
padding-top: 2px;
|
||||||
|
height: 22px;
|
||||||
|
display: block;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
* html div.tmenu li a{
|
||||||
|
width:40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tmenu li a#sel
|
||||||
|
{
|
||||||
|
background:#FFFFFF;
|
||||||
|
color:#4F9EC9;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
div.tmenu li a:visited
|
||||||
|
{
|
||||||
|
color:#FFFFFF;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tmenu li a:hover
|
||||||
|
{
|
||||||
|
background:#FFFFFF;
|
||||||
|
color:#4F9EC9;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tmenu li a:active
|
||||||
|
{
|
||||||
|
color:#4F9EC9;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tmenu li a:link
|
||||||
|
{
|
||||||
|
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tmenu a:active
|
||||||
|
{
|
||||||
|
background:#4F9EC9;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tmenu .tmenudisabled
|
||||||
|
{
|
||||||
|
color: #757575;
|
||||||
|
font-size: 13px;
|
||||||
|
padding-left:10px;
|
||||||
|
padding-right:10px;
|
||||||
|
padding-top:3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Login */
|
/* Login */
|
||||||
|
|
||||||
a.login
|
a.login
|
||||||
@ -277,8 +362,68 @@ a.help:visited { font-size:11px; font: helvetica, verdana, arial, sans-seri
|
|||||||
a.help:active { font-size:11px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
a.help:active { font-size:11px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||||
a.help:hover { font-size:11px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
a.help:hover { font-size:11px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* Pour menu gauche Auguria */
|
||||||
|
|
||||||
|
.menu_titre a {font-size:11px; text-align:left; font-weight: bold; color:#FFFFFF}
|
||||||
|
font.menu_titre_disabled { font-size:11px; text-align:left; font-weight: bold; color: #757575; }
|
||||||
|
|
||||||
|
a.menu_titre:link { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
||||||
|
a.menu_titre:visited { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
||||||
|
a.menu_titre:active { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
||||||
|
a.menu_titre:hover { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
||||||
|
|
||||||
|
div.menu
|
||||||
|
{
|
||||||
|
margin: 0px;
|
||||||
|
border-spacing: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
width: 165px;
|
||||||
|
border : 0x solid #68ACCF;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
div.menu_titre {
|
||||||
|
background: url(<?php echo $dolibarr_main_url_root.'/theme/auguria/img/bg-titre-rubrique.png' ?>);
|
||||||
|
padding: 0px;
|
||||||
|
padding-top:7px;
|
||||||
|
padding-left:0px;
|
||||||
|
margin-top: 8px;
|
||||||
|
margin: 0px;
|
||||||
|
height: 21px;
|
||||||
|
text-align: left;
|
||||||
|
font-size : 12px;
|
||||||
|
color : #FFFFFF;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.menu_contenu {
|
||||||
|
background: url(<?php echo $dolibarr_main_url_root.'/theme/auguria/img/bg-rubrique.png' ?>);
|
||||||
|
margin: 0px;
|
||||||
|
padding: 1px;
|
||||||
|
|
||||||
|
padding-right: 6px;
|
||||||
|
font-size : 11px;
|
||||||
|
font-weight:normal;
|
||||||
|
color : #000000;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.menu_fin {
|
||||||
|
background: url(<?php echo $dolibarr_main_url_root.'/theme/auguria/img/bg-bas-rubrique.png' ?>);
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
height:6px;
|
||||||
|
width:165px;
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
div.blockvmenupair
|
div.blockvmenupair
|
||||||
{
|
{
|
||||||
|
width:158px;
|
||||||
border-right: 1px solid #555555;
|
border-right: 1px solid #555555;
|
||||||
border-bottom: 1px solid #555555;
|
border-bottom: 1px solid #555555;
|
||||||
font: helvetica, verdana, arial, sans-serif;
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
@ -295,6 +440,7 @@ div.blockvmenupair
|
|||||||
|
|
||||||
div.blockvmenuimpair
|
div.blockvmenuimpair
|
||||||
{
|
{
|
||||||
|
width:158px;
|
||||||
border-right: 1px solid #555555;
|
border-right: 1px solid #555555;
|
||||||
border-bottom: 1px solid #555555;
|
border-bottom: 1px solid #555555;
|
||||||
font: helvetica, verdana, arial, sans-serif;
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
@ -433,6 +579,7 @@ a.onglet_inf {
|
|||||||
border-bottom: 1px solid #555555;
|
border-bottom: 1px solid #555555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
a.tabTitle {
|
a.tabTitle {
|
||||||
background: #436976;
|
background: #436976;
|
||||||
color: white;
|
color: white;
|
||||||
@ -1041,7 +1188,8 @@ td.hidden {
|
|||||||
margin: 1px 1px 1px 1px;
|
margin: 1px 1px 1px 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Utilise dans smarty uniquement. A virer
|
|
||||||
|
/* Utilise dans smarty uniquement. A virer */
|
||||||
td.alerte {
|
td.alerte {
|
||||||
background: #FF99A9;
|
background: #FF99A9;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file htdocs/theme/freelug/freelug.css
|
\file htdocs/theme/freelug/freelug.css.php
|
||||||
\brief Fichier de style CSS du theme Freelug
|
\brief Fichier de style CSS du theme Freelug
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,10 @@ require("../../conf/conf.php");
|
|||||||
header('Content-type: text/css');
|
header('Content-type: text/css');
|
||||||
// Important: Avoid page request by browser and dynamic build at
|
// Important: Avoid page request by browser and dynamic build at
|
||||||
// each Dolibarr page access.
|
// each Dolibarr page access.
|
||||||
header('Cache-Control: max-age=3600, public, must-revalidate');
|
if (! $conf->global->MAIN_ENABLE_DEVELOPMENT)
|
||||||
|
{
|
||||||
|
header('Cache-Control: max-age=3600, public, must-revalidate');
|
||||||
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
@ -64,7 +64,7 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_MAIL_SMTP
|
|||||||
|
|
||||||
insert into llx_const (name, value, type, note, visible) values ('MAIN_UPLOAD_DOC','2048','chaine','Max size for file upload (0 means no upload allowed)',0);
|
insert into llx_const (name, value, type, note, visible) values ('MAIN_UPLOAD_DOC','2048','chaine','Max size for file upload (0 means no upload allowed)',0);
|
||||||
|
|
||||||
insert into llx_const(name,value,type,visible,note) values('MAIN_SHOW_DEVELOPMENT_MODULES','0','yesno',1,'Make development modules visible');
|
insert into llx_const(name,value,type,visible,note) values('MAIN_ENABLE_DEVELOPMENT','0','yesno',1,'Make development modules visible');
|
||||||
insert into llx_const(name,value,type,visible,note) values('PRODUCT_SHOW_WHEN_CREATE','0','yesno',1,'Add products list in first step of proposal, invoice, order creation');
|
insert into llx_const(name,value,type,visible,note) values('PRODUCT_SHOW_WHEN_CREATE','0','yesno',1,'Add products list in first step of proposal, invoice, order creation');
|
||||||
|
|
||||||
insert into llx_const(name,value,type,visible,note) values('MAIN_FASTSEARCH_COMPANY','1','yesno',0,'Show form for quick company search');
|
insert into llx_const(name,value,type,visible,note) values('MAIN_FASTSEARCH_COMPANY','1','yesno',0,'Show form for quick company search');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user