From 3c04fb1ef6b647c699b6964c14ec066865e3e04d Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 25 Jun 2014 02:56:48 +0000 Subject: [PATCH] * fix a bug for managecontact. --- module/user/control.php | 1 + module/user/view/managecontacts.html.php | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/module/user/control.php b/module/user/control.php index 82651ebf5b..cf49f0af7a 100644 --- a/module/user/control.php +++ b/module/user/control.php @@ -857,6 +857,7 @@ class user extends control $this->view->position[] = $this->lang->user->manageContacts; $this->view->lists = $this->user->getContactLists($this->app->user->account); $this->view->users = $users; + $this->view->listID = $listID; $this->view->mode = $mode; $this->display(); } diff --git a/module/user/view/managecontacts.html.php b/module/user/view/managecontacts.html.php index 6757720522..3538570632 100644 --- a/module/user/view/managecontacts.html.php +++ b/module/user/view/managecontacts.html.php @@ -16,9 +16,6 @@ icons['company']);?> user->contacts->manage;?> -
- delete, 'hiddenwin', "class='btn btn-danger'");?> -
@@ -38,6 +35,9 @@
user->contacts->manage;?> +
+ delete, 'hiddenwin', "class='btn btn-danger'");?> +