mirror of
https://github.com/php/web-wiki.git
synced 2025-08-01 16:23:22 +00:00
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:
@ -312,10 +312,10 @@ class syntax_plugin_doodle extends DokuWiki_Syntax_Plugin
|
|||||||
// the javascript source of these functions is in script.js
|
// the javascript source of these functions is in script.js
|
||||||
$this->template['doodleData']["$fullname"]['editLinks'] =
|
$this->template['doodleData']["$fullname"]['editLinks'] =
|
||||||
'<a href="javascript:editEntry(\''.$formId.'\',\''.$fullname.'\')">'.
|
'<a href="javascript:editEntry(\''.$formId.'\',\''.$fullname.'\')">'.
|
||||||
' <img src="'.DOKU_BASE.'lib/images/pencil.png" alt="edit entry" style="float:left">'.
|
' <b title="edit entry">✎</b>'.
|
||||||
'</a>'.
|
'</a>'.
|
||||||
'<a href="javascript:deleteEntry(\''.$formId.'\',\''.$fullname.'\')">'.
|
'<a href="javascript:deleteEntry(\''.$formId.'\',\''.$fullname.'\')">'.
|
||||||
' <img src="'.DOKU_BASE.'lib/images/del.png" alt="delete entry" style="float:left">'.
|
' <b title="delete entry">🗑</b>'.
|
||||||
'</a>';
|
'</a>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user