From 6c48a85460e9ec79acb36b0a4a0c4e9331388da1 Mon Sep 17 00:00:00 2001 From: daitingting Date: Wed, 23 May 2018 14:49:37 +0800 Subject: [PATCH] * Adjust position for productModal, projectModal. * Adjust position for required note. --- module/todo/css/edit.css | 1 + module/todo/view/edit.html.php | 2 +- module/todo/view/view.html.php | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/module/todo/css/edit.css b/module/todo/css/edit.css index f0de69d394..90a1609841 100644 --- a/module/todo/css/edit.css +++ b/module/todo/css/edit.css @@ -1,2 +1,3 @@ .todoType {margin-top: 6px;} .dateSwitcher {margin-top: 6px;} +.form-horizontal .required::after{right: -10px;} diff --git a/module/todo/view/edit.html.php b/module/todo/view/edit.html.php index ad724c449b..848f2b292b 100644 --- a/module/todo/view/edit.html.php +++ b/module/todo/view/edit.html.php @@ -91,7 +91,7 @@
-
+
type == 'bug' or $todo->type == 'task') ? 'readonly' : ''; echo html::input('name', $todo->name, "$readType class='form-control' autocomplete='off'"); diff --git a/module/todo/view/view.html.php b/module/todo/view/view.html.php index 6a8b5d04f1..3f27311fce 100644 --- a/module/todo/view/view.html.php +++ b/module/todo/view/view.html.php @@ -161,9 +161,9 @@ unset($_GET['onlybody']); echo ""; echo ""; if($isonlybody) $_GET['onlybody'] = 'yes'; }