1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

fixed 'help'; rm footer.html

This commit is contained in:
llj
2016-05-13 11:10:18 +08:00
parent c51b340eff
commit 5a0e8f315d
2 changed files with 2 additions and 25 deletions

View File

@@ -2949,7 +2949,7 @@ button.sf-dropdown-toggle:focus {
margin:0 3px 0 0;
}
.help-con {
padding:0 0 0 30px;
padding:20px;
}
#right-panel.help-con .hd {
font-weight:normal;

View File

@@ -1,23 +0,0 @@
{% load i18n %}
<div id="footer" role="contentinfo" class="ovhd">
<div class="items fleft">
<div class="item">
<h4>{% trans "Documents" %}</h4>
<ul>
<li><a href="http://seafile.com/{% if LANGUAGE_CODE != 'zh-cn' %}en/{% endif %}home/" target="_blank">{% trans "Introduction" %}</a></li>
<li><a href="{{SITE_ROOT}}help/" target="_blank">{% trans "Help" %}</a></li>
</ul>
</div>
<div class="item">
<h4>{% trans "Client" %}</h4>
<ul>
<li><a href="{% url 'download_client' %}">{% trans "Seafile for Windows, Mac and Linux" %}</a></li>
</ul>
</div>
</div>
<div class="other-info fright">
<p>{% trans "Server Version: " %}{{ seafile_version }}</p>
<p>© 2016 {% trans "Seafile" %}</p>
<p><a href="http://seafile.com/{% if LANGUAGE_CODE != 'zh-cn' %}en/{% endif %}about/" target="_blank">{% trans "About Us" %}</a></p>
</div>
</div>