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
@@ -28,12 +28,12 @@ function shortcut_help($path, $arg) {
$output.='<dt>'.t('Adding and removing shortcuts').'</dt>';
$output.='<dd>'.t('The Shortcut module creates an add/remove link for each page on your site; the link lets you add or remove the current page from the currently-enabled set of shortcuts (if your theme displays it). The core Seven administration theme displays this link next to the page title, as a small + or - sign. If you click on the + sign, you will add that page to your preferred set of shortcuts. If the page is already part of your shortcut set, the link will be a - sign, and will allow you to remove the current page from your shortcut set.').'</dd>';
$output.='<dd>'.t('You can display your shortcuts by enabling the Shortcuts block on the <a href="@blocks">Blocks administration page</a>. Certain administrative modules also display your shortcuts; for example, the core <a href="@toolbar-help">Toolbar module</a> displays them near the top of the page, along with an <em>edit shortcuts</em> link.',array('@blocks'=>url('admin/structure/block'),'@toolbar-help'=>url('admin/help/toolbar'))).'</dd>';
$output.='<dd>'.t('You can display your shortcuts by enabling the Shortcuts block on the <a href="@blocks">Blocks administration page</a>. Certain administrative modules also display your shortcuts; for example, the core <a href="@toolbar-help">Toolbar module</a> displays them near the top of the page, along with an <em>Edit shortcuts</em> link.',array('@blocks'=>url('admin/structure/block'),'@toolbar-help'=>url('admin/help/toolbar'))).'</dd>';
$output.='</dl>';
return$output;
}
}
/**
* Implements hook_permission().
*/
...
...
@@ -595,9 +595,9 @@ function shortcut_toolbar_pre_render($toolbar) {