parent
1c074c9807
commit
ad3ff43b22
|
@ -23,7 +23,7 @@
|
|||
$this->translate('disable'),
|
||||
'config/moduledisable',
|
||||
array('name' => $module->getName()),
|
||||
array('title' => sprintf($this->translate('Disable the %s module'), $module->getName()))
|
||||
array('title' => sprintf($this->translate('Disable the %s module'), $module->getName()), 'class' => 'action-link')
|
||||
); ?>
|
||||
<?php endif ?>
|
||||
<?php if ($state === 'disabled'): ?>
|
||||
|
@ -31,7 +31,7 @@
|
|||
$this->translate('enable'),
|
||||
'config/moduleenable',
|
||||
array('name' => $module->getName()),
|
||||
array('title' => sprintf($this->translate('Enable the %s module'), $module->getName()))
|
||||
array('title' => sprintf($this->translate('Enable the %s module'), $module->getName()), 'class' => 'action-link')
|
||||
); ?>
|
||||
<?php endif ?>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue