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
3
images/tools/43-file-delimeted.svg
Normal file
3
images/tools/43-file-delimeted.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<path d="M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M14,15V11H10V15H12.3C12.6,17 12,18 9.7,19.38L10.85,20.2C13,19 14,16 14,15Z" />
|
||||
</svg>
|
After (image error) Size: 217 B |
|
@ -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