" . $lang['saved'] . "";
}
}
?>
$lang["systemsetup"],
'href' => $baseurl_short . "pages/admin/admin_home.php",
'menu' => true
),
array(
'title' => $lang["rse_workflow_manage_workflow"],
'href' => $baseurl_short . "plugins/rse_workflow/pages/edit_workflow.php"
),
array(
'title' => $lang["rse_workflow_manage_actions"],
'href' => $baseurl_short . "plugins/rse_workflow/pages/edit_workflow_actions.php"
),
array(
'title' => $lang["rse_workflow_action_edit_action"]
)
);
renderBreadcrumbs($links_trail);
$workflowaction_url = generateURL($baseurl_short . "plugins/rse_workflow/pages/edit_action.php",['ref'=>$ref]);
?>