From ad3ff43b222e11b42013cac6cc637361d00b7f6e Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Sep 2015 12:53:59 +0200 Subject: [PATCH] Style config/module (WIP) refs #5543 --- application/views/scripts/config/module.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/scripts/config/module.phtml b/application/views/scripts/config/module.phtml index cbdbd2da7..798b179ad 100644 --- a/application/views/scripts/config/module.phtml +++ b/application/views/scripts/config/module.phtml @@ -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') ); ?> @@ -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') ); ?>