|
31 | 31 | #} |
32 | 32 |
|
33 | 33 | <h2>{{ 'General System Information'|t }}</h2> |
34 | | -<div class="system-status-general-info__item"> |
35 | | - <h3 class="system-status-general-info__item-title">{{ 'Drupal Version'|t }}</h3> |
| 34 | +<div{{ bem('item', [], 'system-status-general-info') }}> |
| 35 | + <h3{{ bem('item-title', [], 'system-status-general-info') }}>{{ 'Drupal Version'|t }}</h3> |
36 | 36 | {{ drupal.value }} |
37 | 37 | {% if drupal.description %} |
38 | 38 | {{ drupal.description }} |
39 | 39 | {% endif %} |
40 | 40 | </div> |
41 | | -<div class="system-status-general-info__item"> |
42 | | - <h3 class="system-status-general-info__item-title">{{ 'Last Cron Run'|t }}</h3> |
| 41 | +<div{{ bem('item', [], 'system-status-general-info') }}> |
| 42 | + <h3{{ bem('item-title', [], 'system-status-general-info') }}>{{ 'Last Cron Run'|t }}</h3> |
43 | 43 | {{ cron.value }} |
44 | 44 | {% if cron.run_cron %} |
45 | 45 | {{ cron.run_cron }} |
|
48 | 48 | {{ cron.description }} |
49 | 49 | {% endif %} |
50 | 50 | </div> |
51 | | -<div class="system-status-general-info__item"> |
52 | | - <h3 class="system-status-general-info__item-title">{{ 'Web Server'|t }}</h3> |
| 51 | +<div{{ bem('item', [], 'system-status-general-info') }}> |
| 52 | + <h3{{ bem('item-title', [], 'system-status-general-info') }}>{{ 'Web Server'|t }}</h3> |
53 | 53 | {{ webserver.value }} |
54 | 54 | {% if webserver.description %} |
55 | 55 | {{ webserver.description }} |
56 | 56 | {% endif %} |
57 | 57 | </div> |
58 | | -<div class="system-status-general-info__item"> |
59 | | - <h3 class="system-status-general-info__item-title">{{ 'PHP'|t }}</h3> |
| 58 | +<div{{ bem('item', [], 'system-status-general-info') }}> |
| 59 | + <h3{{ bem('item-title', [], 'system-status-general-info') }}>{{ 'PHP'|t }}</h3> |
60 | 60 | <h4>{{ 'Version'|t }}</h4> {{ php.value }} |
61 | 61 | {% if php.description %} |
62 | 62 | {{ php.description }} |
|
67 | 67 | {{ php_memory_limit.description }} |
68 | 68 | {% endif %} |
69 | 69 | </div> |
70 | | -<div class="system-status-general-info__item"> |
71 | | - <h3 class="system-status-general-info__item-title">{{ 'Database'|t }}</h3> |
| 70 | +<div{{ bem('item', [], 'system-status-general-info') }}> |
| 71 | + <h3{{ bem('item-title', [], 'system-status-general-info') }}>{{ 'Database'|t }}</h3> |
72 | 72 | <h4>{{ 'Version'|t }}</h4>{{ database_system_version.value }} |
73 | 73 | {% if database_system_version.description %} |
74 | 74 | {{ database_system_version.description }} |
|
0 commit comments