2 if (!defined(
'ISLOADEDBYSTEELSHEET')) die(
'Must be call by steelsheet'); ?>
12 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
15 if (!empty($conf->global->THEME_INFOBOX_COLOR_ON_BACKGROUND)) $prefix =
'background-';
17 if (!isset($conf->global->THEME_SATURATE_RATIO)) $conf->global->THEME_SATURATE_RATIO = 0.7;
18 if (
GETPOSTISSET(
'THEME_SATURATE_RATIO')) $conf->global->THEME_SATURATE_RATIO =
GETPOST(
'THEME_SATURATE_RATIO',
'int');
23 background-color: #99a17d !important;
24 color: #FFF !important;
30 background-color: #599caf !important;
31 color: #FFF !important;
37 background-color: #79633f !important;
38 color: #FFF !important;
46 <?php echo $prefix; ?>color: #6c6aa8 !important;
49 <?php echo $prefix; ?>color: #a47080 !important;
54 <?php echo $prefix; ?>color: #99a17d !important;
56 .bg-infobox-supplier_proposal,
57 .bg-infobox-invoice_supplier,
58 .bg-infobox-order_supplier{
59 <?php echo $prefix; ?>color: #599caf !important;
61 .bg-infobox-contrat, .bg-infobox-ticket{
62 <?php echo $prefix; ?>color: #46a676 !important;
64 .bg-infobox-bank_account{
65 <?php echo $prefix; ?>color: #b0a53e !important;
67 .bg-infobox-adherent, .bg-infobox-member{
68 <?php echo $prefix; ?>color: #79633f !important;
70 .bg-infobox-expensereport{
71 <?php echo $prefix; ?>color: #79633f !important;
74 <?php echo $prefix; ?>color: #755114 !important;
78 .infobox-adherent, .infobox-member {
79 color: #79633f !important;
82 color: #6c6aa8 !important;
85 color: #a47080 !important;
90 color: #99a17d !important;
92 .infobox-supplier_proposal,
93 .infobox-invoice_supplier,
94 .infobox-order_supplier{
95 color: #599caf !important;
97 .infobox-contrat, .infobox-ticket{
98 color: #46a676 !important;
100 .infobox-bank_account{
101 color: #b0a53e !important;
103 .infobox-adherent, .infobox-member {
104 color: #79633f !important;
106 .infobox-expensereport{
107 color: #79633f !important;
110 color: #755114 !important;
114 .info-box-module-external span.info-box-icon-version {
118 a.info-box-text.info-box-text-a {
121 a.info-box-text-a i.fa.fa-exclamation-triangle {
134 border: 1px solid #e9e9e9;
136 .info-box.info-box-sm{
150 .info-box .progress {
151 background: rgba(0, 0, 0, 0.2);
152 margin: 5px -10px 5px -10px;
156 .info-box .progress .progress-bar {
160 .info-box .progress .progress-bar {
168 background-color: #337ab7;
169 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
170 box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
171 -webkit-transition: width .6s ease;
172 -o-transition: width .6s ease;
173 transition: width .6s ease;
185 <?php
if (isset($conf->global->THEME_SATURATE_RATIO)) { ?>
186 filter: saturate(<?php echo $conf->global->THEME_SATURATE_RATIO; ?>);
189 .info-box-sm .info-box-icon {
194 .opened-dash-board-wrap .info-box-sm .info-box-icon {
197 .info-box-module .info-box-icon {
200 .info-box-icon > img {
203 .info-box-module .info-box-icon > img {
208 box-sizing: border-box;
214 background-color: rgba(0,0,0,0.1);
222 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
223 transition: opacity 0.5s, visibility 0s 0.5s;
226 .info-box-icon-version {
227 box-sizing: border-box;
233 background-color: rgba(0,0,0,0.1);
241 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
242 transition: opacity 0.5s, visibility 0s 0.5s;
245 .box-flex-item.info-box-module.info-box-module-disabled {
255 <?php
if (empty($conf->global->MAIN_DISABLE_GLOBAL_BOXSTATS) && !empty($conf->global->MAIN_INCLUDE_GLOBAL_STATS_IN_OPENED_DASHBOARD)) { ?>
261 .info-box-sm .info-box-icon-text, .info-box-sm .info-box-icon-version{
265 .info-box:hover .info-box-icon-text{
286 text-overflow: ellipsis;
289 text-transform: uppercase;
294 width: calc(100% - 20px);
299 .info-box-text:first-letter{text-transform: uppercase}
300 a.info-box-text{ text-decoration: none;}
314 color: #000 !important;
317 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
318 if (!isset($conf->global->THEME_SATURATE_RATIO)) $conf->global->THEME_SATURATE_RATIO = 0.7;
319 if (
GETPOSTISSET(
'THEME_SATURATE_RATIO')) $conf->global->THEME_SATURATE_RATIO =
GETPOST(
'THEME_SATURATE_RATIO',
'int');
321 .bg-infobox-project i.fa{
322 color: #605ca8 !important;
324 .bg-infobox-action i.fa{
325 color: #d84b80 !important;
327 .bg-infobox-propal i.fa,
328 .bg-infobox-facture i.fa,
329 .bg-infobox-commande i.fa{
330 color: #abb87b !important;
332 .bg-infobox-supplier_proposal i.fa,
333 .bg-infobox-invoice_supplier i.fa,
334 .bg-infobox-order_supplier i.fa{
335 color: #40b0cf !important;
337 .bg-infobox-contrat i.fa, .bg-infobox-ticket i.fa{
338 color: #20a68a !important;
340 .bg-infobox-bank_account i.fa{
341 color: #b0a53e !important;
343 .bg-infobox-adherent i.fa, .bg-infobox-member i.fa{
344 color: #755114 !important;
346 .bg-infobox-expensereport i.fa{
347 color: #755114 !important;
349 .bg-infobox-holiday i.fa{
350 color: #755114 !important;
354 .fa-dol-action:before {
357 .fa-dol-propal:before,
358 .fa-dol-supplier_proposal:before {
361 .fa-dol-facture:before,
362 .fa-dol-invoice_supplier:before {
365 .fa-dol-project:before {
368 .fa-dol-commande:before,
369 .fa-dol-order_supplier:before {
372 .fa-dol-contrat:before {
375 .fa-dol-ticket:before {
378 .fa-dol-bank_account:before {
381 .fa-dol-member:before {
384 .fa-dol-expensereport:before {
387 .fa-dol-holiday:before {
393 .info-box-weather .info-box-icon{
394 background: #eee !important;
396 .fa-weather-level0:before{
400 .fa-weather-level1:before{
404 .fa-weather-level2:before{
408 .fa-weather-level3:before{
412 .fa-weather-level4:before{
465 margin: 5px 0px 0px 15px;
467 .box-flex-item.filler{
468 margin: 0px 0px 0px 15px !important;
477 .info-box-module .info-box-content {
482 @media only screen and (max-width: 1740px) {
488 @media only screen and (max-width: 767px) {
492 .info-box-sm .info-box-icon {
495 .info-box-sm .info-box-content {
GETPOST($paramname, $check= 'alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
</td > param sortfield sortorder printFieldListOption< tdclass="liste_titremaxwidthsearchright"></td ></tr >< trclass="liste_titre">< inputtype="checkbox"onClick="toggle(this)"/> Ref p ref Label p label Duration p duration center DesiredStock p desiredstock right StockLimitShort p seuil_stock_alerte right stock_physique right stock_real_warehouse right Ordered right StockToBuy right SupplierRef right param sortfield sortorder printFieldListTitle warehouseinternal SELECT description FROM product_lang WHERE qty< br > qty qty qty StockTooLow StockTooLow help help help< trclass="oddeven">< td >< inputtype="checkbox"class="check"name="choose'.$i.'"></td >< tdclass="nowrap"> stock</td >< td >< inputtype="hidden"name="desc'.$i.'"value="'.dol_escape_htmltag($objp-> description
Only used if Module[ID]Desc translation string is not found.
GETPOSTISSET($paramname)
Return true if we are in a context of submitting the parameter $paramname.