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

@@ -166,6 +166,7 @@ class Editwebpage extends \Zotlabs\Web\Controller {
'$title' => t('Edit Webpage'),
'$delete' => ((($itm[0]['author_xchan'] === $ob_hash) || ($itm[0]['owner_xchan'] === $ob_hash)) ? t('Delete') : false),
'$editor' => $editor,
'$cancel' => t('Cancel'),
'$id' => $itm[0]['id']
));