Add icon for odt-export
This icon is somewhat suboptimal and should be replaced when a better icon is found or created. SPR-906
This commit is contained in:
parent
4d79698367
commit
755c6c7959
2 changed files with 4 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
'class' => 'action export_pdf',
|
||||
'style' => 'background-image: none;',
|
||||
);
|
||||
$svg = __DIR__ . '/../images/tools/FIXME';
|
||||
$svg = __DIR__ . '/../images/tools/43-file-delimeted.svg';
|
||||
$item = \dokuwiki\template\sprintdoc\tpl::pageToolItem(wl($ID, $params, false, '&'), $odt->getLang('export_odt_button'), $svg, $attr);
|
||||
echo '<li>' . $item . '</li>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue