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:
Michael Große 2017-04-10 12:28:08 +02:00
commit 755c6c7959
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79
2 changed files with 4 additions and 1 deletions

View file

@ -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>';
}