mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
Fix missing translation attr in groupbox widget
This commit is contained in:
parent
eabf6b2dbd
commit
ae2049db28
@ -18,14 +18,14 @@
|
||||
|
||||
/**
|
||||
* Class which implements the groupbox tag
|
||||
*
|
||||
*
|
||||
* @augments et2_baseWidget
|
||||
*/
|
||||
*/
|
||||
var et2_groupbox = et2_baseWidget.extend(
|
||||
{
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
*
|
||||
* @memberOf et2_groupbox
|
||||
*/
|
||||
init: function() {
|
||||
@ -46,13 +46,14 @@ var et2_groupbox_legend = et2_baseWidget.extend(
|
||||
"name": "Label",
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "Label for group box"
|
||||
"description": "Label for group box",
|
||||
"translate" : true
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
*
|
||||
* @memberOf et2_groupbox_legend
|
||||
*/
|
||||
init: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user