From 9880310b62843b20dc41d07d74fac11c348a9574 Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Wed, 4 May 2016 11:13:22 +0800 Subject: [PATCH] * change the width of input box of contact list name. --- module/my/view/managecontacts.html.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/my/view/managecontacts.html.php b/module/my/view/managecontacts.html.php index 64a220cd8d..27b9883fec 100644 --- a/module/my/view/managecontacts.html.php +++ b/module/my/view/managecontacts.html.php @@ -40,23 +40,23 @@
- + - +
user->contacts->listName;?>user->contacts->listName;?> listName, "class='form-control'"); + echo html::input('listName', $list->listName, "class='form-control w-300px'"); echo html::hidden('listID', $list->id); } ?>
user->contacts->selectedUsers;?>user->contacts->selectedUsers;?>