N°633 - Portal: CreateBrick now accepts abstract classes. This is a refactoring from an extension (CreateBrickExtended) that has been merge into the core.

SVN:trunk[4553]
This commit is contained in:
Guillaume Lajarige
2017-02-21 08:10:47 +00:00
parent 9a6a562ed2
commit 820d7108e4
10 changed files with 107 additions and 24 deletions

View File

@@ -114,5 +114,5 @@ Dict::Add('EN US', 'English', 'English', array(
// CreateBrick brick
Dict::Add('EN US', 'English', 'English', array(
'Brick:Portal:Create:Name' => 'Quick creation',
'Brick:Portal:Create:ChooseType' => 'Please, choose a type',
));
?>