Skip to content
Snippets Groups Projects
Unverified Commit eae0ecbe authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Added link from deactivated workflows to activated workflows

parent 984cc361
No related branches found
No related tags found
No related merge requests found
...@@ -53,4 +53,8 @@ echo $renderer->header(); ...@@ -53,4 +53,8 @@ echo $renderer->header();
$table->out(50, false); $table->out(50, false);
$surl = new \moodle_url('/admin/tool/lifecycle/adminsettings.php',
array('sesskey' => sesskey()));
echo \html_writer::link($surl, get_string('active_workflows_list', 'tool_lifecycle'));
echo $renderer->footer(); echo $renderer->footer();
\ No newline at end of file
...@@ -107,6 +107,7 @@ $string['workflow_duplicate_title'] = '{$a} (Copy)'; ...@@ -107,6 +107,7 @@ $string['workflow_duplicate_title'] = '{$a} (Copy)';
$string['deactivated_workflows_list'] = 'List deactivated workflows'; $string['deactivated_workflows_list'] = 'List deactivated workflows';
$string['deactivated_workflows_list_header'] = 'Deactivated workflows'; $string['deactivated_workflows_list_header'] = 'Deactivated workflows';
$string['workflow_timedeactive'] = 'Deactivated since'; $string['workflow_timedeactive'] = 'Deactivated since';
$string['active_workflows_list'] = 'List active workflows and workflow definitions';
$string['step_type'] = 'Type'; $string['step_type'] = 'Type';
$string['step_subpluginname'] = 'Subplugin Name'; $string['step_subpluginname'] = 'Subplugin Name';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment