NIHVIVO-3213: Added title tag to info icon
This commit is contained in:
parent
931839c3b1
commit
2f685da26f
1 changed files with 17 additions and 16 deletions
|
@ -27,7 +27,7 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
|
||||||
<p></p>
|
<p></p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<h4 class="grey">Relate profile editors and profiles <img src="${urls.images}/iconInfo.png" alt="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." /></h4>
|
<h4 class="grey">Relate profile editors and profiles <img src="${urls.images}/iconInfo.png" alt="info icon" title="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." /></h4>
|
||||||
|
|
||||||
<section class="proxy-profile">
|
<section class="proxy-profile">
|
||||||
|
|
||||||
|
@ -113,10 +113,10 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
|
||||||
<form action="${formUrls.list}" method="POST">
|
<form action="${formUrls.list}" method="POST">
|
||||||
|
|
||||||
<input type="text" name="searchTerm" role="input" />
|
<input type="text" name="searchTerm" role="input" />
|
||||||
<input class="submit" type="submit" name="searchByProxy" value="Search" role="button" /> |
|
<input class="submit" type="submit" name="searchByProxy" value="Search" role="button" />
|
||||||
|
<#if page.last != 0>
|
||||||
<#if page.previous??>
|
<#if page.previous??>
|
||||||
<a href="${formUrls.list}?pageIndex=${page.previous}&searchTerm=${searchTerm}">Previous</a>
|
| <a href="${formUrls.list}?pageIndex=${page.previous}&searchTerm=${searchTerm}">Previous</a>
|
||||||
</#if>
|
</#if>
|
||||||
${page.current} of ${page.last}
|
${page.current} of ${page.last}
|
||||||
<#if page.next??>
|
<#if page.next??>
|
||||||
|
@ -129,6 +129,7 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
|
||||||
<a href="${formUrls.list}">View all profile editors</a>
|
<a href="${formUrls.list}">View all profile editors</a>
|
||||||
</p>
|
</p>
|
||||||
</#if>
|
</#if>
|
||||||
|
</#if>
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue