mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Wizard: Add proper title to the refresh button of the requirements page
refs #8458
This commit is contained in:
parent
cebaa47aa9
commit
60a9d1f224
@ -32,7 +32,17 @@ $requirements = $form->getRequirements();
|
||||
<td></td>
|
||||
<td class="btn-update">
|
||||
<div class="buttons">
|
||||
<a title="<?= $this->translate('You may also need to restart the web-server for the changes to take effect!'); ?>" href="<?= $this->href(); ?>" class="button-like"><?= $this->translate('Refresh'); ?></a>
|
||||
<?php $title = $this->translate('You may also need to restart the web-server for the changes to take effect!'); ?>
|
||||
<?= $this->qlink(
|
||||
$this->translate('Refresh'),
|
||||
null,
|
||||
null,
|
||||
array(
|
||||
'class' => 'button-like',
|
||||
'title' => $title,
|
||||
'aria-label' => sprintf($this->translate('Refresh the page; %s'), $title)
|
||||
)
|
||||
); ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user