diff --git a/module/action/view/trash.html.php b/module/action/view/trash.html.php index d3b693c0ce..f0df5425fd 100644 --- a/module/action/view/trash.html.php +++ b/module/action/view/trash.html.php @@ -14,8 +14,8 @@ recTotal}&recPerPage={$pager->recPerPage}"; ?> diff --git a/module/admin/view/cleardata.html.php b/module/admin/view/cleardata.html.php index 08b3fc45c2..2d9bfcab6c 100755 --- a/module/admin/view/cleardata.html.php +++ b/module/admin/view/cleardata.html.php @@ -11,7 +11,7 @@ */ ?> -'> +'>
- inLink('trash', "type=all"), $lang->goback);?> - inLink('trash', "type=hidden"), $lang->action->dynamic->hidden);?> + goback);?> + action->dynamic->hidden);?>
diff --git a/module/bug/view/batchedit.html.php b/module/bug/view/batchedit.html.php index a38e5f45fe..b85b79f713 100644 --- a/module/bug/view/batchedit.html.php +++ b/module/bug/view/batchedit.html.php @@ -11,7 +11,7 @@ */ ?> -"> +">
admin->clearData;?>
admin->clearDataDesc);?>
diff --git a/module/bug/view/browse.custom.html.php b/module/bug/view/browse.custom.html.php index aa66cc2739..b1f3177b41 100644 --- a/module/bug/view/browse.custom.html.php +++ b/module/bug/view/browse.custom.html.php @@ -11,7 +11,7 @@ diff --git a/module/bug/view/browse.html.php b/module/bug/view/browse.html.php index 500ad0c40b..52a45dfa96 100644 --- a/module/bug/view/browse.html.php +++ b/module/bug/view/browse.html.php @@ -64,7 +64,7 @@ js::set('customed', $customed); } ?> -'> +'>
bug->common . $lang->colon . $lang->bug->batchEdit;?>
- '> + '>
diff --git a/module/product/view/batchedit.html.php b/module/product/view/batchedit.html.php index 7f9861238d..15798bc5f6 100755 --- a/module/product/view/batchedit.html.php +++ b/module/product/view/batchedit.html.php @@ -11,7 +11,7 @@ ?> -'> +'>
diff --git a/module/common/control.php b/module/common/control.php index 0b8e132e1e..82baa17b2f 100644 --- a/module/common/control.php +++ b/module/common/control.php @@ -355,7 +355,7 @@ class common extends control $title = isset($preAndNext->pre->title) ? $preAndNext->pre->title : $preAndNext->pre->name; $title = '#' . $preAndNext->pre->$id . ' ' . $title; echo ""; - echo html::a($this->inLink('view', "ID={$preAndNext->pre->$id}"), ' ', '', "id='pre' class='icon-pre' title='{$title}'"); + echo html::a(inLink('view', "ID={$preAndNext->pre->$id}"), ' ', '', "id='pre' class='icon-pre' title='{$title}'"); echo ""; } if(isset($preAndNext->next) and $preAndNext->next) diff --git a/module/mail/view/test.html.php b/module/mail/view/test.html.php index 3bc0729061..710bf0dd17 100755 --- a/module/mail/view/test.html.php +++ b/module/mail/view/test.html.php @@ -28,7 +28,7 @@ if(isset($error)) user->account); echo html::submitButton($lang->mail->test); - echo html::linkButton($lang->mail->edit, $this->inLink('edit')); + echo html::linkButton($lang->mail->edit, inLink('edit')); ?>
diff --git a/module/product/view/index.html.php b/module/product/view/index.html.php index 2033bbf72b..c4b0aa20e6 100644 --- a/module/product/view/index.html.php +++ b/module/product/view/index.html.php @@ -26,7 +26,7 @@
idAB;?>
-'> +'> diff --git a/module/productplan/view/linkbug.html.php b/module/productplan/view/linkbug.html.php index 257ca849f5..5d78ca6c7e 100644 --- a/module/productplan/view/linkbug.html.php +++ b/module/productplan/view/linkbug.html.php @@ -57,7 +57,7 @@
idAB;?>
-
+ diff --git a/module/productplan/view/linkstory.html.php b/module/productplan/view/linkstory.html.php index 349c828a20..18e440f846 100644 --- a/module/productplan/view/linkstory.html.php +++ b/module/productplan/view/linkstory.html.php @@ -61,7 +61,7 @@
title .$lang->colon . $lang->productplan->linkedBugs;?>
-
+ diff --git a/module/productplan/view/view.html.php b/module/productplan/view/view.html.php index 9a850d0c4b..05edbb6f15 100644 --- a/module/productplan/view/view.html.php +++ b/module/productplan/view/view.html.php @@ -13,7 +13,7 @@
deleted) echo "class='deleted'";?>>PLAN #id . ' ' . $plan->title;?>
- +
title .$lang->colon . $lang->productplan->linkedStories;?>
diff --git a/module/project/view/batchedit.html.php b/module/project/view/batchedit.html.php index 2a1bc5f6a4..267d457276 100755 --- a/module/project/view/batchedit.html.php +++ b/module/project/view/batchedit.html.php @@ -12,7 +12,7 @@ -'> +'> diff --git a/module/project/view/index.html.php b/module/project/view/index.html.php index ef6350d77c..115b822294 100644 --- a/module/project/view/index.html.php +++ b/module/project/view/index.html.php @@ -19,7 +19,7 @@ id"), $lang->project->statusList['suspended']);?> id"), $lang->project->statusList['done']);?> -'> +'>
idAB;?>
diff --git a/module/story/view/batchclose.html.php b/module/story/view/batchclose.html.php index 4888406f69..7f2bfefef3 100755 --- a/module/story/view/batchclose.html.php +++ b/module/story/view/batchclose.html.php @@ -12,7 +12,7 @@ ?> -"> +">
idAB;?>
diff --git a/module/story/view/batchedit.html.php b/module/story/view/batchedit.html.php index fb0191e6ea..c2106ec7d3 100644 --- a/module/story/view/batchedit.html.php +++ b/module/story/view/batchedit.html.php @@ -11,7 +11,7 @@ */ ?> -"> +">
story->common . $lang->colon . $lang->story->batchClose;?>
diff --git a/module/task/view/batchedit.html.php b/module/task/view/batchedit.html.php index 8a55ab787a..3d3b8eb054 100755 --- a/module/task/view/batchedit.html.php +++ b/module/task/view/batchedit.html.php @@ -11,7 +11,7 @@ */ ?> -"> +">
story->common . $lang->colon . $lang->story->batchEdit;?>
diff --git a/module/testcase/view/batchedit.html.php b/module/testcase/view/batchedit.html.php index 422c7d464d..bc69532211 100644 --- a/module/testcase/view/batchedit.html.php +++ b/module/testcase/view/batchedit.html.php @@ -11,7 +11,7 @@ */ ?> - +
task->common . $lang->colon . $lang->task->batchEdit;?>
testcase->common . $lang->colon . $lang->testcase->batchEdit;?>