1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00

Improve contacts page

* Add tip
* Rename 联系人 to 通讯录
This commit is contained in:
plt
2012-09-27 11:34:06 +08:00
parent e1bb456c0e
commit 7274fdb31f
2 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,12 @@
{% block nav_contacts_class %}class="cur"{% endblock %}
{% block left_panel %}
<h3>小提示</h3>
在共享和发送外链的时候,系统会自动记录下您用过的通讯地址,以方便下次使用。
{% endblock %}
{% block right_panel %}
<h3>联系人列表</h3>
<button id="contact-add">添加联系人</button>

View File

@@ -27,7 +27,7 @@
<a href="{{ SITE_ROOT }}shareadmin/" {% block nav_shareadmin_class %}{% endblock %}>共享管理</a>
</li>
<li>
<a href="{{ SITE_ROOT }}contacts/" {% block nav_contacts_class %}{% endblock %}>联系人</a>
<a href="{{ SITE_ROOT }}contacts/" {% block nav_contacts_class %}{% endblock %}>通讯录</a>
</li>
</ul>
{% endblock %}