mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Disabled "welcome" message in LeftAndMain->RootForm()
This commit is contained in:
parent
5bd35f7016
commit
2291d64c2c
@ -840,18 +840,18 @@ class LeftAndMain extends Controller {
|
||||
$this,
|
||||
"EditForm",
|
||||
new FieldSet(
|
||||
new HeaderField(
|
||||
'WelcomeHeader',
|
||||
$this->getApplicationName()
|
||||
),
|
||||
new LiteralField(
|
||||
'WelcomeText',
|
||||
sprintf('<p id="WelcomeMessage">%s %s. %s</p>',
|
||||
_t('LeftAndMain_right.ss.WELCOMETO','Welcome to'),
|
||||
$this->getApplicationName(),
|
||||
_t('CHOOSEPAGE','Please choose an item from the left.')
|
||||
)
|
||||
)
|
||||
// new HeaderField(
|
||||
// 'WelcomeHeader',
|
||||
// $this->getApplicationName()
|
||||
// ),
|
||||
// new LiteralField(
|
||||
// 'WelcomeText',
|
||||
// sprintf('<p id="WelcomeMessage">%s %s. %s</p>',
|
||||
// _t('LeftAndMain_right.ss.WELCOMETO','Welcome to'),
|
||||
// $this->getApplicationName(),
|
||||
// _t('CHOOSEPAGE','Please choose an item from the left.')
|
||||
// )
|
||||
// )
|
||||
),
|
||||
new FieldSet()
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user