From 6d5d0fbaaebc6bc5874af6d80152c2462d48adfa Mon Sep 17 00:00:00 2001 From: amercader Date: Mon, 20 May 2013 12:09:14 +0100 Subject: [PATCH] Add hover helper text to refresh and clear buttons --- ckanext/harvest/templates_new/source/admin_base.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ckanext/harvest/templates_new/source/admin_base.html b/ckanext/harvest/templates_new/source/admin_base.html index 9d689f6..94fdf69 100644 --- a/ckanext/harvest/templates_new/source/admin_base.html +++ b/ckanext/harvest/templates_new/source/admin_base.html @@ -13,7 +13,8 @@ {% 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. 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.')}) %}
  • - + {{ _('Reharvest') }} @@ -21,7 +22,8 @@ {% endif %} {% set locale = h.dump_json({'content': _('Warning: This will remove all datasets for this source, as well as all previous job reports. Are you sure you want to continue?')}) %}
  • - + {{ _('Clear') }}