2 if (!defined(
'ISLOADEDBYSTEELSHEET')) die(
'Must be call by steelsheet'); ?>
10 .info-box-module-external span.info-box-icon-version {
20 box-shadow: 1px 1px 15px rgba(192, 192, 192, 0.2);
22 border: 1px solid #e9e9e9;
25 .info-box.info-box-sm {
30 .opened-dash-board-wrap .info-box.info-box-sm {
31 border-radius: 0 0 0 20px;
44 background: rgba(0, 0, 0, 0.2);
45 margin: 5px -10px 5px -10px;
49 .info-box .progress .progress-bar {
53 .info-box .progress .progress-bar {
61 background-color: #337ab7;
62 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
63 box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
64 -webkit-transition: width .6s ease;
65 -o-transition: width .6s ease;
66 transition: width .6s ease;
69 border-top-left-radius: 2px;
70 border-top-right-radius: 0;
71 border-bottom-right-radius: 0;
72 border-bottom-left-radius: 2px;
81 background: rgba(0, 0, 0, 0.08) !important;
84 .info-box-module .info-box-icon {
88 .info-box-sm .info-box-icon {
94 .opened-dash-board-wrap .info-box-sm .info-box-icon {
95 border-radius: 0 0 0 20px;
97 .opened-dash-board-wrap .info-box-sm .info-box-icon {
100 .info-box-module .info-box-icon {
103 .info-box-icon > img {
106 .info-box-module .info-box-icon > img {
110 a.info-box-text.info-box-text-a {
113 a.info-box-text-a i.fa.fa-exclamation-triangle {
118 box-sizing: border-box;
124 background-color: rgba(0,0,0,0.1);
132 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
133 transition: opacity 0.5s, visibility 0s 0.5s;
136 .info-box-icon-version {
137 box-sizing: border-box;
143 background-color: rgba(0,0,0,0.1);
151 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
152 transition: opacity 0.5s, visibility 0s 0.5s;
154 .box-flex-item.info-box-module.info-box-module-disabled {
164 <?php
if (empty($conf->global->MAIN_DISABLE_GLOBAL_BOXSTATS) && !empty($conf->global->MAIN_INCLUDE_GLOBAL_STATS_IN_OPENED_DASHBOARD)) { ?>
170 .info-box-sm .info-box-icon-text, .info-box-sm .info-box-icon-version{
174 .info-box:hover .info-box-icon-text{
182 .info-box-sm .info-box-content{
185 .info-box-sm .info-box-module-enabled {
187 background: linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8);
189 .info-box-content-warning span.font-status4 {
190 color: #bc9526 !important;
211 text-overflow: ellipsis;
214 text-transform: uppercase;
223 .info-box-text:first-letter{text-transform: uppercase}
224 a.info-box-text{ text-decoration: none;}
240 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
243 if (!empty($conf->global->THEME_INFOBOX_COLOR_ON_BACKGROUND)) $prefix =
'background-';
245 if (!isset($conf->global->THEME_SATURATE_RATIO)) $conf->global->THEME_SATURATE_RATIO = 0.7;
246 if (
GETPOSTISSET(
'THEME_SATURATE_RATIO')) $conf->global->THEME_SATURATE_RATIO =
GETPOST(
'THEME_SATURATE_RATIO',
'int');
250 <?php
if ($prefix) { ?>
251 color: #fff !important;
254 <?php
if (isset($conf->global->THEME_SATURATE_RATIO)) { ?>
255 filter: saturate(<?php echo $conf->global->THEME_SATURATE_RATIO; ?>);
260 background-color: #55955d !important;
261 color: #FFF !important;
267 background-color: #599caf !important;
268 color: #FFF !important;
274 background-color: #79633f !important;
275 color: #FFF !important;
284 <?php echo $prefix; ?>color: #6c6aa8 !important;
287 <?php echo $prefix; ?>color: #b06080 !important;
289 .bg-infobox-propal, .bg-infobox-facture, .bg-infobox-commande {
290 <?php echo $prefix; ?>color: #55955d !important;
292 .bg-infobox-supplier_proposal, .bg-infobox-invoice_supplier, .bg-infobox-order_supplier {
293 <?php echo $prefix; ?>color: #599caf !important;
295 .bg-infobox-contrat, .bg-infobox-ticket{
296 <?php echo $prefix; ?>color: #3bbfa8 !important;
298 .bg-infobox-bank_account{
299 <?php echo $prefix; ?>color: #b0bb39 !important;
301 .bg-infobox-adherent, .bg-infobox-member {
302 <?php echo $prefix; ?>color: #79633f !important;
304 .bg-infobox-expensereport{
305 <?php echo $prefix; ?>color: #79633f !important;
308 <?php echo $prefix; ?>color: #755114 !important;
311 .infobox-adherent, .infobox-member {
312 color: #79633f !important;
315 color: #6c6aa8 !important;
318 color: #b06080 !important;
320 .infobox-propal:not(.pictotitle),
321 .infobox-facture:not(.pictotitle),
322 .infobox-commande:not(.pictotitle) {
323 color: #65955d !important;
325 .infobox-supplier_proposal:not(.pictotitle),
326 .infobox-invoice_supplier:not(.pictotitle),
327 .infobox-order_supplier:not(.pictotitle){
328 color: #599caf !important;
330 .infobox-contrat, .infobox-ticket{
331 color: #3bbfa8 !important;
333 .infobox-bank_account{
334 color: #b0bb39 !important;
336 .infobox-adherent, .infobox-member {
337 color: #79633f !important;
339 .infobox-expensereport{
340 color: #79633f !important;
343 color: #755114 !important;
347 .fa-dol-action:before {
350 .fa-dol-propal:before,
351 .fa-dol-supplier_proposal:before {
354 .fa-dol-facture:before,
355 .fa-dol-invoice_supplier:before {
358 .fa-dol-project:before {
361 .fa-dol-commande:before,
362 .fa-dol-order_supplier:before {
365 .fa-dol-contrat:before {
368 .fa-dol-ticket:before {
371 .fa-dol-bank_account:before {
374 .fa-dol-member:before {
377 .fa-dol-expensereport:before {
380 .fa-dol-holiday:before {
386 .info-box-weather .info-box-icon{
387 background: rgba(0, 0, 0, 0.08) !important;
389 .fa-weather-level0:before{
393 .fa-weather-level1:before{
397 .fa-weather-level2:before{
401 .fa-weather-level3:before{
405 .fa-weather-level4:before{
415 width: calc(100% + 14px);
416 margin: 0 -8px 0 -8px;
426 margin: 5px 8px 0px 8px;
428 .box-flex-item.filler{
429 margin: 0px 0px 0px 15px !important;
434 width: calc(100% - 20px);
441 @media only screen and (max-width: 1740px) {
448 @media only screen and (max-width: 767px) {
454 .info-box-module .info-box-content {
463 @media only screen and (max-width: 767px)
465 .box-flex-container {
466 margin: 0 0 0 0px !important;
467 width: 100% !important;
473 .info-box-sm .info-box-icon {
476 .info-box-sm .info-box-content {
480 border: 1px solid #e0e0e0;
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.