MINOR Removed unknown "cancel draft" button icon (fixes #7333)

This commit is contained in:
Ingo Schommer 2012-05-20 14:20:59 +02:00
parent 60e7a5960f
commit 1614bc4505

View File

@ -2072,7 +2072,6 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
$minorActions->push(
FormAction::create('rollback', _t('SiteTree.BUTTONCANCELDRAFT', 'Cancel draft changes'), 'delete')
->setDescription(_t('SiteTree.BUTTONCANCELDRAFTDESC', 'Delete your draft and revert to the currently published page'))
->addExtraClass('delete')->setAttribute('data-icon', 'delete')
);
}
}