Merge pull request #192 from marcoAntonioNina/BUG-9406

BUG 9406 Se debe agregar en la parte superior de library una opcion... SOLVED
This commit is contained in:
julceslauhub
2012-07-06 13:51:50 -07:00
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">
<BackList type="link" link="../processes/mainInit" colAlign="left" colWidth="100">
<en>Back</en>
</BackList>
<PAGE type="hidden" value="1"/>
<PAGED_TABLE_ID type="private"/>
</dynaForm>