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

@@ -96,4 +96,5 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
// CreateBrick brick
Dict::Add('RU RU', 'Russian', 'Русский', array(
'Brick:Portal:Create:Name' => 'Быстрое создание',
'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
));