BUG 9406 Se debe agregar en la parte superior de library una opcion... SOLVED

- Can not leaving the option library.
- was added a menu which can return a Designer
This commit is contained in:
Marco Antonio Nina
2012-07-06 12:41:27 -04:00
parent 3e3ba6238e
commit 1a077fd8d7
2 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<dynaForm name="Objectpm" width="100%" type="pagedtable" menu="">
<dynaForm name="Objectpm" menu="processes/processes_ListPublicMenu" width="100%" type="pagedtable">
<title type="text" colWidth="160">
<en>Title</en>
@@ -40,4 +40,4 @@
<en/>
</LINK>
</dynaForm>
</dynaForm>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<dynaForm type="xmlmenu">
<SelectAll type="link" link="../processes/mainInit" colAlign="left" colWidth="100">
<en>Back</en>
</SelectAll>
<PAGE type="hidden" value="1"/>
<PAGED_TABLE_ID type="private"/>
</dynaForm>