BUG 8672 "Ventana dynaform sin titulo" SOLVED
- In the ProcessMap in Dynaforms option does not appear the window title - In the window Dynaforms, with the Spanish language, the new option is a line down - Added ID_DYNAFORMS for replace ID_PROCESSMAP_DYNAFORMS in the title - They increase the width for the label "New"
This commit is contained in:
@@ -170,7 +170,7 @@ var processmap=function(){
|
||||
}.extend(this),
|
||||
dynaforms:function(){
|
||||
var panel = this.panels.buildingBlocks;
|
||||
panel.addContentTitle(G_STRINGS.ID_PROCESSMAP_DYNAFORMS);
|
||||
panel.addContentTitle(G_STRINGS.ID_DYNAFORMS);
|
||||
panel.loader.show();
|
||||
var r = new this.parent.module.rpc.xmlhttp({
|
||||
url:this.options.dataServer,
|
||||
|
||||
Reference in New Issue
Block a user