Files
luos/workflow/engine/xmlform/users/users_ViewOptions.xml
2011-09-05 12:47:25 -04:00

17 lines
721 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<dynaForm name="users_ViewOptions" type="xmlmenu">
<MNU1 type="link" value="" link="#" onclick="window.location = &#039;users_List&#039;;return false;" colAlign="left" colWidth="80">
<en>Back to list</en>
</MNU1>
<MNU2 type="link" value="" link="#" onclick="changeToEditMode();return false;" colAlign="right" colWidth="80">
<en>Edit</en>
</MNU2>
<js type="javascript"><![CDATA[
function changeToViewMode(){
document.forms[0].parentNode.parentNode.parentNode.style.display='';
document.forms[1].parentNode.parentNode.parentNode.style.display='none';
document.forms[0].parentNode.style.display='';
document.forms[1].parentNode.style.display='none';
}
]]></js>
</dynaForm>