|
8 | 8 | margin: 0 auto 0.5rem auto; |
9 | 9 | } |
10 | 10 | .widgets .card-header svg { |
11 | | - width: 1em; |
12 | | - height: 1em; |
| 11 | + width: 18px; |
| 12 | + height: 18px; |
13 | 13 | vertical-align: middle; |
14 | 14 | margin-right: 0.25em; |
15 | 15 | } |
| 16 | + .widgets .card-header i { |
| 17 | + font-size: 18px; |
| 18 | + line-height: 18px; |
| 19 | + } |
16 | 20 | </style> |
17 | 21 | <?php /*include_once evolutionCMS()->get('ManagerTheme')->getFileProcessor("actions/welcome.static.php");*/ |
18 | 22 | unset($_SESSION['itemname'], $_SESSION['itemaction']); // clear this, because it's only set for logging purposes |
|
38 | 42 | $_style['icon_lock'] = svg('tabler-lock')->toHtml(); |
39 | 43 | $_style['icon_logout'] = svg('tabler-logout')->toHtml(); |
40 | 44 | $_style['icon_home'] = svg('tabler-home')->toHtml(); |
| 45 | + $_style['icon_users'] = svg('tabler-users')->toHtml(); |
| 46 | + $_style['icon_pencil'] = svg('tabler-pencil')->toHtml(); |
| 47 | + $_style['icon_rss'] = svg('tabler-rss')->toHtml(); |
| 48 | + $_style['icon_alert_triangle'] = svg('tabler-alert-triangle')->toHtml(); |
41 | 49 |
|
42 | 50 | // set placeholders |
43 | 51 | $ph = $_lang; |
|
424 | 432 | 'menuindex' => '20', |
425 | 433 | 'id' => 'onlineinfo', |
426 | 434 | 'cols' => 'col-lg-6', |
427 | | - 'icon' => 'fa-user', |
| 435 | + 'icon' => 'tabler-users', |
428 | 436 | 'title' => '[%onlineusers_title%]', |
429 | 437 | 'body' => '<div class="userstable">[+OnlineInfo+]</div>', |
430 | 438 | 'hide' => '0', |
|
433 | 441 | 'menuindex' => '30', |
434 | 442 | 'id' => 'recent_widget', |
435 | 443 | 'cols' => 'col-sm-12', |
436 | | - 'icon' => 'fa-pencil-square-o', |
| 444 | + 'icon' => 'tabler-pencil', |
437 | 445 | 'title' => '[%activity_title%]', |
438 | 446 | 'body' => '<div class="widget-stage">[+RecentInfo+]</div>', |
439 | 447 | 'hide' => '0', |
|
443 | 451 | 'menuindex' => '40', |
444 | 452 | 'id' => 'news', |
445 | 453 | 'cols' => 'col-sm-6', |
446 | | - 'icon' => 'fa-rss', |
| 454 | + 'icon' => 'tabler-rss', |
447 | 455 | 'title' => '[%modx_news_title%]', |
448 | 456 | 'body' => '<div style="max-height:200px;overflow-y: scroll;padding: 1rem .5rem">[+evo_news_content+]</div>', |
449 | 457 | 'hide' => '0', |
|
454 | 462 | 'menuindex' => '50', |
455 | 463 | 'id' => 'security', |
456 | 464 | 'cols' => 'col-sm-6', |
457 | | - 'icon' => 'fa-exclamation-triangle', |
| 465 | + 'icon' => 'tabler-alert-triangle', |
458 | 466 | 'title' => '[%security_notices_title%]', |
459 | 467 | 'body' => '<div style="max-height:200px;overflow-y: scroll;padding: 1rem .5rem">[+evo_security_notices_content+]</div>', |
460 | 468 | 'hide' => '0', |
|
0 commit comments