diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php index 96697c0fab..a201e015ef 100644 --- a/module/story/view/edit.html.php +++ b/module/story/view/edit.html.php @@ -204,6 +204,26 @@ status);?> + type == 'story'):?> +
' . $branchTagOption[$branch] . html::select("stages[$branch]", $lang->story->stageList, $stage, "class='form-control chosen'") . '
'; + } + } + else + { + echo html::select('stage', $lang->story->stageList, $story->stage, "class='form-control chosen'"); + } + ?> +