mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
#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:
parent
7d2e079fd4
commit
7412274587
@ -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")),
|
||||
|
Loading…
Reference in New Issue
Block a user