2010-12-02 23:34:41 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<dynaForm name="users_NewOptions" type="xmlmenu">
|
2014-04-21 10:21:01 -04:00
|
|
|
<MNU1 type="link" value="" link="#" onclick="window.location = 'users_List'; return false;" colAlign="left" colWidth="80">
|
|
|
|
|
<en><![CDATA[Back to list]]></en>
|
|
|
|
|
</MNU1>
|
|
|
|
|
<js type="javascript"><![CDATA[
|
2010-12-02 23:34:41 +00:00
|
|
|
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>
|
2014-04-21 10:21:01 -04:00
|
|
|
</dynaForm>
|