[#25] Further tweaks on helpers texts
This commit is contained in:
parent
938cb4ec9f
commit
7bff041568
|
@ -11,7 +11,7 @@
|
||||||
{% if source.status.last_job and (source.status.last_job.status == 'New' or source.status.last_job.status == 'Running') %}
|
{% if source.status.last_job and (source.status.last_job.status == 'New' or source.status.last_job.status == 'Running') %}
|
||||||
<li><a class="btn disabled" rel="tooltip" title="There already is an unrun job for this source"><i class="icon-refresh icon-large"></i> Reharvest</a></li>
|
<li><a class="btn disabled" rel="tooltip" title="There already is an unrun job for this source"><i class="icon-refresh icon-large"></i> Reharvest</a></li>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set locale = h.dump_json({'content': _('This will re-run the harvesting for this source. Any updates at the source will overwrite the local datasets. Please confirm you would like to start reharvesting.')}) %}
|
{% set locale = h.dump_json({'content': _('This will re-run the harvesting for this source. Any updates at the source will overwrite the local datasets. Sources with a large number of datasets may take a significant amount of time to finish harvesting. Please confirm you would like us to start reharvesting.')}) %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ h.url_for('harvest_refresh', id=source.id) }}" class="btn" data-module="confirm-action" data-module-i18n="{{ locale }}">
|
<a href="{{ h.url_for('harvest_refresh', id=source.id) }}" class="btn" data-module="confirm-action" data-module-i18n="{{ locale }}">
|
||||||
<i class="icon-refresh"></i>
|
<i class="icon-refresh"></i>
|
||||||
|
|
|
@ -24,9 +24,10 @@
|
||||||
<div class="module-content">
|
<div class="module-content">
|
||||||
<p>
|
<p>
|
||||||
{% trans %}
|
{% trans %}
|
||||||
Harvest sources allow importing metadata from other catalogues
|
Harvest sources allow importing remote metadata into this catalog.
|
||||||
as CKAN datasets. These can be other CKAN instances or other
|
Remote sources can be other catalogs such as other CKAN instances, CSW
|
||||||
protocols and formats.
|
servers or Web Accessible Folders (WAF) (depending on the actual
|
||||||
|
harvesters enabled for this instance).
|
||||||
{% endtrans %}
|
{% endtrans %}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue