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),
|
}.extend(this),
|
||||||
dynaforms:function(){
|
dynaforms:function(){
|
||||||
var panel = this.panels.buildingBlocks;
|
var panel = this.panels.buildingBlocks;
|
||||||
panel.addContentTitle(G_STRINGS.ID_PROCESSMAP_DYNAFORMS);
|
panel.addContentTitle(G_STRINGS.ID_DYNAFORMS);
|
||||||
panel.loader.show();
|
panel.loader.show();
|
||||||
var r = new this.parent.module.rpc.xmlhttp({
|
var r = new this.parent.module.rpc.xmlhttp({
|
||||||
url:this.options.dataServer,
|
url:this.options.dataServer,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<dynaForm type="xmlmenu">
|
<dynaForm type="xmlmenu">
|
||||||
|
|
||||||
<MNU_ADD type="link" value='' link="#" onclick="dynaformAdd(); return false;" colAlign="left" colWidth="35">
|
<MNU_ADD type="link" value='' link="#" onclick="dynaformAdd(); return false;" colAlign="left" colWidth="70">
|
||||||
<en>New</en>
|
<en>New</en>
|
||||||
</MNU_ADD>
|
</MNU_ADD>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user