From 65036c3cf7ede8b61347a0d559c25371b40e81c3 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 28 Mar 2018 17:27:13 +0800 Subject: [PATCH] * adjust for table width. --- module/datatable/model.php | 3 +-- module/my/view/task.html.php | 8 ++++---- module/my/view/todo.html.php | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/module/datatable/model.php b/module/datatable/model.php index 659de29674..577ad6b7a2 100644 --- a/module/datatable/model.php +++ b/module/datatable/model.php @@ -142,9 +142,8 @@ class datatableModel extends model } else { - if($id == 'id') echo "
"; + if($id == 'id') echo "
"; common::printOrderLink($id, $orderBy, $vars, $col->title); - if($id == 'id') echo "
"; } echo ''; } diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php index 0f6f4fea0f..3130d35383 100644 --- a/module/my/view/task.html.php +++ b/module/my/view/task.html.php @@ -29,17 +29,17 @@
- +
diff --git a/module/my/view/todo.html.php b/module/my/view/todo.html.php index 48edc43b4a..fad02cd953 100644 --- a/module/my/view/todo.html.php +++ b/module/my/view/todo.html.php @@ -44,12 +44,12 @@
+
- - - idAB);?>
+ + idAB);?>
priAB);?> task->project);?>
+
- - - idAB);?>
+ + idAB);?>
todo->date);?> todo->type);?>