EditAssetForm: replace widget class with generic content box

This commit is contained in:
2023-03-11 14:31:44 +01:00
parent a6fd8d2764
commit 5bb8c020bd
4 changed files with 27 additions and 45 deletions

View File

@@ -8,9 +8,9 @@
class DummyBox extends SubTemplate
{
private $_class;
private $_content;
private $_title;
protected $_class;
protected $_content;
protected $_title;
public function __construct($title = '', $content = '', $class = '')
{