EditAssetForm: replace widget class with generic content box
This commit is contained in:
@@ -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 = '')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user