\"true\" ." ;
-
- if ( $(publication).is(':checked') ) {
- add = n3String;
- }
- else {
- retract = n3String;
- }
-
- $.ajax({
- url: managePublications.processingUrl,
- type: 'POST',
- data: {
- additions: add,
- retractions: retract
- },
- dataType: 'json',
- context: publication, // context for callback
- complete: function(request, status) {
-
- if (status === 'success') {
- window.status = managePublications.publicationSuccessfullyExcluded;
-
- } else {
- alert(managePublications.errorExcludingPublication);
- $(publication).removeAttr('checked');
- }
- }
- });
- },
-
-};
-
-$(document).ready(function() {
- managePublications.onLoad();
-});
diff --git a/productMods/templates/freemarker/edit/forms/manageGrantsForIndividual.ftl b/productMods/templates/freemarker/edit/forms/manageGrantsForIndividual.ftl
index 7bb30d3f..97787a1e 100644
--- a/productMods/templates/freemarker/edit/forms/manageGrantsForIndividual.ftl
+++ b/productMods/templates/freemarker/edit/forms/manageGrantsForIndividual.ftl
@@ -13,7 +13,7 @@
${i18n().check_grants_to_exclude}
<@lvf.unsupportedBrowser urls.base />
@@ -25,11 +25,11 @@ ${i18n().check_grants_to_exclude}
<#list grantList as grant>
-
- checked#if> />${grant.label!grant.activity!}
+ checked#if> />${grant.label!grant.activity!}
@@ -48,8 +48,8 @@ var customFormData = {
processingUrl: '${urls.base}/edit/primitiveRdfEdit'
};
var i18nStrings = {
- grantSuccessfullyExcluded: '${i18n().grant_successfully_excluded}',
- errorExcludingGrant: '${i18n().error_excluding_grant}'
+ itemSuccessfullyExcluded: '${i18n().grant_successfully_excluded}',
+ errorExcludingItem: '${i18n().error_excluding_grant}'
};
@@ -59,5 +59,5 @@ ${stylesheets.add('',
'',
'',
- '')}
+ '')}
diff --git a/productMods/templates/freemarker/edit/forms/managePeopleForOrganization.ftl b/productMods/templates/freemarker/edit/forms/managePeopleForOrganization.ftl
index e02dd101..6e55598e 100644
--- a/productMods/templates/freemarker/edit/forms/managePeopleForOrganization.ftl
+++ b/productMods/templates/freemarker/edit/forms/managePeopleForOrganization.ftl
@@ -7,7 +7,7 @@
${i18n().check_people_to_exclude}
@@ -21,11 +21,11 @@ ${i18n().check_people_to_exclude}