- |
+ |
|
- | goback, $this->session->taskList, 'self', '', 'btn btn-wide');?> |
+ goback, $this->session->taskList, 'self', '', 'btn btn-wide');?> |
diff --git a/module/testtask/view/block.html.php b/module/testtask/view/block.html.php
index dc4c01029d..f9a06d046a 100644
--- a/module/testtask/view/block.html.php
+++ b/module/testtask/view/block.html.php
@@ -29,7 +29,7 @@
|
- | goback, $this->session->taskList, 'self', '', 'btn btn-wide'); ?> |
+ goback, $this->session->taskList, 'self', '', 'btn btn-wide'); ?> |
diff --git a/module/testtask/view/close.html.php b/module/testtask/view/close.html.php
index d1fe268d53..ba9f974c1c 100644
--- a/module/testtask/view/close.html.php
+++ b/module/testtask/view/close.html.php
@@ -37,7 +37,7 @@
- | goback, $this->session->taskList, 'self', '', 'btn btn-wide');?> |
+ goback, $this->session->taskList, 'self', '', 'btn btn-wide');?> |
diff --git a/module/testtask/view/edit.html.php b/module/testtask/view/edit.html.php
index 6b1ea3830d..767d5e49ee 100644
--- a/module/testtask/view/edit.html.php
+++ b/module/testtask/view/edit.html.php
@@ -80,7 +80,7 @@
- |
+ |
|
diff --git a/module/testtask/view/runcase.html.php b/module/testtask/view/runcase.html.php
index e4d1c6a5de..9121cebc28 100644
--- a/module/testtask/view/runcase.html.php
+++ b/module/testtask/view/runcase.html.php
@@ -81,7 +81,7 @@
- |
+ |
testtask->pre, '', "id='pre' class='btn'");
echo html::submitButton('', '', 'btn btn-wide btn-primary');
diff --git a/module/testtask/view/start.html.php b/module/testtask/view/start.html.php
index 4404cb8092..65416acd2b 100644
--- a/module/testtask/view/start.html.php
+++ b/module/testtask/view/start.html.php
@@ -30,7 +30,7 @@
| |
- |
+ |
goback, $this->session->taskList, 'self', '', 'btn btn-wide');?>
|
diff --git a/module/todo/view/assignto.html.php b/module/todo/view/assignto.html.php
index d76f61999e..98a831aa64 100755
--- a/module/todo/view/assignto.html.php
+++ b/module/todo/view/assignto.html.php
@@ -54,7 +54,7 @@
- |
+ |
diff --git a/module/todo/view/batchcreate.html.php b/module/todo/view/batchcreate.html.php
index c7387f623b..d991b00015 100755
--- a/module/todo/view/batchcreate.html.php
+++ b/module/todo/view/batchcreate.html.php
@@ -83,7 +83,7 @@
- | '> |
+ | '> |
diff --git a/module/todo/view/batchedit.html.php b/module/todo/view/batchedit.html.php
index 2445748254..5cd607a68d 100644
--- a/module/todo/view/batchedit.html.php
+++ b/module/todo/view/batchedit.html.php
@@ -95,7 +95,7 @@
- |
+ |
|
diff --git a/module/todo/view/create.html.php b/module/todo/view/create.html.php
index 9a5d3af69a..01c6096027 100644
--- a/module/todo/view/create.html.php
+++ b/module/todo/view/create.html.php
@@ -131,7 +131,7 @@
- |
+ |
|
diff --git a/module/tree/view/browsetask.html.php b/module/tree/view/browsetask.html.php
index 8bc2395991..30e0eb4cff 100644
--- a/module/tree/view/browsetask.html.php
+++ b/module/tree/view/browsetask.html.php
@@ -110,7 +110,7 @@
session->taskList ? html::linkButton($this->lang->goback, $this->session->taskList) : html::backButton();
+ echo $this->session->taskList ? html::linkButton($this->lang->goback, $this->session->taskList, '', '', 'btn btn-wide') : html::backButton('', '', 'btn btn-wide');
echo html::hidden('parentModuleID', $currentModuleID);
echo html::hidden('maxOrder', $maxOrder);
?>
diff --git a/module/user/view/batchcreate.html.php b/module/user/view/batchcreate.html.php
index 1428a09401..b3c0882903 100644
--- a/module/user/view/batchcreate.html.php
+++ b/module/user/view/batchcreate.html.php
@@ -101,7 +101,7 @@
|
- |
+ |
save, '', 'btn btn-wide btn-primary');?>
|
diff --git a/module/user/view/batchedit.html.php b/module/user/view/batchedit.html.php
index 649d841759..adf901a92e 100644
--- a/module/user/view/batchedit.html.php
+++ b/module/user/view/batchedit.html.php
@@ -93,7 +93,7 @@
- |
+ |
save, '', 'btn btn-wide btn-primary');?>
|
diff --git a/module/user/view/create.html.php b/module/user/view/create.html.php
index af2ea92391..f38ad94f21 100644
--- a/module/user/view/create.html.php
+++ b/module/user/view/create.html.php
@@ -83,7 +83,7 @@
- |
+ |
|
diff --git a/module/user/view/edit.html.php b/module/user/view/edit.html.php
index c5d8e32795..88317ff0f4 100644
--- a/module/user/view/edit.html.php
+++ b/module/user/view/edit.html.php
@@ -115,7 +115,7 @@
- |
+ |
|
diff --git a/module/webhook/view/create.html.php b/module/webhook/view/create.html.php
index 20965a3ada..59f22c04a2 100644
--- a/module/webhook/view/create.html.php
+++ b/module/webhook/view/create.html.php
@@ -65,7 +65,7 @@
|
-
+ |
|
diff --git a/module/webhook/view/edit.html.php b/module/webhook/view/edit.html.php
index 6e94235f0f..429bf8411b 100644
--- a/module/webhook/view/edit.html.php
+++ b/module/webhook/view/edit.html.php
@@ -68,7 +68,7 @@
|
-
+ |
|