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
parent 4d79698367
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

@ -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

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