1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

Modified history and detail

This commit is contained in:
zhengxie
2012-10-31 19:36:29 +08:00
parent a3f8b4c2a5
commit e2fc6a93b7
5 changed files with 20 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
{% load i18n %}
<form id="repo-share-form" action="{{ post_url }}" method="post" name="repo-share-form" class="hide">
<p>{% trans "Share to"%}</p>
<textarea id="email_or_group" name="email_or_group" placeholder="{% trans "Emails or Groups"%}"></textarea>
<textarea id="email_or_group" name="email_or_group" placeholder="{% trans "Emails or Groups, Seperate by ','"%}"></textarea>
{% if cloud_mode %}
{% if org %}
<p class="tip">{% trans "Tip: must be org members or org groups, type all to share to public library."%}</p>