From 7274fdb31fd4fc37d27f3be0c07ea27de61b8db7 Mon Sep 17 00:00:00 2001 From: plt Date: Thu, 27 Sep 2012 11:34:06 +0800 Subject: [PATCH] Improve contacts page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add tip * Rename 联系人 to 通讯录 --- contacts/templates/contacts/contact_list.html | 6 ++++++ templates/myhome_base.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/contacts/templates/contacts/contact_list.html b/contacts/templates/contacts/contact_list.html index ca73586b6d..d797e85e8a 100644 --- a/contacts/templates/contacts/contact_list.html +++ b/contacts/templates/contacts/contact_list.html @@ -2,6 +2,12 @@ {% block nav_contacts_class %}class="cur"{% endblock %} +{% block left_panel %} +

小提示

+在共享和发送外链的时候,系统会自动记录下您用过的通讯地址,以方便下次使用。 + +{% endblock %} + {% block right_panel %}

联系人列表

diff --git a/templates/myhome_base.html b/templates/myhome_base.html index 3b0c15d98c..97b13aa7f9 100644 --- a/templates/myhome_base.html +++ b/templates/myhome_base.html @@ -27,7 +27,7 @@ 共享管理
  • - 联系人 + 通讯录
  • {% endblock %}