diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php index ea2bc86610..96697c0fab 100644 --- a/module/story/view/edit.html.php +++ b/module/story/view/edit.html.php @@ -204,26 +204,6 @@ status);?> - status) !== false and $story->type == 'story'):?> - - story->stage;?> - - stages and $branchTagOption) - { - foreach($story->stages as $branch => $stage) - { - if(isset($branchTagOption[$branch])) echo '

' . $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'"); - } - ?> - - - story->category;?> story->categoryList, $story->category, "class='form-control chosen'");?>