16 lines
637 B
XML
Executable File
16 lines
637 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<dynaForm name="users_NewOptions" type="xmlmenu">
|
|
<MNU1 type="link" value="" link="#" onclick="window.location = 'users_List'; return false;" colAlign="left" colWidth="80">
|
|
<en>Back to list</en>
|
|
</MNU1>
|
|
|
|
<js type="javascript"><![CDATA[
|
|
function changeToEditMode(){
|
|
/*false;changeToViewMode();return false;*/
|
|
/*document.forms[0].parentNode.parentNode.parentNode.style.display='none';
|
|
document.forms[1].parentNode.parentNode.parentNode.style.display='';
|
|
document.forms[0].parentNode.style.display='none';
|
|
document.forms[1].parentNode.style.display='';*/
|
|
}
|
|
]]></js>
|
|
</dynaForm> |