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 @@