* Change to new writing method.
This commit is contained in:
@@ -66,8 +66,8 @@ if($canBatchAction)
|
||||
|
||||
menu
|
||||
(
|
||||
set::id('navStatus'),
|
||||
set::className('dropdown-menu'),
|
||||
setID('navStatus'),
|
||||
setClass('dropdown-menu'),
|
||||
set::items(array_values($items))
|
||||
);
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ formPanel
|
||||
set::required(true),
|
||||
select
|
||||
(
|
||||
set::id('closedReasonBox'),
|
||||
setID('closedReasonBox'),
|
||||
set::name('closedReason'),
|
||||
set::strong(false),
|
||||
set::items($lang->productplan->closedReasonList),
|
||||
|
||||
@@ -25,7 +25,7 @@ searchForm
|
||||
|
||||
dtable
|
||||
(
|
||||
set::id('unlinkBugList'),
|
||||
setID('unlinkBugList'),
|
||||
set::userMap($users),
|
||||
set::checkable(true),
|
||||
set::cols($cols),
|
||||
|
||||
@@ -32,7 +32,7 @@ searchForm
|
||||
|
||||
dtable
|
||||
(
|
||||
set::id('unlinkStoryList'),
|
||||
setID('unlinkStoryList'),
|
||||
set::userMap($users),
|
||||
set::cols($cols),
|
||||
set::data(array_values($allStories)),
|
||||
|
||||
@@ -203,7 +203,7 @@ detailBody
|
||||
),
|
||||
dtable
|
||||
(
|
||||
set::id('storyDTable'),
|
||||
setID('storyDTable'),
|
||||
set::userMap($users),
|
||||
set::bordered(true),
|
||||
set::cols($storyCols),
|
||||
@@ -245,7 +245,7 @@ detailBody
|
||||
),
|
||||
dtable
|
||||
(
|
||||
set::id('bugDTable'),
|
||||
setID('bugDTable'),
|
||||
set::userMap($users),
|
||||
set::bordered(true),
|
||||
set::cols($bugCols),
|
||||
|
||||
Reference in New Issue
Block a user