1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-23 12:27:48 +00:00

[shared with me/all] modified 'loading'

This commit is contained in:
llj
2017-09-13 17:38:35 +08:00
parent d69d1957df
commit c1f9d88f48

View File

@@ -55,6 +55,8 @@
<script type="text/template" id="repos-shared-to-me-tmpl"> <script type="text/template" id="repos-shared-to-me-tmpl">
<h3 class="hd">{% trans "Shared with me" %}</h3> <h3 class="hd">{% trans "Shared with me" %}</h3>
<span class="loading-icon loading-tip"></span>
<table class="hide"> <table class="hide">
<thead></thead> <thead></thead>
<tbody></tbody> <tbody></tbody>
@@ -63,7 +65,6 @@
<h2 class="alc">{% trans "No libraries have been shared with you" %}</h2> <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> <p>{% blocktrans %}No libraries have been shared directly with you. You can find more shared libraries at "Shared with groups".{% endblocktrans %}</p>
</div> </div>
<span class="loading-icon loading-tip"></span>
<p class="error error-tip hide"></p> <p class="error error-tip hide"></p>
</script> </script>
@@ -81,6 +82,7 @@
{% endif %} {% endif %}
</div> </div>
<span class="loading-icon loading-tip"></span>
<table class="repo-list hide"> <table class="repo-list hide">
<thead></thead> <thead></thead>
<tbody></tbody> <tbody></tbody>
@@ -89,7 +91,6 @@
<h2 class="alc">{% trans "No public libraries" %}</h2> <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> <p>{% blocktrans %}You can create a public library by clicking the "New Library" button, others can view and download this library.{% endblocktrans %}</p>
</div> </div>
<span class="loading-icon loading-tip"></span>
<p class="error error-tip hide"></p> <p class="error error-tip hide"></p>
</script> </script>