add cancel button to editor, fix issue with autosave of categories

This commit is contained in:
zotlabs
2018-05-10 20:54:48 -07:00
parent 62bc5e8051
commit 5dae0ef4f9
9 changed files with 21 additions and 3 deletions

View File

@@ -106,6 +106,7 @@ class Editpost extends \Zotlabs\Web\Controller {
$o .= replace_macros(get_markup_template('edpost_head.tpl'), array(
'$title' => t('Edit post'),
'$cancel' => t('Cancel'),
'$editor' => $editor
));