diff --git a/webapp/web/templates/freemarker/body/manageproxies/manageProxies-list.ftl b/webapp/web/templates/freemarker/body/manageproxies/manageProxies-list.ftl index 116c0e964..363b06543 100644 --- a/webapp/web/templates/freemarker/body/manageproxies/manageProxies-list.ftl +++ b/webapp/web/templates/freemarker/body/manageproxies/manageProxies-list.ftl @@ -27,7 +27,7 @@ ${stylesheets.add('Relate profile editors and profiles The editors you select on the left hand side will have the ability to edit the VIVO profiles you select on the right hand side. You can select multiple editors and multiple profiles, but you must select a minimum of 1 each. +

Relate profile editors and profiles info icon

@@ -113,21 +113,22 @@ ${stylesheets.add(' - | - - <#if page.previous??> - Previous - - ${page.current} of ${page.last} - <#if page.next??> - Next - - - <#if searchTerm?has_content> -

- Search results for "${searchTerm}" | - View all profile editors -

+ + <#if page.last != 0> + <#if page.previous??> + | Previous + + ${page.current} of ${page.last} + <#if page.next??> + Next + + + <#if searchTerm?has_content> +

+ Search results for "${searchTerm}" | + View all profile editors +

+