mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +00:00
[share admin] removed 'desc' for libs & folders
This commit is contained in:
@@ -12,10 +12,9 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="4%"><!--icon--></th>
|
<th width="4%"><!--icon--></th>
|
||||||
<th width="19%">{% trans "Name"%}</th>
|
<th width="33%">{% trans "Name"%}</th>
|
||||||
<th width="20%">{% trans "Share To"%}</th>
|
<th width="30%">{% trans "Share To"%}</th>
|
||||||
<th width="15%">{% trans "Permission"%}</th>
|
<th width="20%">{% trans "Permission"%}</th>
|
||||||
<th width="29%">{% trans "Description"%}</th>
|
|
||||||
<th width="13%">{% trans "Operations"%}</th>
|
<th width="13%">{% trans "Operations"%}</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for repo in shared_folders %}
|
{% for repo in shared_folders %}
|
||||||
@@ -37,7 +36,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ repo.props.repo_desc }}</td>
|
|
||||||
<td>
|
<td>
|
||||||
{% if repo.props.share_type == 'group' %}
|
{% 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>
|
<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>
|
||||||
|
@@ -12,10 +12,9 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="4%"><!--icon--></th>
|
<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="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="21%">{% trans "Share To"%}</th>
|
<th width="30%">{% trans "Share To"%}</th>
|
||||||
<th width="15%">{% trans "Permission"%}</th>
|
<th width="20%">{% trans "Permission"%}</th>
|
||||||
<th width="27%">{% trans "Description"%}</th>
|
|
||||||
<th width="13%">{% trans "Operations"%}</th>
|
<th width="13%">{% trans "Operations"%}</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for repo in out_repos %}
|
{% for repo in out_repos %}
|
||||||
@@ -41,7 +40,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ repo.props.repo_desc }}</td>
|
|
||||||
<td>
|
<td>
|
||||||
{% if repo.props.share_type == 'group' %}
|
{% 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>
|
<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>
|
||||||
|
Reference in New Issue
Block a user