Refactor old naming
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled

This commit is contained in:
2026-01-06 14:44:51 +01:00
parent 259fd297d3
commit 681eadaed0
11 changed files with 60 additions and 60 deletions

View File

@@ -83,7 +83,7 @@ class Output
/** @var \Doku_Renderer_xhtml $renderer */
$renderer = $this->renderer;
$renderer->doc .= '<div class="filetools-plugin filetools-gallery">';
$renderer->doc .= '<div class="luxtools-plugin luxtools-gallery">';
foreach ($this->files as $item) {
$url = $this->itemWebUrl($item, !empty($params['randlinks']));
@@ -228,7 +228,7 @@ class Output
}
$style = $this->containerStyle($params);
$this->renderer->doc .= '<div class="filetools-plugin"' . $style . '>';
$this->renderer->doc .= '<div class="luxtools-plugin"' . $style . '>';
}
/**
@@ -473,8 +473,8 @@ class Output
$noIcon = !empty($item['noicon']);
$link['class'] = $noIcon
? 'filetools-open'
: 'filetools-open media mediafile mf_folder';
? 'luxtools-open'
: 'luxtools-open media mediafile mf_folder';
$link['more'] .= ' data-path="' . hsc($path) . '"';
if ($conf['relnofollow']) $link['more'] .= ' rel="nofollow"';