mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
removed .field class as it adds a bottom border
This commit is contained in:
parent
ca3770f03d
commit
a039753f5c
@ -32,7 +32,7 @@ class CMSPageAddController extends CMSPageEditController {
|
|||||||
$pageTypes = array_merge(array('Page' => $pageTitle), $pageTypes);
|
$pageTypes = array_merge(array('Page' => $pageTitle), $pageTypes);
|
||||||
}
|
}
|
||||||
|
|
||||||
$numericLabelTmpl = '<div class="field"><label class="left"><span class="step-label"><span class="flyout">%d</span><span class="arrow"></span><span class="title">%s</span></span></label></div>';
|
$numericLabelTmpl = '<div><label class="left"><span class="step-label"><span class="flyout">%d</span><span class="arrow"></span><span class="title">%s</span></span></label></div>';
|
||||||
|
|
||||||
$topTitle = _t('CMSPageAddController.ParentMode_top', 'Top level');
|
$topTitle = _t('CMSPageAddController.ParentMode_top', 'Top level');
|
||||||
$childTitle = _t('CMSPageAddController.ParentMode_child', 'Under another page');
|
$childTitle = _t('CMSPageAddController.ParentMode_child', 'Under another page');
|
||||||
|
Loading…
Reference in New Issue
Block a user