#1481 - Buttons overlap content area when viewing history

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@43915 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2007-10-29 00:30:43 +00:00
parent 7d2e079fd4
commit 7412274587

View File

@ -760,8 +760,8 @@ HTML;
$fields->push(new HiddenField("ID"));
$fields->push(new HiddenField("Version"));
$fields->insertBefore(new HeaderField(sprintf(_t('CMSMain.VIEWING',"You are viewing version #%d, created %s"),
$version, $record->obj('LastEdited')->Ago())), "Root");
$fields->push(new HeaderField(sprintf(_t('CMSMain.VIEWING',"You are viewing version #%d, created %s"),
$version, $record->obj('LastEdited')->Ago())));
$actions = new FieldSet(
new FormAction("email", _t('CMSMain.EMAIL',"Email")),