aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-08-29 08:38:19 +0200
committerGravatar GitHub <noreply@github.com> 2022-08-29 08:38:19 +0200
commit5e3f2a4ad53df1bacfb03c2499c19e36a020de2a (patch)
treedc0840a7bc15649c7a54729e63ce055c8e1dd986 /app
parentef84343576f671163b11811f59294e72e1da2b36 (diff)
Fix: swage extension config button (#4551)
* add configure class to the slide-opener link * better cog color * cog color of extension configure
Diffstat (limited to 'app')
-rw-r--r--app/views/helpers/extension/details.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/extension/details.phtml b/app/views/helpers/extension/details.phtml
index 08226e86c..f200ce0d8 100644
--- a/app/views/helpers/extension/details.phtml
+++ b/app/views/helpers/extension/details.phtml
@@ -16,7 +16,7 @@
}
if ($this->ext_details->getType() === 'user' || FreshRSS_Auth::hasAccess('admin')) {?>
<button class="switch<?= $button_class ?>" form="form-extension" formaction="<?= _url('extension', $action, 'e', $name_encoded) ?>" title="<?= _t('gen.action.enable') ?>"></button>
- <a class="open-slider" title="<?= _t('gen.action.manage') ?>" href="<?= _url('extension', 'configure', 'e', $name_encoded) ?>"><?= _i('configure') ?></a>
+ <a class="open-slider configure" title="<?= _t('gen.action.manage') ?>" href="<?= _url('extension', 'configure', 'e', $name_encoded) ?>"><?= _i('configure') ?></a>
<span class="ext_name<?= $name_class ?>"><?= $this->ext_details->getName() ?></span>
<?php } else { ?>
<button class="switch<?= $button_class ?>" title="<?= _t('admin.extensions.system.no_rights') ?>" disabled="disabled"></button>