mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 10:26:17 +00:00
Improve contacts page
* Add tip * Rename 联系人 to 通讯录
This commit is contained in:
@@ -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>
|
||||
|
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user