-
+
$listName) { @@ -25,76 +25,75 @@ ' . $lang->user->contacts->createList, '', "class='btn btn-block'"); ?>
- -
+ +
+
+

+ + user->contacts->createList;?> + + user->contacts->manage;?> + +

+
+
-
-
- - user->contacts->createList;?> - - user->contacts->manage;?> - -
-
- - - - - - - - - - - - - - - - - id, $disabled)):?> - - - - - -
user->contacts->listName;?> -
- id, $disabled) ? ' readonly' : ''; - if($mode == 'new') - { - echo html::input('newList', '', "class='form-control'"); - } - else - { - echo html::input('listName', $list->listName, "$readonly class='form-control'"); - echo html::hidden('listID', $list->id); - } - ?> -
user->contacts->selectedUsers;?> - userList, "multiple $readonly class='form-control chosen'"); - } - ?> -
- -
- - delete, 'hiddenwin', "class='btn btn-danger btn-wide'");?> -
-
-
+ + + + + + + + + + + + + + + + + id, $disabled)):?> + + + + + +
user->contacts->listName;?> +
+ id, $disabled) ? ' readonly' : ''; + if($mode == 'new') + { + echo html::input('newList', '', "class='form-control'"); + } + else + { + echo html::input('listName', $list->listName, "$readonly class='form-control'"); + echo html::hidden('listID', $list->id); + } + ?> +
user->contacts->selectedUsers;?> + userList, "multiple $readonly class='form-control chosen'"); + } + ?> +
+ +
+ + delete, 'hiddenwin', "class='btn btn-danger btn-wide'");?> +
From fc3bf027dc83e0d7ff5d5024268ff739b2675664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=94=E5=93=A5?= Date: Fri, 25 May 2018 17:29:54 +0800 Subject: [PATCH 2/2] * Format code. --- module/project/view/grouptask.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/project/view/grouptask.html.php b/module/project/view/grouptask.html.php index cba773886e..dc2b601dc7 100644 --- a/module/project/view/grouptask.html.php +++ b/module/project/view/grouptask.html.php @@ -14,8 +14,8 @@