mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-23 04:18:21 +00:00
[shared with me/all] modified 'loading'
This commit is contained in:
@@ -55,6 +55,8 @@
|
||||
|
||||
<script type="text/template" id="repos-shared-to-me-tmpl">
|
||||
<h3 class="hd">{% trans "Shared with me" %}</h3>
|
||||
|
||||
<span class="loading-icon loading-tip"></span>
|
||||
<table class="hide">
|
||||
<thead></thead>
|
||||
<tbody></tbody>
|
||||
@@ -63,7 +65,6 @@
|
||||
<h2 class="alc">{% trans "No libraries have been shared with you" %}</h2>
|
||||
<p>{% blocktrans %}No libraries have been shared directly with you. You can find more shared libraries at "Shared with groups".{% endblocktrans %}</p>
|
||||
</div>
|
||||
<span class="loading-icon loading-tip"></span>
|
||||
<p class="error error-tip hide"></p>
|
||||
</script>
|
||||
|
||||
@@ -81,6 +82,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<span class="loading-icon loading-tip"></span>
|
||||
<table class="repo-list hide">
|
||||
<thead></thead>
|
||||
<tbody></tbody>
|
||||
@@ -89,7 +91,6 @@
|
||||
<h2 class="alc">{% trans "No public libraries" %}</h2>
|
||||
<p>{% blocktrans %}You can create a public library by clicking the "New Library" button, others can view and download this library.{% endblocktrans %}</p>
|
||||
</div>
|
||||
<span class="loading-icon loading-tip"></span>
|
||||
<p class="error error-tip hide"></p>
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user