1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:29:16 +00:00

modified 'More' 'Details'

This commit is contained in:
llj
2013-01-08 11:20:25 +08:00
parent ca5f21c585
commit 74e13a7a7d
4 changed files with 30 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
<h3>{% trans 'Recent Events' %}</h3>
<ul id="events" class="hide"></ul>
<div id="events-loading" class="hide"><img src="{{MEDIA_URL}}img/loading-icon.gif" alt="{% trans 'Loading...' %}" /></div>
{% trans '<button id="events-more" class="hide">More</button>' %}
<button id="events-more" class="hide">{% trans 'More' %}</button>
<p id="events-error" class="error hide"></p>
<form id="repo-decrypt-form" class="simple-input-popup hide">
<h3>{% trans 'Library' %} <span class="op-target"></span> {% trans 'is encrypted' %}</h3>
@@ -14,4 +14,4 @@
<input type="submit" class="submit" value="{% trans 'Submit' %}" />
<button class="simplemodal-close">{% trans 'Cancel' %}</button>
</form>
<div id="ls-ch" class="hide"></div><!--list modification details of a commit-->
<div id="ls-ch" class="hide"></div><!--for details of some events-->