diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index d049c22288..368b94b8e2 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -21,7 +21,7 @@ js::set('createRelease', $lang->release->create); js::set('createBuild', $lang->build->create); js::set('refresh', $lang->refresh); ?> -
+
icons['bug']);?> diff --git a/module/doc/view/create.html.php b/module/doc/view/create.html.php index af04e64b29..9f505c2290 100644 --- a/module/doc/view/create.html.php +++ b/module/doc/view/create.html.php @@ -13,7 +13,7 @@ doc->placeholder);?> -
+
icons['doc']);?> diff --git a/module/doc/view/edit.html.php b/module/doc/view/edit.html.php index 300e58975c..3e18678e18 100644 --- a/module/doc/view/edit.html.php +++ b/module/doc/view/edit.html.php @@ -19,7 +19,7 @@ $(document).ready(function() setType(type); }); -
+
icons['doc']);?> id;?> diff --git a/module/my/view/testtask.html.php b/module/my/view/testtask.html.php index 64abcec73c..69adbd94ec 100644 --- a/module/my/view/testtask.html.php +++ b/module/my/view/testtask.html.php @@ -55,7 +55,7 @@ if(common::hasPriv('testtask', 'delete')) { $deleteURL = $this->createLink('testtask', 'delete', "taskID=$task->id&confirm=yes"); - echo html::a("javascript:ajaxDelete(\"$deleteURL\",\"taskList\",confirmDelete)", '', '', "title='{$lang->testtask->delete}'"); + echo html::a("javascript:ajaxDelete(\"$deleteURL\",\"taskList\",confirmDelete)", '', '', "title='{$lang->testtask->delete}' class='btn-icon'"); } ?> diff --git a/module/product/view/close.html.php b/module/product/view/close.html.php index 30f1ff7efe..8b99b04f31 100644 --- a/module/product/view/close.html.php +++ b/module/product/view/close.html.php @@ -12,7 +12,7 @@ ?> -
+
icons['product']);?> id;?> diff --git a/module/product/view/create.html.php b/module/product/view/create.html.php index 6c9f69b8c8..f8b7dbb4e3 100644 --- a/module/product/view/create.html.php +++ b/module/product/view/create.html.php @@ -12,7 +12,7 @@ ?> -
+
icons['product']);?> diff --git a/module/product/view/edit.html.php b/module/product/view/edit.html.php index 2e0978a181..0745bc7d22 100644 --- a/module/product/view/edit.html.php +++ b/module/product/view/edit.html.php @@ -12,7 +12,7 @@ ?> -
+
icons['product']);?> id;?> diff --git a/module/productplan/view/create.html.php b/module/productplan/view/create.html.php index 26b2a117e1..9e2969193c 100644 --- a/module/productplan/view/create.html.php +++ b/module/productplan/view/create.html.php @@ -14,7 +14,7 @@ -
+
icons['plan']);?> diff --git a/module/productplan/view/edit.html.php b/module/productplan/view/edit.html.php index 135e869824..bceef38f22 100644 --- a/module/productplan/view/edit.html.php +++ b/module/productplan/view/edit.html.php @@ -13,7 +13,7 @@ -
+
icons['plan']);?> diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php index b724967485..08c09d6b07 100644 --- a/module/project/view/create.html.php +++ b/module/project/view/create.html.php @@ -32,7 +32,7 @@ project->placeholder);?> -
+
icons['project']);?> diff --git a/module/project/view/edit.html.php b/module/project/view/edit.html.php index 2d97694d53..b46cb2e33a 100644 --- a/module/project/view/edit.html.php +++ b/module/project/view/edit.html.php @@ -14,7 +14,7 @@ -
+
icons['project']);?> id;?> diff --git a/module/project/view/putoff.html.php b/module/project/view/putoff.html.php index 4eca7e5be0..5fa16b81b9 100644 --- a/module/project/view/putoff.html.php +++ b/module/project/view/putoff.html.php @@ -14,7 +14,7 @@ -
+
icons['project']);?> id;?> @@ -26,7 +26,7 @@ - + @@ -53,10 +54,10 @@ - + - +
project->dateRange;?> +
begin, "class='form-control form-date' onchange='computeWorkDays()' placeholder='" . $lang->project->begin . "'");?> project->to;?> @@ -41,6 +41,7 @@
project->days;?>
comment;?>
goback, $this->session->taskList); ?>goback, $this->session->taskList); ?>
diff --git a/module/project/view/start.html.php b/module/project/view/start.html.php index 8fbf389065..096c89993c 100644 --- a/module/project/view/start.html.php +++ b/module/project/view/start.html.php @@ -12,7 +12,7 @@ ?> -
+
icons['project']);?> id;?> @@ -23,13 +23,11 @@
- - - + - +
comment;?>
comment;?>
icons['start']) . ' ' . $lang->project->start) . html::linkButton($lang->goback, $this->session->taskList); ?>project->start) . html::linkButton($lang->goback, $this->session->taskList); ?>
diff --git a/module/project/view/suspend.html.php b/module/project/view/suspend.html.php index 2c3e9111f9..185459f4ff 100644 --- a/module/project/view/suspend.html.php +++ b/module/project/view/suspend.html.php @@ -12,7 +12,7 @@ ?> -
+
icons['project']);?> id;?> diff --git a/module/release/view/create.html.php b/module/release/view/create.html.php index 6b93feedff..c910bcde31 100644 --- a/module/release/view/create.html.php +++ b/module/release/view/create.html.php @@ -13,7 +13,7 @@ -
+
icons['release']);?> diff --git a/module/release/view/edit.html.php b/module/release/view/edit.html.php index 16926bd3d1..5b32cf31e5 100644 --- a/module/release/view/edit.html.php +++ b/module/release/view/edit.html.php @@ -13,7 +13,7 @@ -
+
icons['release']);?> id;?> diff --git a/module/search/view/buildform.html.php b/module/search/view/buildform.html.php index 772aa0e104..10ce09d444 100644 --- a/module/search/view/buildform.html.php +++ b/module/search/view/buildform.html.php @@ -14,6 +14,7 @@ $jsRoot = $this->app->getWebRoot() . "js/"; include '../../common/view/datepicker.html.php'; ?> +