Replace doodle images with UTF-8 icons

These images have been deleted during the latest upgrade and are not available anymore in newer releases. It's easier to replace them than having to maintain the data/files.deleted file.
This commit is contained in:
Niklas Keller
2017-09-28 20:26:08 +02:00
parent 40d25e9671
commit 5229a4e9d6

View File

@ -312,10 +312,10 @@ class syntax_plugin_doodle extends DokuWiki_Syntax_Plugin
// the javascript source of these functions is in script.js
$this->template['doodleData']["$fullname"]['editLinks'] =
'<a href="javascript:editEntry(\''.$formId.'\',\''.$fullname.'\')">'.
' <img src="'.DOKU_BASE.'lib/images/pencil.png" alt="edit entry" style="float:left">'.
' <b title="edit entry">&#9998;</b>'.
'</a>'.
'<a href="javascript:deleteEntry(\''.$formId.'\',\''.$fullname.'\')">'.
' <img src="'.DOKU_BASE.'lib/images/del.png" alt="delete entry" style="float:left">'.
' <b title="delete entry">&#128465;</b>'.
'</a>';
}
}