diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 73f03b51..7a561ed6 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -2787,6 +2787,7 @@ span.iconControlsNotEditable { } #print { all: unset; + cursor: pointer; } #save { all: unset; diff --git a/webapp/src/main/webapp/themes/iph/templates/elenphExcerpt.ftl b/webapp/src/main/webapp/themes/iph/templates/elenphExcerpt.ftl index 3c0511c2..91055b22 100644 --- a/webapp/src/main/webapp/themes/iph/templates/elenphExcerpt.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/elenphExcerpt.ftl @@ -2,6 +2,7 @@ ${scripts.add('')} ${scripts.add('')} +${scripts.add('')} <#-- Individual profile page template for foaf:Person individuals --> diff --git a/webapp/src/main/webapp/themes/iph/templates/rightPanel.ftl b/webapp/src/main/webapp/themes/iph/templates/rightPanel.ftl index a6e2ec50..4dc8a838 100644 --- a/webapp/src/main/webapp/themes/iph/templates/rightPanel.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/rightPanel.ftl @@ -1,6 +1,6 @@
- +
diff --git a/webapp/src/main/webapp/themes/iph/templates/rubric.ftl b/webapp/src/main/webapp/themes/iph/templates/rubric.ftl index 70ce7bd8..a4b5eb3b 100644 --- a/webapp/src/main/webapp/themes/iph/templates/rubric.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/rubric.ftl @@ -2,6 +2,7 @@ <#include "individual-setup.ftl"> ${scripts.add('')} +${scripts.add('')}
diff --git a/webapp/src/main/webapp/themes/iph/templates/rubrics.ftl b/webapp/src/main/webapp/themes/iph/templates/rubrics.ftl index 38364c94..60c48ed7 100644 --- a/webapp/src/main/webapp/themes/iph/templates/rubrics.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/rubrics.ftl @@ -1,4 +1,5 @@ ${scripts.add('')} +${scripts.add('')} <#list rubrics as rubric> <#if !rubric.parentUri??>