Merged in release/3.5.0 (pull request #7438)

Release/3.5.0

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Paula Quispe
2020-07-29 15:14:15 +00:00
committed by Julio Cesar Laura Avendaño
4 changed files with 79 additions and 28 deletions

View File

@@ -179,8 +179,8 @@ Ext.onReady(function(){
});
var expander = new Ext.ux.grid.RowExpander({
tpl : new Ext.Template(
'<p><b>' + _('ID_PRO_DESCRIPTION') + ':</b> {PRO_DESCRIPTION}</p><br>'
tpl: new Ext.Template(
'<div style="padding-left:40px"><b>' + _('ID_PRO_DESCRIPTION') + ':</b> {PRO_DESCRIPTION}</div><br>'
)
});