Files
luos/workflow/engine/xmlform/gulliver/dynaforms_OptionsPrint.xml
Marco Antonio Nina 1917d8cfe7 BUG 9572 Print Dynaform is not working when a case is open... SOLVED
- Undefined variable used.
- Was validated using using the variable.
2012-08-07 17:48:28 -04:00

23 lines
973 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<dynaForm name="users_NewOptions" type="xmlmenu">
<NEXT_STEP type="private"/>
<PREVIOUS_STEP type="private"/>
<PREVIOUS_STEP_LABEL type="private"/>
<PREVIOUS_ACTION type="private"/>
<NEXT_ACTION type="private"/>
<PHPSESSID type="private"/>
<DYNUIDPRINT type="private"/>
<PRINT_PREVIEW_ACTION type="private" defaultValue="../cases/cases_PrintView?PHPSESSID=@#PHPSESSID&amp;DYNUIDPRINT=@#DYNUIDPRINT"/>
<MNUP type="print" colWidth="20" title="" value='' colAlign="left" link="@#PRINT_PREVIEW_ACTION" width="800" height="600" left="0" top="0" resizable="1">
<en>Print form</en>
</MNUP>
<DYN_BACKWARD type="link" value='' link="@#PREVIOUS_STEP" onclick="@#PREVIOUS_ACTION" colAlign="left" colWidth="120" label="@#PREVIOUS_STEP_LABEL">
<en>Previous Step</en>
</DYN_BACKWARD>
<DYN_FORWARD type="link" value='' link="@#NEXT_STEP" onclick="@#NEXT_ACTION" colAlign="right" colWidth="120">
<en>Next Step</en>
</DYN_FORWARD>
</dynaForm>