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:
Victor Saisa Lopez
2012-03-07 11:05:20 -04:00
parent 51977f4504
commit 10ba54d65d
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
</MNU_ADD>