dolibarr  x.y.z
info-box.inc.php
1 <?php
2 if (!defined('ISLOADEDBYSTEELSHEET')) {
3  die('Must be call by steelsheet');
4 } ?>
5 /* <style type="text/css" > */
6 
7 /*
8  * Component: Info Box
9  * -------------------
10  */
11 
12 .info-box-module.--external span.info-box-icon-version {
13  background: rgba(0,0,0,0.2);
14 }
15 
16 .info-box-module.--external.--need-update span.info-box-icon-version{
17  background: #bc9525;
18 }
19 
20 .info-box {
21  display: block;
22  position: relative;
23  min-height: 90px;
24  background: var(--colorbacklineimpair2);
25  width: 100%;
26  box-shadow: 1px 1px 15px rgba(192, 192, 192, 0.2);
27  border-radius: 2px;
28  border: 1px solid #e9e9e9;
29  margin-bottom: 15px;
30 }
31 .info-box.info-box-sm {
32  min-height: 80px;
33  margin-bottom: 10px;
34  /* background: #fff; */
35 }
36 .opened-dash-board-wrap .info-box, .opened-dash-board-wrap .info-box .info-box-icon {
37  border-radius: 0 0 0 15px;
38 }
39 /*.opened-dash-board-wrap .box-flex-item {
40  border-radius: 10px;
41 }*/
42 
43 .info-box-more {
44  float: right;
45  top: 5px;
46  position: absolute;
47  right: 8px;
48 }
49 
50 .info-box small {
51  font-size: 14px;
52 }
53 .info-box .progress {
54  background: rgba(0, 0, 0, 0.2);
55  margin: 5px -10px 5px -10px;
56  height: 2px;
57 }
58 .info-box .progress,
59 .info-box .progress .progress-bar {
60  border-radius: 0;
61 }
62 
63 .info-box .progress .progress-bar {
64  float: left;
65  width: 0;
66  height: 100%;
67  font-size: 12px;
68  line-height: 20px;
69  color: #fff;
70  text-align: center;
71  background-color: #337ab7;
72  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
73  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
74  -webkit-transition: width .6s ease;
75  -o-transition: width .6s ease;
76  transition: width .6s ease;
77 }
78 .info-box-icon {
79  border-top-left-radius: 2px;
80  border-top-right-radius: 0;
81  border-bottom-right-radius: 0;
82  border-bottom-left-radius: 2px;
83  display: block;
84  overflow: hidden;
85  float: left;
86  height: 90px;
87  width: 88px;
88  text-align: center;
89  font-size: 2.8em;
90  line-height: 90px;
91  background: var(--colorbacktitle1) !important;
92 }
93 
94 .info-box-module .info-box-icon {
95  padding-top: 5px;
96  padding-bottom: 5px;
97 }
98 .info-box-sm .info-box-icon {
99  height: 96px; /* must match height of info-box-sm .info-box-content */
100  width: 78px;
101  font-size: 25px;
102  line-height: 92px;
103 }
104 .info-box-order {
105  border-top-left-radius: 2px;
106  border-top-right-radius: 0;
107  border-bottom-right-radius: 0;
108  border-bottom-left-radius: 2px;
109  display: block;
110  overflow: hidden;
111  float: left;
112  height: 115px;
113  width: 88px;
114  text-align: center;
115  font-size: 2.3em;
116  line-height: 115px;
117  margin-right: 10px;
118  background: var(--colorbacktitle1) !important;
119 }
120 .opened-dash-board-wrap .info-box .info-box-icon {
121  font-size: 2em;
122 }
123 .opened-dash-board-wrap .info-box-sm .info-box-icon {
124  border-radius: 0 0 0 20px;
125  line-height: 80px;
126 }
127 .info-box-module .info-box-icon {
128  height: 98px;
129 }
130 .info-box-icon > img {
131  max-width: 85%;
132 }
133 .info-box-module .info-box-icon > img {
134  max-width: 60%;
135 }
136 
137 a.info-box-text.info-box-text-a {
138  display: table-cell;
139 }
140 a.info-box-text-a i.fa.fa-exclamation-triangle {
141  font-size: 0.9em;
142 }
143 
144 .info-box-icon-text{
145  box-sizing: border-box;
146  display: block;
147  position: absolute;
148  width: 90px;
149  bottom: 0px;
150  color: #ffffff;
151  background-color: rgba(0,0,0,0.1);
152  cursor: default;
153 
154  font-size: 10px;
155  line-height: 15px;
156  padding: 0px 3px;
157  text-align: center;
158  opacity: 0;
159  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
160  transition: opacity 0.5s, visibility 0s 0.5s;
161 }
162 
163 .info-box-icon-version {
164  box-sizing: border-box;
165  display: block;
166  position: absolute;
167  width: 90px;
168  bottom: 0px;
169  color: #ffffff;
170  background-color: rgba(0,0,0,0.1);
171  cursor: default;
172 
173  font-size: 10px;
174  line-height: 1.5em;
175  padding: 4px 3px;
176  text-align: center;
177  opacity: 1;
178  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
179  transition: opacity 0.5s, visibility 0s 0.5s;
180 }
181 
182 .box-flex-item.info-box-module.--disabled {
183  /* opacity: 0.6; */
184 }
185 
186 .info-box-actions {
187  position: absolute;
188  right: 0;
189  bottom: 0;
190 }
191 
192 <?php if (empty($conf->global->MAIN_DISABLE_GLOBAL_BOXSTATS) && !empty($conf->global->MAIN_INCLUDE_GLOBAL_STATS_IN_OPENED_DASHBOARD)) { ?>
193 .info-box-icon-text{
194  opacity: 1;
195 }
196 <?php } ?>
197 
198 .info-box-sm .info-box-icon-text, .info-box-sm .info-box-icon-version {
199  overflow: hidden;
200  width: 80px;
201 }
202 .info-box:hover .info-box-icon-text {
203  opacity: 1;
204 }
205 
206 .info-box-content {
207  padding: 5px 10px;
208  margin-left: 84px;
209 }
210 .info-box-sm .info-box-content {
211  margin-left: 80px;
212  height: 86px; /* 96 - margins of .info-box-sm .info-box-content */
213 }
214 .info-box-sm .info-box-module-enabled {
215  /* background: linear-gradient(0.35turn, #fff, #fff, #f6faf8, #e4efe8) */
216  background: var(--infoboxmoduleenabledbgcolor);
217 }
218 .info-box-content-warning span.font-status4 {
219  color: #bc9526 !important;
220 }
221 /*.info-box-sm .info-box-content-warning {
222  background: #ffd7a3;
223 }*/
224 /*.info-box-icon.info-box-icon-module-enabled {
225  background: #e4f0e4 !important;
226 }*/
227 
228 .info-box-number {
229  display: block;
230  font-weight: bold;
231  font-size: 18px;
232 }
233 .progress-description,
234 .info-box-text,
235 .info-box-title{
236  display: block;
237  font-size: 12px;
238  white-space: nowrap;
239  overflow: hidden;
240  text-overflow: ellipsis;
241 }
242 .info-box-title{
243  text-transform: uppercase;
244  font-weight: bold;
245  margin-bottom: 3px; /* not too much space so we can add another lines */
246  opacity: 0.6;
247  /* color: var(--colortexttitlenotab); */
248 }
249 .info-box-text{
250  font-size: 0.92em;
251 }
252 .info-box-text:first-letter{text-transform: uppercase}
253 a.info-box-text{ text-decoration: none;}
254 
255 
256 .info-box-more {
257  display: block;
258 }
259 .progress-description {
260  margin: 0;
261 }
262 
263 
264 
265 
266 
267 /* ICONS INFO BOX */
268 <?php
269 include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
270 
271 $prefix = '';
272 if (!empty($conf->global->THEME_INFOBOX_COLOR_ON_BACKGROUND)) {
273  $prefix = 'background-';
274 }
275 
276 if (!isset($conf->global->THEME_SATURATE_RATIO)) {
277  $conf->global->THEME_SATURATE_RATIO = 0.7;
278 }
279 if (GETPOSTISSET('THEME_SATURATE_RATIO')) {
280  $conf->global->THEME_SATURATE_RATIO = GETPOST('THEME_SATURATE_RATIO', 'int');
281 }
282 
283 ?>
284 .info-box-icon {
285  <?php if ($prefix) { ?>
286  color: #fff !important;
287  <?php } ?>
288  opacity: 0.95;
289  <?php if (isset($conf->global->THEME_SATURATE_RATIO)) { ?>
290  filter: saturate(<?php echo $conf->global->THEME_SATURATE_RATIO; ?>);
291  <?php } ?>
292 }
293 
294 .customer-back {
295  background-color: #55955d !important;
296  color: #FFF !important;
297  padding: 2px;
298  margin: 2px;
299  border-radius: 3px;
300 }
301 .vendor-back {
302  background-color: #599caf !important;
303  color: #FFF !important;
304  padding: 2px;
305  margin: 2px;
306  border-radius: 3px;
307 }
308 .user-back {
309  background-color: #79633f !important;
310  color: #FFF !important;
311  padding: 2px;
312  margin: 2px;
313  border-radius: 3px;
314 }
315 .member-company-back {
316  padding: 2px 7px 2px 7px;
317  background-color: #e4e4e4;
318  color: #666;
319  border-radius: 10px;
320  white-space: nowrap;
321 }
322 .member-individual-back {
323  padding: 2px 7px 2px 7px;
324  background-color: #e4e4e4;
325  color: #666;
326  border-radius: 10px;
327  white-space: nowrap;
328 }
329 
330 
331 .bg-infobox-project{
332  <?php echo $prefix; ?>color: #6c6aa8 !important;
333 }
334 .bg-infobox-action{
335  <?php echo $prefix; ?>color: #b06080 !important;
336 }
337 .bg-infobox-propal, .bg-infobox-facture, .bg-infobox-commande {
338  <?php echo $prefix; ?>color: #65953d !important;
339 }
340 .bg-infobox-supplier_proposal, .bg-infobox-invoice_supplier, .bg-infobox-order_supplier {
341  <?php echo $prefix; ?>color: #599caf !important;
342 }
343 .bg-infobox-contrat, .bg-infobox-ticket{
344  <?php echo $prefix; ?>color: #3bbfa8 !important;
345 }
346 .bg-infobox-bank_account{
347  <?php echo $prefix; ?>color: #b0bb39 !important;
348 }
349 .bg-infobox-adherent, .bg-infobox-member {
350  <?php echo $prefix; ?>color: #79633f !important;
351 }
352 .bg-infobox-expensereport{
353  <?php echo $prefix; ?>color: #79633f !important;
354 }
355 .bg-infobox-holiday{
356  <?php echo $prefix; ?>color: #755114 !important;
357 }
358 
359 .infobox-adherent, .infobox-member {
360  color: #79633f !important;
361 }
362 .infobox-project{
363  color: #6c6aa8 !important;
364 }
365 .infobox-action{
366  color: #b06080 !important;
367 }
368 /* Color for customer object */
369 .infobox-propal:not(.error),
370 .infobox-facture:not(.error),
371 .infobox-commande:not(.error) {
372  color: #65953d !important;
373 }
374 /* Color for vendor object */
375 .infobox-supplier_proposal:not(.error),
376 .infobox-invoice_supplier:not(.error),
377 .infobox-order_supplier:not(.error) {
378  color: #599caf !important;
379 }
380 .infobox-contrat, .infobox-ticket{
381  color: #3bbfa8 !important;
382 }
383 .infobox-bank_account{
384  color: #b0bb39 !important;
385 }
386 .infobox-adherent, .infobox-member {
387  color: #79633f !important;
388 }
389 .infobox-expensereport{
390  color: #79633f !important;
391 }
392 .infobox-holiday{
393  color: #755114 !important;
394 }
395 
396 
397 .fa-dol-action:before {
398  content: "\f073";
399 }
400 .fa-dol-propal:before,
401 .fa-dol-supplier_proposal:before {
402  content: "\f573";
403 }
404 .fa-dol-facture:before,
405 .fa-dol-invoice_supplier:before {
406  content: "\f571";
407 }
408 .fa-dol-project:before {
409  content: "\f542";
410 }
411 .fa-dol-commande:before,
412 .fa-dol-order_supplier:before {
413  content: "\f570";
414 }
415 .fa-dol-contrat:before {
416  content: "\f0f2";
417 }
418 .fa-dol-ticket:before {
419  content: "\f3ff";
420 }
421 .fa-dol-bank_account:before {
422  content: "\f19c";
423 }
424 .fa-dol-member:before {
425  content: "\f007";
426 }
427 .fa-dol-expensereport:before {
428  content: "\f555";
429 }
430 .fa-dol-holiday:before {
431  content: "\f5ca";
432 }
433 
434 
435 /* USING FONTAWESOME FOR WEATHER */
436 .info-box-weather .info-box-icon{
437  background: var(--colorbacktitle1) !important;
438 }
439 .fa-weather-level0:before{
440  content: "\f185";
441  color : #cfbf00;
442 }
443 .fa-weather-level1:before{
444  content: "\f6c4";
445  color : #bc9526;
446 }
447 .fa-weather-level2:before{
448  content: "\f743";
449  color : #b16000;
450 }
451 .fa-weather-level3:before{
452  content: "\f740";
453  color : #b04000;
454 }
455 .fa-weather-level4:before{
456  content: "\f0e7";
457  color : #b01000;
458 }
459 
460 
461 .box-flex-container{
462  display: flex; /* or inline-flex */
463  flex-direction: row;
464  flex-wrap: wrap;
465  width: calc(100% + 14px);
466  margin: 0 -8px 0 -8px;
467  /*justify-content: space-between;*/
468 }
469 
470 .box-flex-grow-zero{
471  flex-grow: 0 !important;
472 }
473 
474 .box-flex-item{
475  flex-grow : 1;
476  flex-shrink: 1;
477  flex-basis: auto;
478 
479  width: 280px;
480  margin: 5px 8px 0px 8px;
481 }
482 .box-flex-item.filler{
483  margin: 0px 0px 0px 15px !important;
484  height: 0;
485 }
486 
487 .info-box-title {
488  width: calc(100% - 20px);
489 }
490 .info-box-module {
491  min-width: 350px;
492  max-width: 350px;
493 }
494 
495 @media only screen and (max-width: 1740px) {
496  .info-box-module {
497  min-width: 315px;
498  max-width: 315px;
499  }
500 }
501 
502 @media only screen and (max-width: 767px) {
503  .info-box-module {
504  min-width: 260px;
505  }
506 }
507 
508 .info-box-module .info-box-content {
509  height: 98px;
510 }
511 /* Disabled. This break the responsive on smartphone
512 .box{
513  overflow: visible;
514 }
515 */
516 
517 @media only screen and (max-width: 767px)
518 {
519  .box-flex-container {
520  margin: 0 0 0 0px !important;
521  width: 100% !important;
522  justify-content: space-between;
523  }
524  .info-box-module {
525  width: 100%;
526  max-width: unset;
527  }
528 
529  .info-box-sm .info-box-icon-text, .info-box-sm .info-box-icon-version {
530  width: 60px;
531  }
532  .info-box-sm .info-box-icon {
533  width: 60px;
534  }
535  .info-box-sm .info-box-content {
536  margin-left: 60px;
537  }
538  .info-box {
539  border: 1px solid #e0e0e0;
540  }
541 }
542 }
print *****$script_file(".$version.") pid cd cd cd description as description
Only used if Module[ID]Desc translation string is not found.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
GETPOSTISSET($paramname)
Return true if we are in a context of submitting the parameter $paramname from a POST of a form.
div float
Buy price without taxes.
Definition: style.css.php:913