diff --git a/media/css/seahub.css b/media/css/seahub.css index 9f4c0ff2d3..c1fddb48d5 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -2729,7 +2729,6 @@ textarea:-moz-placeholder {/* for FF */ width:756px; } #md-view h2, -#wmd-preview h2, #wiki-content h2 { border-bottom: 1px solid #ccc; } diff --git a/media/img/rm.png b/media/img/rm.png new file mode 100644 index 0000000000..df065d115d Binary files /dev/null and b/media/img/rm.png differ diff --git a/seahub/share/templates/share/priv_shared_files.html b/seahub/share/templates/share/priv_shared_files.html deleted file mode 100644 index 664f5903cb..0000000000 --- a/seahub/share/templates/share/priv_shared_files.html +++ /dev/null @@ -1,93 +0,0 @@ -{% extends "home_base.html" %} -{% load seahub_tags i18n %} -{% load url from future %} - -{% block sub_title %}{% trans "Files - Share" %} - {% endblock %} - -{% block cur_share_files %}tab-cur{% endblock %} - -{% block right_panel %} -
- {{ repo.name }} - - {{ commit.converted_cmmt_desc|translate_commit_desc_escape|safe }} - {% if commit.more_files %} - {% if repo.encrypted %} - {% trans 'Details' %} - {% else %} - {% trans 'Details' %} - {% endif %} - {% endif %} - -
- {% endwith %} - {% endif %} - - {% if e.etype == "repo-create" %} -{% trans "Created library" %} {{ e.repo_name }}
- {% endif %} - - {% if e.etype == "repo-delete" %} -{% blocktrans with library_name=e.repo_name %}Deleted library {{ library_name }}{% endblocktrans %}
- {% endif %} - -{{ e.author|email2nickname }} {{ e.time|translate_seahub_time }}
-