From cd63f3f8724d219a24f154526b97fd75568f1f14 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 19 Jan 2010 02:06:02 +0000 Subject: [PATCH] MINOR Removed 'print' button from CMSMain->getEditForm() for display of older versions (see #4745) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@97178 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/CMSMain.php | 1 - 1 file changed, 1 deletion(-) diff --git a/code/CMSMain.php b/code/CMSMain.php index da4035d3..b8c7cd80 100755 --- a/code/CMSMain.php +++ b/code/CMSMain.php @@ -829,7 +829,6 @@ JS; $actions = new FieldSet( new FormAction("email", _t('CMSMain.EMAIL',"Email")), - new FormAction("print", _t('CMSMain.PRINT',"Print")), new FormAction("rollback", _t('CMSMain.ROLLBACK',"Roll back to this version")) );