Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update_get_update_list(): add human-readable module name #4

Open
wants to merge 2 commits into
base: 2858-update-errors
Choose a base branch
from

Conversation

klonos
Copy link

@klonos klonos commented Jan 26, 2019

'#markup' => $update['warning'],
'#theme' => 'item_list',
'#title' => $item_list_title,
'#attributes' => array('class' => 'message_list'),
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added in order to try removing the bullet points from those "inline" warnings within lis. Can be removed if not needed.

);
$form['start'][$module]['#items']['warning'] = array(
'data' => '<div class="messages warning">' . $update['warning'] . '</div>',
'class' => array('message_list_item'),
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...same as previous comment.

jenlampton pushed a commit that referenced this pull request Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant