From 7485ec63d0002d366e2b976f7bb47002204a0036 Mon Sep 17 00:00:00 2001 From: Catouse Date: Mon, 27 Oct 2014 14:41:31 +0800 Subject: [PATCH] * swaped pane position. --- module/story/view/view.html.php | 67 +++++++++++++++++---------------- 1 file changed, 34 insertions(+), 33 deletions(-) diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index 9c3a64edc0..3196a24ae0 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -100,7 +100,7 @@
@@ -162,38 +162,7 @@
-
-
    - tasks as $projectTasks) - { - foreach($projectTasks as $task) - { - if(!isset($projects[$task->project])) continue; - $projectName = $projects[$task->project]; - echo "
  • " . html::a($this->createLink('task', 'view', "taskID=$task->id", '', true), "#$task->id $task->name", '', "class='iframe' data-width='80%'"); - echo html::a($this->createLink('project', 'browse', "projectID=$task->project"), $projectName, '', "class='text-muted'") . '
  • '; - } - } - if(count($story->tasks) == 0) - { - foreach($story->projects as $project) - { - echo "
  • " . $project->name . '
  • '; - } - } - ?> -
-
-
-
-
- -
-
+
@@ -233,6 +202,38 @@
story->openedBy;?>
+ +
+
+
+ +
+
+
    + tasks as $projectTasks) + { + foreach($projectTasks as $task) + { + if(!isset($projects[$task->project])) continue; + $projectName = $projects[$task->project]; + echo "
  • " . html::a($this->createLink('task', 'view', "taskID=$task->id", '', true), "#$task->id $task->name", '', "class='iframe' data-width='80%'"); + echo html::a($this->createLink('project', 'browse', "projectID=$task->project"), $projectName, '', "class='text-muted'") . '
  • '; + } + } + if(count($story->tasks) == 0) + { + foreach($story->projects as $project) + { + echo "
  • " . $project->name . '
  • '; + } + } + ?> +
+