mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 07:08:55 +00:00
[dir view] modified 'new file' popup
This commit is contained in:
@@ -16,12 +16,6 @@
|
|||||||
<h3>{% trans "New File" %}</h3>
|
<h3>{% trans "New File" %}</h3>
|
||||||
<div id="featured-filetype">
|
<div id="featured-filetype">
|
||||||
<label>{% trans "Featured File Type" %}</label><br />
|
<label>{% trans "Featured File Type" %}</label><br />
|
||||||
<button type="button" class="set-file-type" data-filetype="seaf" title="{% trans "Click to choose" %}">seaf</button> <span>{% trans "online Rich Text format." %}</span>
|
|
||||||
{% if LANGUAGE_CODE == 'zh-cn' %}
|
|
||||||
<a href="http://www.seafile.com/help/seaf/" target="_blank">{% trans 'Details' %}</a><br />
|
|
||||||
{% else %}
|
|
||||||
<a href="http://www.seafile.com/en/help/seaf/" target="_blank">{% trans 'Details' %}</a><br />
|
|
||||||
{% endif %}
|
|
||||||
<button type="button" class="set-file-type" data-filetype="md" title="{% trans "Click to choose" %}">markdown</button> <span>{% trans "simple markup format." %}</span>
|
<button type="button" class="set-file-type" data-filetype="md" title="{% trans "Click to choose" %}">markdown</button> <span>{% trans "simple markup format." %}</span>
|
||||||
{% if LANGUAGE_CODE == 'zh-cn' %}
|
{% if LANGUAGE_CODE == 'zh-cn' %}
|
||||||
<a href="http://www.seafile.com/help/markdown/" target="_blank">{% trans 'Details' %}</a>
|
<a href="http://www.seafile.com/help/markdown/" target="_blank">{% trans 'Details' %}</a>
|
||||||
|
Reference in New Issue
Block a user