From 60a9d1f224b9a5ae46a4be7df4c13452206ab340 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 23 Feb 2015 17:32:55 +0100 Subject: [PATCH] Wizard: Add proper title to the refresh button of the requirements page refs #8458 --- .../views/scripts/form/setup-requirements.phtml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/modules/setup/application/views/scripts/form/setup-requirements.phtml b/modules/setup/application/views/scripts/form/setup-requirements.phtml index 47842efde..b3cf30101 100644 --- a/modules/setup/application/views/scripts/form/setup-requirements.phtml +++ b/modules/setup/application/views/scripts/form/setup-requirements.phtml @@ -32,7 +32,17 @@ $requirements = $form->getRequirements();
- translate('Refresh'); ?> + translate('You may also need to restart the web-server for the changes to take effect!'); ?> + qlink( + $this->translate('Refresh'), + null, + null, + array( + 'class' => 'button-like', + 'title' => $title, + 'aria-label' => sprintf($this->translate('Refresh the page; %s'), $title) + ) + ); ?>