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