1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

[share admin] removed 'desc' for libs & folders

This commit is contained in:
llj
2015-04-27 13:35:30 +08:00
parent c01969c7ed
commit 46d28b4010
2 changed files with 6 additions and 10 deletions

View File

@@ -12,10 +12,9 @@
<table>
<tr>
<th width="4%"><!--icon--></th>
<th width="19%">{% trans "Name"%}</th>
<th width="20%">{% trans "Share To"%}</th>
<th width="15%">{% trans "Permission"%}</th>
<th width="29%">{% trans "Description"%}</th>
<th width="33%">{% trans "Name"%}</th>
<th width="30%">{% trans "Share To"%}</th>
<th width="20%">{% trans "Permission"%}</th>
<th width="13%">{% trans "Operations"%}</th>
</tr>
{% for repo in shared_folders %}
@@ -37,7 +36,6 @@
{% endif %}
</select>
</td>
<td>{{ repo.props.repo_desc }}</td>
<td>
{% if repo.props.share_type == 'group' %}
<a href="{% url 'repo_remove_share' %}?repo_id={{ repo.props.repo_id }}&from={{ request.user.username|urlencode }}&gid={{ repo.props.group_id }}&permission={{ repo.props.permission }}" class="op-icon vh" title="{% trans "Unshare"%}"><img src="{{MEDIA_URL}}img/rm.png" alt="" /></a>

View File

@@ -12,10 +12,9 @@
<table>
<tr>
<th width="4%"><!--icon--></th>
<th width="20%">{% trans "Name"%} <span id="shared-repo-list-name-down" class="icon-caret-up cspt"></span> <span id="shared-repo-list-name-up" class="icon-caret-down cspt hide"></span></th>
<th width="21%">{% trans "Share To"%}</th>
<th width="15%">{% trans "Permission"%}</th>
<th width="27%">{% trans "Description"%}</th>
<th width="33%">{% trans "Name"%} <span id="shared-repo-list-name-down" class="icon-caret-up cspt"></span> <span id="shared-repo-list-name-up" class="icon-caret-down cspt hide"></span></th>
<th width="30%">{% trans "Share To"%}</th>
<th width="20%">{% trans "Permission"%}</th>
<th width="13%">{% trans "Operations"%}</th>
</tr>
{% for repo in out_repos %}
@@ -41,7 +40,6 @@
{% endif %}
</select>
</td>
<td>{{ repo.props.repo_desc }}</td>
<td>
{% if repo.props.share_type == 'group' %}
<a href="{% url 'repo_remove_share' %}?repo_id={{ repo.props.repo_id }}&from={{ request.user.username|urlencode }}&gid={{ repo.props.group_id }}&permission={{ repo.props.permission }}" class="cancel-share op-icon vh" title="{% trans "Unshare"%}"><img src="{{MEDIA_URL}}img/rm.png" alt="" /></a>