-
icons['score']); ?>score->record; ?>
-
-
score->current; ?>:score; ?>
-
scoreLevel; ?>
- app->user->admin == 1) echo html::a($this->createLink('score', 'rule'), $lang->my->scoreRule, '', "class='btn btn-primary'");?>
-
+
+
+
icons['score']); ?>score->record; ?>
+
-
-
+
+
+
| score->time; ?> |
score->module; ?> |
@@ -29,26 +29,26 @@
score->after; ?> |
score->desc; ?> |
-
-
-
-
- | time; ?> |
- score->models[$score->module]; ?> |
- score->methods[$score->module][$score->method]; ?> |
- before; ?> |
- score; ?> |
- after; ?> |
- desc; ?> |
-
-
-
-
-
- |
- show(); ?>
- |
+
+
+
+
+
+ | time; ?> |
+ score->models[$score->module]; ?> |
+ score->methods[$score->module][$score->method]; ?> |
+ before; ?> |
+ score; ?> |
+ after; ?> |
+ desc; ?> |
-
-
-
\ No newline at end of file
+
+
+
+
+
+ | show();?> |
+
+
+
+
diff --git a/module/project/css/storykanban.css b/module/project/css/storykanban.css
index 67586a88f9..2db59385b6 100644
--- a/module/project/css/storykanban.css
+++ b/module/project/css/storykanban.css
@@ -46,19 +46,19 @@
.pri-6:before {content: "6";}
.story-pri {display: inline-block; width: 16px; height: 16px; text-align: center; border-radius: 8px; line-height: 16px; font-size: 12px}
-.story-pri.pri-0 {background-color:#b56a00;}
-.story-pri.pri-1 {background-color:#E30413;}
-.story-pri.pri-2 {background-color:#E84E0E;}
-.story-pri.pri-3 {background-color:#b56a00;}
-.story-pri.pri-4 {background-color:#795523;}
+.story-pri.pri-0 {background-color: #b56a00;}
+.story-pri.pri-1 {background-color: #E30413;}
+.story-pri.pri-2 {background-color: #E84E0E;}
+.story-pri.pri-3 {background-color: #b56a00;}
+.story-pri.pri-4 {background-color: #795523;}
.board-story {color: #dd7503; background-color: #FFF3E0;}
-.board-story.board-story-projected {color:#777;}
-.board-story.board-story-developing {color:#D2322D; background-color: #FFEBEE;}
-.board-story.board-story-developed {color:#229F24; background-color: #E8F5E9;}
-.board-story.board-story-testing {color:#EF6C00; background-color: #FFF3E0;}
-.board-story.board-story-tested {color:#827717; background-color: #F9FBE7}
-.board-story.board-story-released {color:#9C27B0; background-color: #F3E5F5}
+.board-story.board-story-projected {color: #777;}
+.board-story.board-story-developing {color: #D2322D; background-color: #FFEBEE;}
+.board-story.board-story-developed {color: #229F24; background-color: #E8F5E9;}
+.board-story.board-story-testing {color: #EF6C00; background-color: #FFF3E0;}
+.board-story.board-story-tested {color: #827717; background-color: #F9FBE7}
+.board-story.board-story-released {color: #9C27B0; background-color: #F3E5F5}
.affix {position:fixed; top:0px; width:95%;z-index:1030;}
#kanbanHeader.affix {box-shadow: 0 3px 10px rgba(0,0,0,.1);}
diff --git a/module/project/js/storykanban.js b/module/project/js/storykanban.js
index e11db3f2c0..f3291ebb0b 100644
--- a/module/project/js/storykanban.js
+++ b/module/project/js/storykanban.js
@@ -100,7 +100,16 @@ $(function()
{
$('#kanbanWrapper').unwrap();
initBoards()
- $(".kanbanFrame").modalTrigger({type: 'iframe', width: '80%', afterShow:function(){ $('#ajaxModal').data('cancel-reload', true)}, afterHidden: function(){refresh()}});
+ $(".kanbanFrame").modalTrigger(
+ {
+ type: 'iframe',
+ width: '80%',
+ afterShow: function()
+ {
+ $('#ajaxModal').data('cancel-reload', true)
+ },
+ afterHidden: function(){refresh()}
+ });
});
}
}
diff --git a/module/project/view/storykanban.html.php b/module/project/view/storykanban.html.php
index 969cfd34c7..77a42c549f 100644
--- a/module/project/view/storykanban.html.php
+++ b/module/project/view/storykanban.html.php
@@ -38,8 +38,8 @@
app->user->account
+$cols = array('projected', 'developing', 'developed', 'testing', 'tested', 'verified', 'released');
+$account = $this->app->user->account;
?>