2010-12-02 23:34:41 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<dynaForm type="xmlmenu">
|
|
|
|
|
|
|
|
|
|
<URL_CONDITIONS_EDIT defaultValue="../steps/conditions_Edit" type="private"/>
|
|
|
|
|
<!--<PAGED_TABLE_FAST_SEARCH type="FastSearch" label="@G::LoadTranslation(ID_SEARCH)"/>-->
|
|
|
|
|
|
|
|
|
|
<PAGED_TABLE_ID type="private"/>
|
|
|
|
|
|
|
|
|
|
<JS type="javascript" replaceTags="1">
|
|
|
|
|
function editCondition(uid, sStepTitle)
|
|
|
|
|
{
|
2012-08-16 16:43:16 -04:00
|
|
|
popupWindow("@G::LoadTranslation(ID_EDIT_CONDITIONS_OF_STEP)" + ": " + sStepTitle, "@G::encryptLink(@#URL_CONDITIONS_EDIT)?UID=" + uid , 535, 240);
|
2010-12-02 23:34:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function saveCondition(oForm)
|
|
|
|
|
{
|
2012-08-16 16:43:16 -04:00
|
|
|
ajax_post(oForm.action, oForm, "POST");
|
|
|
|
|
currentPopupWindow.remove();
|
|
|
|
|
@#PAGED_TABLE_ID.refresh();
|
2010-12-02 23:34:41 +00:00
|
|
|
}
|
|
|
|
|
</JS>
|
|
|
|
|
|
2012-08-16 16:43:16 -04:00
|
|
|
</dynaForm>
|