1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 18:30:53 +00:00

Changed repo to library

This commit is contained in:
zhengxie
2012-10-26 19:54:45 +08:00
parent e6eceaa1cd
commit 2c18ff7b17
9 changed files with 55 additions and 18 deletions

View File

@@ -1,12 +1,12 @@
{% load seahub_tags i18n %}
<h3>{% trans "Repos" %}</h3>
<h3>{% trans "Libraries" %}</h3>
<div id="repos-tabs">
<div class="ovhd">
<ul class="fleft">
<li><a href="#my-own-repos" onfocus="this.blur()">{% trans "I owned" %}</a></li>
<li><a href="#repos-shared-to-me" onfocus="this.blur()">{% trans "Share to me" %}</a></li>
</ul>
<button id="repo-create" class="fright">{% trans "New Repo" %}</button>
<button id="repo-create" class="fright">{% trans "New Library" %}</button>
</div>
<div id="my-own-repos">
{% if owned_repos %}