2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
@@ -69,11 +69,18 @@ function contextual_help($route_name, RouteMatchInterface $route_match) {
case'help.page.contextual':
$output='';
$output.='<h3>'.t('About').'</h3>';
$output.='<p>'.t('The Contextual Links module displays links related to regions of pages on your site to users with <em>access contextual links</em> permission. For more information, see the online handbook entry for <a href="@contextual">Contextual Links module</a>.',array('@contextual'=>'http://drupal.org/documentation/modules/contextual')).'</p>';
$output.='<p>'.t('The Contextual links module gives users with the <em>Use contextual links</em> permission quick access to tasks associated with certain areas of pages on your site. For example, a menu displayed as a block has links to edit the menu and configure the block. For more information, see <a href="!contextual">the online documentation for the Contextual Links module</a>.',array('!contextual'=>'https://drupal.org/documentation/modules/contextual')).'</p>';
$output.='<dd>'.t('Contextual links are supplied by modules, to give you quick access to tasks associated with regions of pages on your site. For instance, if you have a custom menu block displayed in a sidebar of your site, the Blocks and Menu UI modules will supply links to configure the block and edit the menu. The Contextual Links module collects these links into a list for display by your theme, and also adds JavaScript code to the page to hide the links initially, and display them when your mouse hovers over the block.').'</dd>';
$output.='<dd>';
$output.=t('Contextual links for an area on a page are displayed using a contextual links button. There are two ways to make the contextual links button visible:');
$output.='<ol>';
$output.='<li>'.t('Hovering over the area of interest will temporarily make the contextual links button visible (which looks like a pencil in most themes, and is normally displayed in the upper right corner of the area). The icon typically looks like this: <img src="!pencil" alt="contextual links button" />',array('!pencil'=>file_create_url('core/misc/icons/bebebe/pencil.svg'))).'</li>';
$output.='<li>'.t('If you have the <a href="!toolbar">Toolbar module</a> enabled, clicking the contextual links button in the toolbar (which looks like a pencil) will make all contextual links buttons on the page visible. Clicking this button again will toggle them to invisible.',array('!toolbar'=>\Drupal::url('help.page',array('name'=>'toolbar')))).'</li>';
$output.='</ol>';
$output.=t('Once the contextual links button for the area of interest is visible, click the button to display the links.');