From 2f685da26fc8efd8b53c0ac2f73bebb28db8e326 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Wed, 9 Nov 2011 20:38:07 +0000 Subject: [PATCH] NIHVIVO-3213: Added title tag to info icon --- .../body/manageproxies/manageProxies-list.ftl | 33 ++++++++++--------- 1 file changed, 17 insertions(+), 16 deletions(-) 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 +

+