Lines Matching refs:svg
52 $svg = __DIR__ . '/images/tools/' . self::$icons[$data['type']];
57 $svg,
69 * @param string $svg The icon to show
73 static public function pageToolItem($link, $caption, $svg, $args = array()) { argument
88 $svg = inlineSVG($svg);
89 if(!$svg) $svg = inlineSVG(__DIR__ . '/images/tools/' . self::$icons['default']);
95 $out .= $svg;
154 $svg = __DIR__ . '/images/tools/43-file-delimeted.svg';
155 …c\tpl::pageToolItem(wl($ID, $params, false, '&'), $odt->getLang('export_odt_button'), $svg, $attr);
172 $svg = __DIR__ . '/images/tools/40-pdf-file.svg';
173 …pl::pageToolItem(wl($ID, $params, false, '&'), $dw2pdf->getLang('export_pdf_button'), $svg, $attr);